Home | History | Annotate | Download | only in libpcap

Lines Matching full:sa_len

94  * there's an "sa_len" field giving the length of the structure;
102 * Some versions of GNU libc use neither scheme, but has an "SA_LEN()"
104 * versions don't have "SA_LEN()" (as it was in drafts of RFC 2553
109 #ifndef SA_LEN
111 #define SA_LEN(addr) ((addr)->sa_len)
138 #define SA_LEN(addr) (get_sa_len(addr))
140 #define SA_LEN(addr) (sizeof (struct sockaddr))
143 #endif /* SA_LEN */
213 addr_size = SA_LEN(addr);
223 broadaddr_size = SA_LEN(broadaddr);
231 dstaddr_size = SA_LEN(ifa->ifa_dstaddr);