Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Main/
DHtoNtoH.c21 #undef ntohl
64 ntohl( in ntohl() function
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h78 uint32_t ntohl(uint32_t) __attribute__((__const__));
121 #define ntohl(x) (x) macro
133 #define ntohl(x) bswap32((uint32_t)(x))
138 #define NTOHL(x) (x) = ntohl((uint32_t)(x))
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_lnaof.c62 in_addr_t i = ntohl(in.s_addr); in __weak_alias()
Dinet_netof.c61 in_addr_t i = ntohl(in.s_addr); in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dctypeio.c81 if ((i = ntohl(i)) != _CTYPE_REV) in __loadctype()
87 if ((len = ntohl(len)) != _CTYPE_NUM_CHARS) in __loadctype()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_ntoa.c58 sprintf(obuf, "%x", (UINT32)ntohl(net.long_e)); in ns_ntoa()
Dres_init.c497 register u_int32_t i = ntohl(in.s_addr); in net_mask()
Dres_mkupdate.c245 n1 = ntohl(ina.s_addr); in res_mkupdate()
Dgetnameinfo.c252 ntohl(((const struct sockaddr_in *) in getnameinfo_inet()
/device/linaro/bootloader/edk2/StdLib/Include/netinet6/
Din6.h268 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(1)))
278 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) != ntohl(1)))
286 (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)))
/device/google/dragon/recovery/updater/
Dvboot_interface.c96 return ntohl(data); /* FDT is network byte order */ in fdt_read_u32()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c170 *pr = (OSType)ntohl(tmp); in PyMac_GetOSType()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c424 v4a = ntohl(v4a); in getaddrinfo()
Dsocketmodule.c3760 return PyLong_FromUnsignedLong(ntohl(x));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socket.py368 sizes = {socket.htonl: 32, socket.ntohl: 32,
383 socket.ntohl(k)
388 self.assertRaises(OverflowError, socket.ntohl, k)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c1096 ntohl(a->sin6_flowinfo), in makesockaddr()
3842 return PyLong_FromUnsignedLong(ntohl(x));