Searched refs:ntohl (Results 1 – 25 of 25) sorted by relevance
10 #undef ntohl13 ntohl(u_int32_t x) in ntohl() function
43 in_addr_t i = ntohl(in.s_addr); in inet_lnaof()
42 in_addr_t i = ntohl(in.s_addr); in inet_netof()
44 (*(const uint32_t*)(&(a)->s6_addr[12]) == ntohl(1)))51 (*(const uint32_t*)(&(a)->s6_addr[12]) != ntohl(1)))56 (*(const uint32_t*)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)))
54 uint32_t ntohl(uint32_t) __pure2;60 #define ntohl(x) __swap32(x) macro73 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
27 return ntohl(network_order); in inet_network()
59 ASSERT_TRUE(ntohl(sa_inet4->sin_addr.s_addr) == INADDR_LOOPBACK); in TEST()133 EXPECT_TRUE(addrs.find(addr) != addrs.end()) << if_name << ' ' << std::hex << ntohl(addr); in CheckAddressIsInSet()
2376 fprintf(stderr, "index_offset = %d\n", ntohl(header.index_offset)); in __bionic_open_tzdata_path()2377 fprintf(stderr, "data_offset = %d\n", ntohl(header.data_offset)); in __bionic_open_tzdata_path()2378 fprintf(stderr, "zonetab_offset = %d\n", ntohl(header.zonetab_offset)); in __bionic_open_tzdata_path()2381 if (TEMP_FAILURE_RETRY(lseek(fd, ntohl(header.index_offset), SEEK_SET)) == -1) { in __bionic_open_tzdata_path()2390 ssize_t index_size = ntohl(header.data_offset) - ntohl(header.index_offset); in __bionic_open_tzdata_path()2416 …size_t id_count = (ntohl(header.data_offset) - ntohl(header.index_offset)) / sizeof(struct index_e… in __bionic_open_tzdata_path()2424 specific_zone_offset = ntohl(entry->start) + ntohl(header.data_offset); in __bionic_open_tzdata_path()
609 size = ntohl(size); in android_read_hostent()627 size = ntohl(size); in android_read_hostent()655 hp->h_addrtype = ntohl(size); in android_read_hostent()658 hp->h_length = ntohl(size); in android_read_hostent()665 size = ntohl(size); in android_read_hostent()
235 ntohl(((const struct sockaddr_in *) in getnameinfo_inet()
398 *result = ntohl(tmp); in readBE32()1513 unsigned long int na = ntohl(addr4->sin_addr.s_addr); in _get_scope()1538 ((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == ntohl(0x20010000)))
609 register uint32_t i = ntohl(in.s_addr); in net_mask()
635 ntohl;
685 ntohl;
687 ntohl;
689 ntohl;
713 ntohl;
441 upstream-openbsd/lib/libc/net/ntohl.c \
461 "upstream-openbsd/lib/libc/net/ntohl.c",
609 ntohl