Home | History | Annotate | Download | only in net

Lines Matching refs:afd

78 static const struct afd {
254 const struct afd *afd;
279 afd = &afdl[i];
285 if (salen != afd->a_socklen)
290 addr = (const char *)(const void *)sa + afd->a_off;
369 switch(afd->a_af) {
382 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
397 MAXDNAME, addr, afd->a_addrlen, afd->a_af);
404 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
407 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
430 switch(afd->a_af) {
444 if (inet_ntop(afd->a_af, addr, host,