Home
last modified time | relevance | path

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

123

/glibc-2.36/inet/
Dhtontest.c50 TEST (0x67452301, 0x01234567, ntohl); in main()
51 TEST (0x67452301, 0x01234567, (ntohl)); in main()
55 TEST (lo, 0x01234567, ntohl); in main()
56 TEST (lo, 0x01234567, (ntohl)); in main()
Dhtonl.c22 #undef ntohl
35 weak_alias (htonl, ntohl)
Dinet_lnaof.c42 uint32_t i = ntohl(in.s_addr); in inet_lnaof()
Dinet_netof.c41 uint32_t i = ntohl(in.s_addr); in inet_netof()
Dtest-hnto-types.c33 extern __typeof (ntohl (i)) u32; in do_test()
DVersions36 ntohl; ntohs;
/glibc-2.36/resolv/
Dtst-inet_aton_exact.c28 TEST_COMPARE (ntohl (addr.s_addr), 0xC0000201); in do_test()
31 TEST_COMPARE (ntohl (addr.s_addr), 0xC0000208); in do_test()
33 TEST_COMPARE (ntohl (addr.s_addr), 0xC0000234); in do_test()
Dtst-aton.c89 else if (tests[cnt].valid && addr.s_addr != ntohl (tests[cnt].result)) in do_test()
/glibc-2.36/inet/netinet/
Din.h382 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
403 # define ntohl(x) __uint32_identity (x) macro
409 # define ntohl(x) __bswap_32 (x) macro
457 && ntohl (__a->__in6_u.__u6_addr32[3]) > 1; }))
497 && (ntohl (((const uint32_t *) (a))[3]) > 1))
/glibc-2.36/sunrpc/
Dxdr_rec.c213 *lp = (int32_t) ntohl (*buflp); in libc_hidden_nolink_sunrpc()
222 *lp = (int32_t) ntohl (mylong); in libc_hidden_nolink_sunrpc()
421 *ip = ntohl (*bufip); in xdrrec_getint32()
430 *ip = ntohl (mylong); in xdrrec_getint32()
605 header = ntohl (header); in set_input_fragment()
Dclnt_tcp.c252 x_id = ntohl (--(*msg_x_id)); in libc_hidden_def()
390 ul = ntohl (ui32); in clnttcp_control()
408 ul = ntohl (ui32); in clnttcp_control()
424 ul = ntohl (ui32); in clnttcp_control()
Dclnt_unix.c231 x_id = ntohl (--(*msg_x_id)); in libc_hidden_nolink_sunrpc()
364 ul = ntohl (ui32); in clntunix_control()
382 ul = ntohl (ui32); in clntunix_control()
398 ul = ntohl (ui32); in clntunix_control()
Dxdr_stdio.c113 *lp = (long) ntohl (mycopy); in xdrstdio_getlong()
179 *ip = ntohl (mycopy); in xdrstdio_getint32()
Dxdr_mem.c109 *lp = (int32_t) ntohl ((*((int32_t *) (xdrs->x_private)))); in xdrmem_getlong()
220 *ip = ntohl ((*((int32_t *) (xdrs->x_private)))); in xdrmem_getint32()
Dclnt_udp.c592 ul = ntohl (ui32); in clntudp_control()
610 ul = ntohl (ui32); in clntudp_control()
626 ul = ntohl (ui32); in clntudp_control()
Drtime.c140 thetime = ntohl (thetime); in rtime()
/glibc-2.36/sysdeps/x86_64/
Dhtonl.S34 weak_alias (htonl, ntohl)
/glibc-2.36/sysdeps/i386/
Dhtonl.S34 weak_alias (htonl, ntohl)
/glibc-2.36/sysdeps/ia64/
Dhtonl.S29 weak_alias (htonl, ntohl)
/glibc-2.36/sysdeps/alpha/
Dhtonl.S43 weak_alias (htonl, ntohl)
/glibc-2.36/conform/data/arpa/
Dinet.h-data16 function uint32_t ntohl (uint32_t)
/glibc-2.36/include/arpa/
Dnameser.h30 (l) = ntohl (*t_cp); \
/glibc-2.36/sysdeps/posix/
Dgetaddrinfo.c1638 in_addr_t in1_dst_addr = ntohl (in1_dst->sin_addr.s_addr); in rfc3484_sort()
1641 in_addr_t in1_src_addr = ntohl (in1_src->sin_addr.s_addr); in rfc3484_sort()
1649 in_addr_t in2_dst_addr = ntohl (in2_dst->sin_addr.s_addr); in rfc3484_sort()
1652 in_addr_t in2_src_addr = ntohl (in2_src->sin_addr.s_addr); in rfc3484_sort()
1683 bit1 = fls (ntohl (in1_dst->sin6_addr.s6_addr32[i] in rfc3484_sort()
1685 bit2 = fls (ntohl (in2_dst->sin6_addr.s6_addr32[i] in rfc3484_sort()
2502 if ((ntohl(sinp->sin_addr.s_addr) & 0xff000000) in getaddrinfo()
/glibc-2.36/conform/data/netinet/
Din.h-data58 function uint32_t ntohl (uint32_t)
/glibc-2.36/sunrpc/rpc/
Dxdr.h254 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))

123