This structure is used for providing information for a specific client.
typedef struct {
ClientType type;
char ip[MAX_IP_LEN];
GUIDType guid;
} ClientInfo;
Field |
Value or Description |
type |
The client’s type (CLI_TCP, CLI_TLS) |
ip |
A NULL-terminated string holding either the client IP address in numbers and dots notation (nnn.nnn.nnn.nnn) or the valid hostname of the client. |
guid |
The Globally Unique ID of the client |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |