Searched refs:htonl (Results 26 - 50 of 489) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libstand/
H A Drpc.c145 auth->authtype = htonl(RPCAUTH_NULL);
154 auth->authtype = htonl(RPCAUTH_UNIX);
155 auth->authlen = htonl(sizeof(struct auth_unix));
160 auth->authtype = htonl(RPCAUTH_NULL);
168 call->rp_xid = htonl(rpc_xid);
169 call->rp_direction = htonl(RPC_CALL);
170 call->rp_rpcvers = htonl(RPC_VER2);
171 call->rp_prog = htonl(prog);
172 call->rp_vers = htonl(vers);
173 call->rp_proc = htonl(pro
[all...]
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow_v9.c220 header->sys_uptime = htonl(MILLIUPTIME(time_uptime));
222 header->unix_secs = htonl(ts.tv_sec);
223 header->seq_num = htonl(atomic_fetchadd_32(&fe->flow9_seq, 1));
225 header->source_id = htonl(fe->domain_id);
276 rec->i_packets = htonl(fed->packets);
277 rec->i_octets = htonl(fed->bytes);
278 rec->o_packets = htonl(0);
279 rec->o_octets = htonl(0);
280 rec->first = htonl(MILLIUPTIME(fed->first));
281 rec->last = htonl(MILLIUPTIM
[all...]
/freebsd-9.3-release/usr.bin/talk/
H A Dget_addrs.c52 msg.pid = htonl(getpid());
/freebsd-9.3-release/contrib/ntp/libntp/
H A Drefidsmear.c57 return htonl(temp);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d47 trace(htonl(0x11223344));
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprinthashnode.c25 ipe.ipe_addr.in4_addr = htonl(ipe.ipe_addr.in4_addr);
26 ipe.ipe_mask.in4_addr = htonl(ipe.ipe_mask.in4_addr);
H A Dhostname.c26 if (ipa.s_addr == htonl(0xfedcba98))
/freebsd-9.3-release/lib/libc/amd64/
H A DSymbol.map35 htonl;
/freebsd-9.3-release/lib/libc/arm/
H A DSymbol.map27 htonl;
/freebsd-9.3-release/lib/libc/i386/
H A DSymbol.map29 htonl;
/freebsd-9.3-release/lib/libc/ia64/
H A DSymbol.map31 htonl;
/freebsd-9.3-release/lib/libc/mips/
H A DSymbol.map26 htonl;
/freebsd-9.3-release/lib/libc/powerpc/
H A DSymbol.map32 htonl;
/freebsd-9.3-release/lib/libc/powerpc64/
H A DSymbol.map32 htonl;
/freebsd-9.3-release/sbin/dhclient/
H A Dconvert.c90 u_int32_t tmp = htonl(val);
98 int32_t tmp = htonl(val);
/freebsd-9.3-release/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c88 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
100 ia4.s_addr = htonl(INADDR_LOOPBACK);
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c98 ctrl->owner_opcode = htonl(1 << 31);
124 rseg->rkey = htonl(rkey);
144 dseg->dqpn = htonl(wr->wr.ud.remote_qpn);
145 dseg->qkey = htonl(wr->wr.ud.remote_qkey);
152 dseg->byte_count = htonl(sg->length);
153 dseg->lkey = htonl(sg->lkey);
159 dseg->lkey = htonl(sg->lkey);
172 dseg->byte_count = htonl(sg->length);
233 htonl(MLX4_WQE_CTRL_CQ_UPDATE) : 0) |
235 htonl(MLX4_WQE_CTRL_SOLICI
[all...]
/freebsd-9.3-release/contrib/ntp/tests/sandbox/
H A Dsmeartest.c75 return htonl(temp);
89 l = convertRefIDToLFP(htonl(r));
104 l = convertRefIDToLFP(htonl(r));
/freebsd-9.3-release/lib/libc/inet/
H A Dinet_makeaddr.c62 a.s_addr = htonl(a.s_addr);
/freebsd-9.3-release/usr.bin/locate/locate/
H A Dutil.c249 MAXPATHLEN, abs(i) < abs(htonl(i)) ? i : htonl(i));
274 MAXPATHLEN, abs(word) < abs(htonl(word)) ? word :
275 htonl(word));
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c209 htonl(ptr[0]), htonl(ptr[1]),
210 htonl(ptr[2]), htonl(ptr[3]));
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.c174 td->td_end = htonl(td->td_end);
175 td->td_maxend = htonl(td->td_maxend);
198 n->nat_age = htonl(n->nat_age);
199 n->nat_flags = htonl(n->nat_flags);
200 n->nat_ipsumd = htonl(n->nat_ipsumd);
201 n->nat_use = htonl(n->nat_use);
202 n->nat_dir = htonl(n->nat_dir);
230 ips->is_hv = htonl(ips->is_hv);
231 ips->is_die = htonl(ips->is_die);
232 ips->is_pass = htonl(ip
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dip6.h99 #define IPV6_FLOWINFO_MASK ((u_int32_t)htonl(0x0fffffff)) /* flow info (28 bits) */
100 #define IPV6_FLOWLABEL_MASK ((u_int32_t)htonl(0x000fffff)) /* flow label (20 bits) */
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dtcp_client.c97 net_len = htonl(len);
118 net_len = htonl(len);
/freebsd-9.3-release/include/arpa/
H A Dinet.h139 uint32_t htonl(uint32_t);
170 #define htonl(x) __htonl(x) macro

Completed in 361 milliseconds

1234567891011>>