SS_ADDR_T
This is the structure used by SS_ADV_BIND_INFO_T to provide storage for the server’s IP address.
typedef struct
{
unsigned long len;
char addr[NSSS_MAX_ADDR_LEN];
} SS_ADDR_T;
This structure provides a generic storage for passing the target server’s IP address in an advanced bind to eDirectory.