Searched refs:htons (Results 76 - 100 of 125) sorted by relevance

12345

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_sv.c353 sv->serv.s_port = htons((u_short)strtol(p, &cp, 10));
H A Dgetaddrinfo.c1035 port = htons(port);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c77 # if !defined(htons) && !_lib_htons
78 # define htons(x) (x) macro
140 ip_port = htons((unsigned short)n);
945 sin.sin_port = htons(++port);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_datagram.c843 sin.sin_port = htons(IPPORT_NETBIOS_DGM);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c187 krb5_int16 rc_vno = htons(KRB5_RC_VNO);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c323 nstype = htons(type);
H A Drtl8139.c374 nstype = htons(type);
H A Deepro100.c409 hdr.type = htons (t);
H A Dnatsemi.c623 nstype = htons(t);
H A Dr8169.c516 nstype = htons((u16) t);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h482 # define htons PerlSock_htons macro
H A Dperl.h858 # define htoni htons
2403 #if defined(htons) && !defined(HAS_HTONS)
2419 #define htons my_swap macro
H A Dconfig_h.SH1791 * friends htons() ntohl() ntohs()) are available to do network
1795 * This symbol, if defined, indicates that the htons() routine (and
1801 * friends htonl() htons() ntohs()) are available to do network
1806 * friends htonl() htons() ntohl()) are available to do network
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c221 u[nserv].sin.sin_port = htons(NAMESERVER_PORT);
233 u[nserv].sin6.sin6_port = htons(NAMESERVER_PORT);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net.c709 sin->sin_port = htons(SLP_PORT);
909 bcifs->sin[i].sin_port = htons(SLP_PORT);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c874 port = htons (p);
1152 service_port = htons(lport);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c67 sin.sin_port = htons(port);
/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c135 sock.sin_port = htons( port );
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c754 port = htons(port);
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c634 res.nsaddr.sin_port = htons(NAMESERVER_PORT);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c244 serveraddr.sin_port = htons(XMPP_DEFAULT_PORT);
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c419 newhost->port = htons(port);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c306 port = htons((unsigned short) atoi(colon));
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c1341 guid->data2 = htons(guid->data2);
1342 guid->data3 = htons(guid->data3);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3548 llt.dllt_dutype = htons(duidtype);
3549 llt.dllt_hwtype = htons(subtype);
3568 ll.dll_dutype = htons(duidtype);
3569 ll.dll_hwtype = htons(subtype);
3584 en.den_dutype = htons(duidtype);
3595 uint16_t dutype = htons(duidtype);

Completed in 133 milliseconds

12345