Searched refs:ntohl (Results 1 - 25 of 81) sorted by relevance

1234

/osnet-11/usr/src/lib/libdtrace/common/
H A Discsit.d70 ii_statsn = ntohl(P->statsn);
87 ii_itt = ntohl(P->itt);
89 ii_cmdsn = ntohl(P->cmdsn);
90 ii_statsn = ntohl(P->expstatsn);
107 ii_itt = ntohl(P->itt);
109 ii_cmdsn = ntohl(P->expcmdsn);
110 ii_statsn = ntohl(P->statsn);
127 ii_itt = ntohl(P->itt);
129 ii_cmdsn = ntohl(P->cmdsn);
130 ii_statsn = ntohl(
[all...]
H A Dsrp.d89 li_max_it_iu_len = ntohl(P->lreq_req_it_iu_len);
98 li_max_it_iu_len = ntohl(P->lrsp_max_it_iu_len);
99 li_max_ti_iu_len = ntohl(P->lrsp_max_ti_iu_len);
100 li_request_limit = ntohl(P->lrsp_req_limit_delta);
101 li_reason_code = ntohl(((srp_login_rej_t *)arg2)->lrej_reason);
121 ti_lun = (ntohl(*((uint32_t *)P->cr_lun)) << 32) +
122 ntohl(*((uint32_t *)&P->cr_lun[4]));
137 ti_req_limit_delta = ntohl(P->rsp_req_limit_delta);
139 ti_do_resid_cnt = ntohl(P->rsp_do_resid_cnt);
140 ti_di_resid_cnt = ntohl(
[all...]
H A Dtcp.d.in160 tcp_seq = ntohl(*(uint32_t *)T->th_seq);
161 tcp_ack = ntohl(*(uint32_t *)T->th_ack);
187 T != NULL ? ntohl(*(uint32_t *)((tcph_t *)T)->th_seq) :
194 T != NULL ? ntohl(*(uint32_t *)((tcph_t *)T)->th_ack) :
264 ntohl(*(uint32_t *)((tcph_t *)arg4)->th_seq) >= T->tcp_rexmit_nxt &&
265 ntohl(*(uint32_t *)((tcph_t *)arg4)->th_seq) < T->tcp_rexmit_max ?
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c47 return (ntohl(in >> 32) | (uint64_t)ntohl(in) << 32);
H A Dbyteorder.s31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
39 / unsigned long ntohl( hl )
49 ENTRY(ntohl) function
53 SET_SIZE(ntohl)
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_lnaof.c55 register u_long i = ntohl(in.s_addr);
H A Dinet_netof.c54 register u_long i = ntohl(in.s_addr);
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet_lnaof.c50 uint32_t i = ntohl(in.s_addr);
H A Dnetmasks.c132 i = ntohl(net.s_addr);
190 i = ntohl(addr.s_addr);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
59 * unsigned long ntohl( hl )
69 ENTRY(ntohl) function
73 SET_SIZE(ntohl)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h4 #define ntohl(x) (x) macro
H A Dlittle_bswap.h4 #define ntohl(x) __bswap_32(x) macro
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h38 * 11/23/95 - Kludge to get "ntohl" null macro added. -- ESB
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
48 #define htonl(x) ntohl(x)
64 (ntohl((ex).a_midmag) & 0xffff)
66 ((ntohl((ex).a_midmag) >> 16) & 0x03ff)
68 ((ntohl((ex).a_midmag) >> 26) & 0x3f)
/osnet-11/usr/src/lib/libilb/common/
H A Dlibilb_impl.h56 * moral equivalent of ntohl for IPv6 addresses, MSB and LSB (64 bit each),
60 (((uint64_t)ntohl((addr)->_S6_un._S6_u32[0]) << 32) + \
61 (ntohl((addr)->_S6_un._S6_u32[1])))
64 (((uint64_t)ntohl((addr)->_S6_un._S6_u32[2]) << 32) + \
65 (ntohl((addr)->_S6_un._S6_u32[3])))
H A Dilb_subr.c129 l1 = ntohl(i1);
130 l2 = ntohl(i2);
143 l1 = ntohl((uint32_t)a1->s_addr);
144 l2 = ntohl((uint32_t)a2->s_addr);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_msg.c47 len = ntohl(len);
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h230 #define LBER_NTOHL( l ) ntohl( l )
234 * htonl and ntohl on the DEC Alpha under OSF 1 seem to only swap the
241 #define LBER_NTOHL( l ) (((long)ntohl( (l) & 0x00000000FFFFFFFF )) << 32 \
242 | ntohl( ( (l) & 0xFFFFFFFF00000000 ) >> 32 ))
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c294 lease = ntohl(lease);
406 if (ntohl(pkt_time) != DHCP_PERM)
407 pkt_time = htonl(ntohl(pkt_time) - time_diff);
427 hval = ntohl(*val);
/osnet-11/usr/src/lib/libdscp/
H A Dlibdscp.c205 reqaddr = ntohl(*((uint32_t *)&(sin->sin_addr)));
223 spaddr = ntohl(*((uint32_t *)&(sin->sin_addr)));
491 *addrp = ntohl(addr);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dinet_ntoa.c279 uint32_t i = ntohl(in.s_addr);
H A Drtime_tli.c150 thetime = ntohl(thetime);
H A Dxdr_mem.c102 *lp = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrs->x_private))));
138 *ip = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrs->x_private))));
/osnet-11/usr/src/lib/liblldp/common/
H A Dlldp.h120 (ntohl(*(uint32_t *)(void *)(ouistype)) >> 8)
122 (ntohl(*(uint32_t *)(void *)(ouistype)) & 0x000000FF)

Completed in 29 milliseconds

1234