Searched refs:INADDRSZ (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dmap_v4v6.c97 char tmp[INADDRSZ];
101 bcopy(src, tmp, INADDRSZ);
108 bcopy(tmp, (void*)p, INADDRSZ);
116 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
H A Dgethostbyht.c144 len = INADDRSZ;
H A Dgethostbydns.c513 host.h_length = INADDRSZ;
535 size = INADDRSZ;
662 len = INADDRSZ;
666 size = INADDRSZ;
731 if (!memcmp(*haddr, addr, INADDRSZ))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c76 pHost = gethostbyaddr ( &IpAddress[0], INADDRSZ, AF_INET );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h146 #define INADDRSZ NS_INADDRSZ macro

Completed in 65 milliseconds