Lines Matching defs:afd
83 static const struct afd {
253 const struct afd *afd;
273 afd = &afdl[i];
279 if (salen < afd->a_socklen)
284 addr = (const char *)(const void *)sa + afd->a_off;
370 switch(afd->a_af) {
383 if (inet_ntop(afd->a_af, addr, numaddr,
396 hp = gethostbyaddr_r(addr, afd->a_addrlen, afd->a_af, &hent,
432 switch(afd->a_af) {
446 if (inet_ntop(afd->a_af, addr, host,