Home | History | Annotate | Download | only in libpcap

Lines Matching refs:sa_len

79  * there's an "sa_len" field giving the length of the structure;
87 * Some versions of GNU libc use neither scheme, but has an "SA_LEN()"
89 * versions don't have "SA_LEN()" (as it was in drafts of RFC 2553
94 #ifndef SA_LEN
96 #define SA_LEN(addr) ((addr)->sa_len)
123 #define SA_LEN(addr) (get_sa_len(addr))
125 #define SA_LEN(addr) (sizeof (struct sockaddr))
128 #endif /* SA_LEN */
200 addr_size = SA_LEN(addr);
210 broadaddr_size = SA_LEN(broadaddr);
218 dstaddr_size = SA_LEN(ifa->ifa_dstaddr);