Searched refs:htonl (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile179 NETSPARC= htonl.o htons.o ntohl.o ntohs.o
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_lan.c308 asf_ping.ah_iana = htonl(ASF_RMCP_IANA);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c431 len = htonl(tok->length);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c222 new_in.s_addr = htonl(iah);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c922 ipaddr = htonl(strtol(origname, &arch, 16));
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c529 lunlength = htonl(tmp_lunlength);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c561 nl = htonl(len + 1); /* add 1 for the command char */
2439 fvers = htonl(mta_prot_vers);
2440 pflags = htonl(mta_prot_flags);
2441 fflags = htonl(mta_actions);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c231 v4dest.sin_addr.s_addr = htonl(INADDR_ANY);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c1321 if (sin->sin_addr.s_addr == htonl(INADDR_LOOPBACK)) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c295 *ptr = htonl(0xffffffffU << (32 - plen));
H A Dtn_ipopt.c96 doi = htonl(doi);
H A Dip.c1502 *tsp++ = htonl(ts); /* Lay in 'receive time' */
1503 *tsp++ = htonl(ts); /* Lay in 'send time' */
3528 if (*src_addrp == htonl(INADDR_LOOPBACK)) {
3569 src_addr = htonl(INADDR_LOOPBACK);
3587 if ((src_addr == htonl(INADDR_LOOPBACK)) &&
5756 if (dst == htonl(INADDR_LOOPBACK)) {
9469 if (dst == htonl(INADDR_LOOPBACK)) {
11995 dst = htonl(INADDR_LOOPBACK);
12040 dst = htonl(INADDR_LOOPBACK);
15018 if (nexthop == htonl(INADDR_LOOPBAC
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3118 tcp->th_seq = htonl(seq);
3126 tcp->th_seq = htonl(seq);
3156 tcp->th_ack = htonl(ack);
3164 tcp->th_ack = htonl(ack);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h253 (sdc)->sdh_tsn = htonl((sctp)->sctp_ltsn++); \
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h70 * Symbols such as htonl() are required to be exposed through this file,
394 { (a)->sin_addr.s_addr = htonl(INADDR_LOOPBACK); \
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2749 hello_req_msg.reserved_qpn = htonl(state->id_qpnum);
2750 hello_req_msg.rx_mtu = htonl(state->rc_mtu);
3088 hello_msg->reserved_qpn = htonl(state->id_qpnum);
3089 hello_msg->rx_mtu = htonl(state->rc_mtu);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c641 if (sin->sin_addr.s_addr == htonl(INADDR_ANY)) {
H A Dib_cm.c274 dp->dp_credit = htonl(credits);
H A Dib_send.c672 ext_hdr.h_rdma_rkey = htonl(rm->m_rdma_op->r_key);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h56 #define h2b32(x) (htonl(x))
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c199 iph->iph_size = htonl(nvsize);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c3537 htonl(INADDR_LOOPBACK);
3601 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
5663 v4dst = htonl(INADDR_LOOPBACK);
6007 htonl(INADDR_LOOPBACK);
6074 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c835 htonl(INADDR_LOOPBACK)) {
3047 inaddr.s_addr = htonl(addr);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2581 htonl(range->sadb_spirange_min),
2582 htonl(range->sadb_spirange_max));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c919 htonl(pr->pr_ValidLifetime / 1000);
921 htonl(pr->pr_PreferredLifetime / 1000);

Completed in 472 milliseconds

<<1112131415