SS_ADDR_T

This is the structure used by SS_ADV_BIND_INFO_T to provide storage for the server’s IP address.

Syntax

    typedef	 struct 
    {
    unsigned long		    len; 
    char		     addr[NSSS_MAX_ADDR_LEN]; 
    } SS_ADDR_T;
    

Fields

len
(IN) Specifies the length of the address in bytes.
addr
(IN) The actual address buffer to hold the IP address.

Description

This structure provides a generic storage for passing the target server’s IP address in an advanced bind to eDirectory.