Searched refs:ntohl (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c174 a = ntohl (addr.s_addr);
241 a = ntohl(addr.s_addr); /* start from host address */
242 a &= ntohl(list->addr.s_addr); /* apply new mask */
248 newmask = inet_makeaddr(ntohl(list->addr.s_addr), 0);
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c147 v4a = ntohl(((struct sockaddr_in *)sa)->sin_addr.s_addr);
H A Dgetaddrinfo.c382 v4a = ntohl(((struct in_addr *)pton)->s_addr);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dl32_105.c140 n = ntohl(l32->l32.s_addr);
H A Dipseckey_45.c306 n = ntohl(ipseckey->in_addr.s_addr);
/bind-9.6-ESV-R11/lib/dns/rdata/hs_4/
H A Da_1.c146 n = ntohl(a->in_addr.s_addr);
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Da_1.c147 n = ntohl(a->in_addr.s_addr);
H A Dwks_11.c279 a = ntohl(wks->in_addr.s_addr);
/bind-9.6-ESV-R11/lib/isccc/
H A Dccmsg.c73 ccmsg->size = ntohl(ccmsg->size);
/bind-9.6-ESV-R11/lib/dns/
H A Dssu.c262 l = ntohl(tcpaddr->type.in.s_addr);
314 l = ntohl(tcpaddr->type.in.s_addr);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c251 ntohl(u_long a0) function
256 idnLogPrintf(idn_log_level_trace, "stub ntohl() called\n");
260 if ((p = GetProcAddress(DLLHANDLE, "ntohl")) == NULL) {
261 FATAL("cannot find entry ntohl (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c251 ntohl(u_long a0) function
256 idnLogPrintf(idn_log_level_trace, "stub ntohl() called\n");
260 if ((p = GetProcAddress(DLLHANDLE, "ntohl")) == NULL) {
261 FATAL("cannot find entry ntohl (%d)\n", GetLastError());

Completed in 253 milliseconds