Searched refs:htonl (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.11.3/lib/isc/include/isc/
H A Dipv6.h105 ((a)->s6_addr32[3] == htonl(1)))
115 ((a)->s6_addr32[3] != htonl(1)))
123 ((a)->s6_addr32[2] == htonl(0x0000ffff)))
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dipv6.h74 *((u_long *)((a)->s6_addr) + 3) == htonl(1) \
86 *((u_long *)((a)->s6_addr) + 3) != htonl(1) \
95 *((u_long *)((a)->s6_addr) + 2) == htonl(0x0000ffff))
H A Dnet.h136 #define ISC__IPADDR(x) ((isc_uint32_t)htonl((isc_uint32_t)(x)))
/bind-9.11.3/lib/lwres/include/lwres/
H A Dipv6.h95 ((a)->s6_addr32[3] == htonl(1)))
105 ((a)->s6_addr32[3] != htonl(1)))
113 ((a)->s6_addr32[2] == htonl(0x0000ffff)))
/bind-9.11.3/lib/isc/
H A Dinet_aton.c181 addr->s_addr = htonl(val);
/bind-9.11.3/lib/lwres/
H A Dlwinetaton.c190 addr->s_addr = htonl(val);
/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c136 inaddr.s_addr = htonl(0x0a000000); /* 10.0.0.0 */
150 inaddr.s_addr = htonl(0x0a000000); /* !10.0.0.0/8 */
164 inaddr.s_addr = htonl(0x0a000000); /* 10.0.0.0/8 */
178 inaddr.s_addr = htonl(0x0a000000); /* !10.0.0.0/8 */
222 inaddr.s_addr = htonl(0x7f000001); /* 127.0.0.1 */
268 inaddr.s_addr = htonl(0x7f000001); /* 127.0.0.1 */
282 inaddr.s_addr = htonl(0x7f000001); /* 127.0.0.1 */
H A Dprivate_test.c82 salt = htonl(testcase->salt);
H A Ddispatch_test.c265 ina.s_addr = htonl(INADDR_LOOPBACK);
280 ina.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dl32_105.c155 l32->l32.s_addr = htonl(n);
H A Dipseckey_45.c355 ipseckey->in_addr.s_addr = htonl(n);
/bind-9.11.3/lib/dns/rdata/hs_4/
H A Da_1.c160 a->in_addr.s_addr = htonl(n);
/bind-9.11.3/lib/dns/rdata/in_1/
H A Da_1.c162 a->in_addr.s_addr = htonl(n);
H A Dwks_11.c321 wks->in_addr.s_addr = htonl(n);
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dnet.h274 #define ISC__IPADDR(x) ((isc_uint32_t)htonl((isc_uint32_t)(x)))
/bind-9.11.3/bin/tests/
H A Dsig0_test.c250 inaddr.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.11.3/lib/isc/unix/
H A Difiter_ioctl.c476 if (iter->current.address.type.in.s_addr == htonl(INADDR_ANY))
659 if (iter->current.address.type.in.s_addr == htonl(INADDR_ANY))
/bind-9.11.3/lib/dns/
H A Dacl.c596 htonl(prefix->add.sin.s_addr) == INADDR_LOOPBACK &&
H A Drbt.c524 header.bigendian = (1 == htonl(1)) ? 1 : 0;
933 host_big_endian = (1 == htonl(1));
/bind-9.11.3/bin/named/
H A Dlwresd.c826 localhost.s_addr = htonl(INADDR_LOOPBACK);
H A Dcontrolconf.c1440 localhost.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.11.3/bin/delv/
H A Ddelv.c907 localhost.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c137 htonl(u_long a0) function
142 idnLogPrintf(idn_log_level_trace, "stub htonl() called\n");
146 if ((p = GetProcAddress(DLLHANDLE, "htonl")) == NULL) {
147 FATAL("cannot find entry htonl (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c137 htonl(u_long a0) function
142 idnLogPrintf(idn_log_level_trace, "stub htonl() called\n");
146 if ((p = GetProcAddress(DLLHANDLE, "htonl")) == NULL) {
147 FATAL("cannot find entry htonl (%d)\n", GetLastError());
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c914 in.s_addr = htonl(INADDR_LOOPBACK);

Completed in 1226 milliseconds

12