Searched refs:ntohs (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c413 count = ntohs (response.hdr.ancount) +
414 ntohs (response.hdr.nscount);
556 count = ntohs (response.hdr.ancount) +
557 ntohs (response.hdr.nscount);
/bind-9.6-ESV-R11/lib/isc/
H A Dsockaddr.c130 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin.sin_port));
133 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(sockaddr->type.sin6.sin6_port));
217 p = ntohs(sockaddr->type.sin.sin_port);
228 p = ntohs(sockaddr->type.sin6.sin6_port);
425 port = ntohs(sockaddr->type.sin.sin_port);
428 port = ntohs(sockaddr->type.sin6.sin6_port);
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c131 snprintf(numserv, sizeof(numserv), "%d", ntohs(port));
/bind-9.6-ESV-R11/bin/tests/
H A Dsock_test.c88 ntohs(dev->address.type.sin6.sin6_port));
93 ntohs(dev->address.type.sin.sin_port));
/bind-9.6-ESV-R11/lib/dns/
H A Dtcpmsg.c67 tcpmsg->size = ntohs(tcpmsg->size);
H A Dtsig.c1182 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1422 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
H A Ddnssec.c917 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dinterfaceiter.c110 zone16 = ntohs(zone16);
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetnameinfo.c233 snprintf(numserv, sizeof(numserv), "%d", ntohs(port));
/bind-9.6-ESV-R11/lib/dns/rdata/ch_3/
H A Da_1.c209 return (uint16_tobuffer(ntohs(a->ch_addr), target));
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c59 *port = ntohs(se->s_port);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c270 ntohs(u_short a0) function
275 idnLogPrintf(idn_log_level_trace, "stub ntohs() called\n");
279 if ((p = GetProcAddress(DLLHANDLE, "ntohs")) == NULL) {
280 FATAL("cannot find entry ntohs (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c270 ntohs(u_short a0) function
275 idnLogPrintf(idn_log_level_trace, "stub ntohs() called\n");
279 if ((p = GetProcAddress(DLLHANDLE, "ntohs")) == NULL) {
280 FATAL("cannot find entry ntohs (%d)\n", GetLastError());

Completed in 36 milliseconds