OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SA_LEN
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
fad-getad.c
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)
[
all
...]
fad-gifc.c
80
* there's an "
sa_len
" field giving the length of the structure;
88
* Some versions of GNU libc use neither scheme, but has an "
SA_LEN
()"
90
* versions don't have "
SA_LEN
()" (as it was in drafts of RFC 2553
97
#ifndef
SA_LEN
99
#define
SA_LEN
(addr) ((addr)->
sa_len
)
101
#define
SA_LEN
(addr) (sizeof (struct sockaddr))
103
#endif /*
SA_LEN
*/
120
* that no address is more than 255 bytes (on systems where the "
sa_len
"
346
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 163 milliseconds