Searched refs:h_addrtype (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libnetwork/netresolv/net/
H A Dsethostent.c187 hent.h_addrtype = 0; /* XXX: gcc */
191 info->hp->h_addrtype = af;
208 hent.h_addrtype = af = hp->h_addrtype;
241 hp->h_addrtype = hent.h_addrtype;
280 info->hp->h_addrtype = va_arg(ap, int);
H A Dgethnamaddr.c596 hp->h_addrtype = af;
794 if (hent->h_addrtype != 0 && hent->h_addrtype != af)
816 hent->h_addrtype = af;
874 if (hp->h_addrtype != AF_INET || hp->h_length != NS_INADDRSZ)
876 hp->h_addrtype = AF_INET6;
953 info->hp->h_addrtype = va_arg(ap, int);
955 switch (info->hp->h_addrtype) {
1020 info->hp->h_addrtype = va_arg(ap, int);
1022 switch (info->hp->h_addrtype) {
[all...]
/haiku/headers/posix/
H A Dnetdb.h20 int h_addrtype; member in struct:hostent
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp85 sin.sin_family = host_info->h_addrtype;
/haiku/src/bin/network/arp/
H A Darp.cpp287 if (host->h_addrtype != AF_INET) {
413 if (host->h_addrtype != AF_INET) {
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp211 if (host->h_addrtype != AF_INET || !host->h_addr_list[0])
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1978 if (hp->h_addrtype != AF_INET || hp->h_length != 4) {

Completed in 114 milliseconds