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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dipv6.h114 ((a)->s6_addr32[3] == htonl(1)))
124 ((a)->s6_addr32[3] != htonl(1)))
132 ((a)->s6_addr32[2] == htonl(0x0000ffff)))
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dipv6.h80 *((u_long *)((a)->s6_addr) + 3) == htonl(1) \
92 *((u_long *)((a)->s6_addr) + 3) != htonl(1) \
101 *((u_long *)((a)->s6_addr) + 2) == htonl(0x0000ffff))
H A Dnet.h141 #define ISC__IPADDR(x) ((isc_uint32_t)htonl((isc_uint32_t)(x)))
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dipv6.h104 ((a)->s6_addr32[3] == htonl(1)))
114 ((a)->s6_addr32[3] != htonl(1)))
122 ((a)->s6_addr32[2] == htonl(0x0000ffff)))
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c177 netaddr.s_addr = htonl (a & IN_CLASSA_NET);
178 themask.s_addr = htonl(IN_CLASSA_NET);
182 netaddr.s_addr = htonl (a & IN_CLASSB_NET);
183 themask.s_addr = htonl(IN_CLASSB_NET);
187 netaddr.s_addr = htonl (a & IN_CLASSC_NET);
188 themask.s_addr = htonl(IN_CLASSC_NET);
/bind-9.6-ESV-R11/lib/isc/
H A Dinet_aton.c189 addr->s_addr = htonl(val);
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwinetaton.c198 addr->s_addr = htonl(val);
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Dnet.h241 #define ISC__IPADDR(x) ((isc_uint32_t)htonl((isc_uint32_t)(x)))
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dl32_105.c163 l32->l32.s_addr = htonl(n);
H A Dipseckey_45.c359 ipseckey->in_addr.s_addr = htonl(n);
/bind-9.6-ESV-R11/lib/dns/rdata/hs_4/
H A Da_1.c169 a->in_addr.s_addr = htonl(n);
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Da_1.c171 a->in_addr.s_addr = htonl(n);
H A Dwks_11.c301 wks->in_addr.s_addr = htonl(n);
/bind-9.6-ESV-R11/bin/tests/
H A Dsig0_test.c260 inaddr.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c328 mask = htonl(inet_addr(cp));
1322 addr = htonl(inet_addr(cp));
1376 addr = htonl(inet_addr(cp));
1606 addr = htonl(inet_addr(cp));
/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_ioctl.c482 if (iter->current.address.type.in.s_addr == htonl(INADDR_ANY))
665 if (iter->current.address.type.in.s_addr == htonl(INADDR_ANY))
/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c512 htonl(prefix->add.sin.s_addr) == INADDR_LOOPBACK)
/bind-9.6-ESV-R11/bin/named/
H A Dlwresd.c808 localhost.s_addr = htonl(INADDR_LOOPBACK);
H A Dcontrolconf.c1374 localhost.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.6-ESV-R11/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.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c751 localhost.s_addr = htonl(INADDR_LOOPBACK);
/bind-9.6-ESV-R11/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());

Completed in 49 milliseconds