Searched refs:ntohs (Results 76 - 95 of 95) sorted by relevance

1234

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c42 #include <arpa/inet.h> /* ntohl, ntohs, etc */
493 *is_priv = ntohs(sin_peer.sin_port) < IPPORT_RESERVED;
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c278 enctype = ntohs((uint16_t) enctype);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c198 tmp = ntohs(uu->usTimeMid);
203 tmp = ntohs(uu->usTimeHigh);
234 uuid->usTimeMid = ntohs(stmp);
238 uuid->usTimeHigh = ntohs(stmp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h859 # define ntohi ntohs
2409 #if defined(ntohs) && !defined(HAS_NTOHS)
2421 #define ntohs my_swap macro
H A Dconfig_h.SH1791 * friends htons() ntohl() ntohs()) are available to do network
1796 * friends htonl() ntohl() ntohs()) are available to do network
1801 * friends htonl() htons() ntohs()) are available to do network
1805 * This symbol, if defined, indicates that the ntohs() routine (and
H A Diperlsys.h1343 #define PerlSock_ntohs(x) ntohs(x)
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c737 qdcount = ntohs(msg.hdr.qdcount);
738 ancount = ntohs(msg.hdr.ancount);
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_in.c562 len8023 = ntohs (*(unsigned short*) bpdu->eth.len8023);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c1015 port = ntohs (sinp->sin_port);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c328 ntohs(port), printable_addr) < 0)
2915 (void) fprintf(ofile, " %s %d", pprefix, ntohs(sin->sin_port));
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c81 #define DYNDNS_ADD16(x, y) ((x) = htons(ntohs((x)) + (y)))
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1240 page4->rpm = ntohs(page4->rpm);
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1548 p = ntohs(p);
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c1264 ntohs(vdp_profp->vdp_prof_tlv_fltr_mac.vtf_mac_ps_pcp_vid));
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3401 duidtype = ntohs(duidtype);
3410 hwtype = ntohs(llt.dllt_hwtype);
3446 hwtype = ntohs(ll.dll_hwtype);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c592 realport = ntohs((short)sv->s_port);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4880 sa->sin6.sin6_scope_id = ntohs(ia6p->s6_addr[3] |
5080 sa->sin6.sin6_scope_id = ntohs(ia6p->s6_addr[3] |
H A Ddeliver.c2138 hostbuf, ntohs(port),
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1917 ver=ntohs(ver);
1923 ver=ntohs(ver);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1485 data->version = ntohs(fcc_fvno);

Completed in 141 milliseconds

1234