Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:afd

101 static const struct afd {

180 const struct afd *afd;
205 afd = &afdl[i];
211 if (salen != afd->a_socklen)
216 addr = (const char *)(const void *)sa + afd->a_off;
300 switch(afd->a_af) {
313 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
323 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
345 switch(afd->a_af) {
359 if (inet_ntop(afd->a_af, addr, host,