Home | History | Annotate | Download | only in libpcap

Lines Matching refs:sa_len

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);
211 broadaddr_size = SA_LEN(broadaddr);
219 dstaddr_size = SA_LEN(ifa->ifa_dstaddr);