/src/lib/libc/net/ |
sethostent.c | 181 hent.h_addrtype = 0; /* XXX: gcc */ 185 info->hp->h_addrtype = af; 202 hent.h_addrtype = af = hp->h_addrtype; 235 hp->h_addrtype = hent.h_addrtype; 275 info->hp->h_addrtype = va_arg(ap, int);
|
gethnamaddr.c | 595 hp->h_addrtype = af; 791 if (hent->h_addrtype != 0 && hent->h_addrtype != af) 813 hent->h_addrtype = af; 868 if (hp->h_addrtype != AF_INET || hp->h_length != NS_INADDRSZ) 870 hp->h_addrtype = AF_INET6; 947 info->hp->h_addrtype = va_arg(ap, int); 949 switch (info->hp->h_addrtype) { 1014 info->hp->h_addrtype = va_arg(ap, int); 1016 switch (info->hp->h_addrtype) { [all...] |
/src/distrib/utils/libhack/ |
gethost.c | 191 if (hent->h_addrtype != 0 && hent->h_addrtype != af) 213 hent->h_addrtype = af;
|
/src/lib/libbluetooth/ |
bluetooth.c | 95 if (p->h_addrtype == type && memcmp(p->h_addr, addr, len) == 0) 133 host.h_addrtype = AF_BLUETOOTH;
|
/src/lib/libcompat/4.3/ |
rexec.c | 93 rsin.sin_family = hp->h_addrtype;
|
/src/tests/lib/libc/net/ |
h_hostent.c | 60 h->h_name, h->h_length, h->h_addrtype);
|
/src/include/ |
netdb.h | 151 int h_addrtype; /*%< host address type */ member in struct:hostent
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_openbsd.h | 299 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_solaris.h | 322 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_freebsd.h | 341 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_openbsd.cc | 168 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
|
sanitizer_platform_limits_solaris.cc | 223 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
|
sanitizer_platform_limits_freebsd.cc | 393 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
|
sanitizer_platform_limits_posix.h | 735 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_posix.cc | 989 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
|
sanitizer_platform_limits_netbsd.h | 367 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
|
/src/libexec/mail.local/ |
mail.local.c | 342 addr.sin_family = hp->h_addrtype;
|
/src/usr.sbin/isibootd/ |
isibootd.c | 203 if (clientent == NULL || clientent->h_addrtype != AF_INET) {
|
/src/usr.sbin/rarpd/ |
rarpd.c | 599 if (hp->h_addrtype != AF_INET) {
|
/src/usr.bin/getent/ |
getent.c | 292 if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL)
|
/src/usr.sbin/ndbootd/ |
ndbootd.c | 586 || the_hostent->h_addrtype != AF_INET) {
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv_db.c | 486 if (host == NULL || host->h_addrtype != AF_INET)
|
/src/usr.sbin/altq/libaltq/ |
parser.c | 375 h->h_addrtype != AF_INET || h->h_length != 4)
|
/src/usr.sbin/traceroute/ |
traceroute.c | 1672 if (hp->h_addrtype != AF_INET || hp->h_length != 4)
|
/src/sbin/ping/ |
ping.c | 1961 if (hp->h_addrtype != AF_INET)
|