/src/distrib/utils/libhack/ |
gethost.c | 118 gethostbyaddr_r(const void *addr, socklen_t len, int type, struct hostent *hp, function in typeref:struct:hostent * 132 return gethostbyaddr_r(addr, len, type, &h_ent, h_buf, sizeof(h_buf),
|
gethost.c | 118 gethostbyaddr_r(const void *addr, socklen_t len, int type, struct hostent *hp, function in typeref:struct:hostent * 132 return gethostbyaddr_r(addr, len, type, &h_ent, h_buf, sizeof(h_buf),
|
/src/lib/libc/net/ |
gethnamaddr.c | 681 gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, function in typeref:struct:hostent * 1336 return gethostbyaddr_r(addr, len, af, &h_ent, h_buf, sizeof(h_buf),
|
gethnamaddr.c | 681 gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, function in typeref:struct:hostent * 1336 return gethostbyaddr_r(addr, len, af, &h_ent, h_buf, sizeof(h_buf),
|