Searched refs:htons (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c315 sin.sin_port = htons(lwres_udp_port);
323 sin6.sin6_port = htons(lwres_udp_port);
434 || sin.sin_port != htons(lwres_udp_port))
440 || sin6.sin6_port != htons(lwres_udp_port))
H A Dgetaddrinfo.c288 port = htons((unsigned short) port);
/bind-9.6-ESV-R11/lib/isc/
H A Dsockaddr.c290 sockaddr->type.sin.sin_port = htons(port);
319 sockaddr->type.sin6.sin6_port = htons(port);
336 sockaddr->type.sin6.sin6_port = htons(port);
382 sockaddr->type.sin.sin_port = htons(port);
393 sockaddr->type.sin6.sin6_port = htons(port);
405 sockaddr->type.sin.sin_port = htons(port);
408 sockaddr->type.sin6.sin6_port = htons(port);
/bind-9.6-ESV-R11/bin/tests/
H A Dzone_test.c270 addr.type.sin.sin_port = htons(53);
/bind-9.6-ESV-R11/lib/dns/rdata/ch_3/
H A Da_1.c234 a->ch_addr = htons(uint16_fromregion(&region));
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c293 port = htons(atoi(servname));
/bind-9.6-ESV-R11/lib/dns/
H A Dtsig.c1182 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1188 id = htons(tsig.originalid);
1422 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1431 id = htons(tsig.originalid);
H A Ddnssec.c917 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1404 unsigned short int net_id = htons(id);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c156 htons(u_short a0) function
161 idnLogPrintf(idn_log_level_trace, "stub htons() called\n");
165 if ((p = GetProcAddress(DLLHANDLE, "htons")) == NULL) {
166 FATAL("cannot find entry htons (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c156 htons(u_short a0) function
161 idnLogPrintf(idn_log_level_trace, "stub htons() called\n");
165 if ((p = GetProcAddress(DLLHANDLE, "htons")) == NULL) {
166 FATAL("cannot find entry htons (%d)\n", GetLastError());

Completed in 47 milliseconds