Home
last modified time | relevance | path

Searched defs:afd (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/libbind/dist/irs/
Dgetnameinfo.c73 static struct afd { struct
78 } afdl [] = { argument
111 struct afd *afd; local
Dgetaddrinfo.c130 static const struct afd { struct
138 } afdl [] = { argument
227 #define GET_AI(ai, afd, addr) \ argument
740 const struct afd *afd; local
787 const struct afd *afd; local
921 get_ai(pai, afd, addr) in get_ai() argument
1076 const struct afd *afd; local
1166 const struct afd *afd; local
1225 const struct afd *afd; local
/netbsd/src/lib/libc/net/
Dgetnameinfo.c83 static const struct afd { struct
88 } afdl [] = { argument
253 const struct afd *afd; in getnameinfo_inet() local
Dgetaddrinfo.c134 static const struct afd { struct
142 } afdl [] = { argument
317 #define GET_AI(ai, afd, addr) \ argument
1224 const struct afd *afd; in explore_null() local
1290 const struct afd *afd; in explore_numeric() local
1488 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) in get_ai()
1608 const struct afd *afd; in find_afd() local
1707 const struct afd *afd; in getanswer() local
/netbsd/src/tests/net/net/
Dt_mapped.c168 int sfd = -1, cfd = -1, afd = -1; in test() local
/netbsd/src/usr.bin/cdplay/
Dcdplay.c153 int afd; member
1440 readaudio(int afd, int lba, int blocks, u_char *data) in readaudio()