HomeSort by relevance Sort by last modified time
    Searched refs:SA_LEN (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
fad-getad.c 89 * there's an "sa_len" field giving the length of the structure;
97 * Some versions of GNU libc use neither scheme, but has an "SA_LEN()"
99 * versions don't have "SA_LEN()" (as it was in drafts of RFC 2553
104 #ifndef SA_LEN
106 #define SA_LEN(addr) ((addr)->sa_len)
133 #define SA_LEN(addr) (get_sa_len(addr))
135 #define SA_LEN(addr) (sizeof (struct sockaddr))
138 #endif /* SA_LEN */
185 addr_size = SA_LEN(addr)
    [all...]
fad-gifc.c 74 * there's an "sa_len" field giving the length of the structure;
82 * Some versions of GNU libc use neither scheme, but has an "SA_LEN()"
84 * versions don't have "SA_LEN()" (as it was in drafts of RFC 2553
91 #ifndef SA_LEN
93 #define SA_LEN(addr) ((addr)->sa_len)
95 #define SA_LEN(addr) (sizeof (struct sockaddr))
97 #endif /* SA_LEN */
114 * that no address is more than 255 bytes (on systems where the "sa_len"
211 n = SA_LEN(&ifrp->ifr_addr) + sizeof(ifrp->ifr_name)
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 162 # define SA_LEN(addr) (_sa_len(addr))
174 // #define SA_LEN(addr) ((addr)->sa_len)
176 #define SA_LEN(addr) (((addr)->sa_family == AF_INET6)? sizeof(struct sockaddr_in6) : sizeof(struct sockaddr_in))
    [all...]

Completed in 170 milliseconds