| /onnv/onnv-gate/usr/src/lib/libbc/libc/net/sparc/ |
| ntohl.c | 30 ntohl(unsigned long a) function
|
| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| printip.c | 18 if (ntohl(ipa.s_addr) < 256) 19 printf("%lu", (u_long)ntohl(ipa.s_addr));
|
| nat_setgroupmap.c | 20 n->in_ippip = ~ntohl(n->in_inmsk); 22 n->in_ippip /= (~ntohl(n->in_outmsk) + 1); 28 n->in_space = USABLE_PORTS * ~ntohl(n->in_outmsk);
|
| count4bits.c | 23 ip = ipn = ntohl(ip);
|
| ipft_sn.c | 71 s_v = (int)ntohl(sh.s_v); 72 s_type = (int)ntohl(sh.s_type); 106 ilen = (int)ntohl(rec->sp_ilen); 107 plen = (int)ntohl(rec->sp_plen);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| iscsit.d | 70 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(P->expstatsn) [all...] |
| srp.d | 89 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(P->rsp_di_resid_cnt) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| byteorder64.c | 47 return (ntohl(in >> 32) | (uint64_t)ntohl(in) << 32);
|
| byteorder.s | 31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs. 39 / unsigned long ntohl( hl ) 49 ENTRY(ntohl) function 53 SET_SIZE(ntohl)
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/inet/ |
| inet_lnaof.c | 40 u_long i = ntohl(in.s_addr);
|
| inet_netof.c | 39 u_long i = ntohl(in.s_addr);
|
| /onnv/onnv-gate/usr/src/lib/libsocket/inet/ |
| inet_lnaof.c | 53 uint32_t i = ntohl(in.s_addr);
|
| /onnv/onnv-gate/usr/src/stand/lib/xdr/ |
| byteorder.c | 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 53 return ((uint64_t)ntohl((in >> 32) & 0xffffffff) | 54 ((uint64_t)ntohl(in & 0xffffffff) << 32)); 70 ntohl(uint32_t in) function 114 ntohl(uint32_t in) function
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/inet/ |
| inet_lnaof.c | 55 register u_long i = ntohl(in.s_addr);
|
| inet_netof.c | 54 register u_long i = ntohl(in.s_addr);
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| byteorder.s | 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical 59 * unsigned long ntohl( hl ) 69 ENTRY(ntohl) function 73 SET_SIZE(ntohl)
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
| tst.hton.d | 74 /after[1] != ntohl(before[1])/ 76 printf("%x rather than %x", ntohl(before[1]), after[1]);
|
| /onnv/onnv-gate/usr/src/lib/libtnf/ |
| machlibtnf.h | 47 #define _tnf_swap32(x) ntohl(x)
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ib/mgt/ibcm/ |
| ibcm_arp.h | 44 gid.gid_prefix = (uint64_t)(((uint64_t)ntohl(ptr[0]) << 32) | \ 45 (ntohl(ptr[1]))); \ 47 gid.gid_guid = (uint64_t)(((uint64_t)ntohl(ptr[0]) << 32) | \ 48 (ntohl(ptr[1]))); \
|
| /onnv/onnv-gate/usr/src/uts/intel/asm/ |
| byteorder.h | 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 73 extern __inline__ uint32_t ntohl(uint32_t value) function 93 /* Use the htonl() and ntohl() inline functions defined above */ 101 return (ntohl(value >> 32) | (uint64_t)ntohl(value) << 32);
|
| /onnv/onnv-gate/usr/src/cmd/lms/ |
| LMEConnection.cpp | 528 ntohl(((APF_SERVICE_REQUEST_MESSAGE *)buf)->ServiceNameLength))) { 542 ntohl(((APF_GENERIC_HEADER *)buf)->StringLength))) { 551 ntohl(((APF_GENERIC_HEADER *)buf)->StringLength))) { 575 ntohl(((APF_CHANNEL_DATA_MESSAGE *)buf)->DataLength))) { 634 (APF_DISCONNECT_REASON_CODE)ntohl( 649 ntohl(pMessage->ServiceNameLength)); 673 channelOpenReply.RecipientChannel = ntohl(pMessage->RecipientChannel); 674 channelOpenReply.SenderChannel = ntohl(pMessage->SenderChannel); 675 channelOpenReply.InitialWindow = ntohl(pMessage->InitialWindowSize); 686 channelOpenReply.RecipientChannel = ntohl(pMessage->RecipientChannel) [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| big_bswap.h | 4 #define ntohl(x) (x) macro
|
| little_bswap.h | 4 #define ntohl(x) __bswap_32(x) macro
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/ |
| in.h | 192 #if !defined(vax) && !defined(ntohl) && !defined(lint) && !defined(i386) 196 #define ntohl(x) (x) macro 202 #if !defined(ntohl) && (defined(vax) || defined(lint) || defined(i386)) 204 u_long ntohl(), htonl();
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| byteorder.c | 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 63 ntohl(uint32_t in) function
|