Symbol: ntohl
games/fortune/fortune/fortune.c
1024
fp->tbl.str_numstr = ntohl(fp->tbl.str_numstr);
games/fortune/fortune/fortune.c
1025
fp->tbl.str_longlen = ntohl(fp->tbl.str_longlen);
games/fortune/fortune/fortune.c
1026
fp->tbl.str_shortlen = ntohl(fp->tbl.str_shortlen);
games/fortune/fortune/fortune.c
1027
fp->tbl.str_flags = ntohl(fp->tbl.str_flags);
games/fortune/fortune/fortune.c
859
Seekpts[0] = ntohl(Seekpts[0]);
games/fortune/fortune/fortune.c
861
Seekpts[1] = ntohl(Seekpts[1]);
games/fortune/unstr/unstr.c
123
(void) fseek(Inf, ntohl(pos), SEEK_SET);
games/hunt/hunt/playit.c
399
if (ntohl(version) != HUNT_VERSION) {
games/hunt/hunt/playit.c
84
if (ntohl(version) != HUNT_VERSION) {
games/hunt/huntd/answer.c
175
sp->uid = ntohl(sp->uid);
games/hunt/huntd/answer.c
176
sp->enter_status = ntohl(sp->enter_status);
games/hunt/huntd/answer.c
177
sp->mode = ntohl(sp->mode);
games/hunt/huntd/answer.c
445
machine = ntohl((u_long)((struct sockaddr_in *)sa)->sin_addr.s_addr);
games/monop/cards.c
98
dp->offsets[i] = ntohl(dp->offsets[i]);
include/a.out.h
92
( (((ex).a_midmag)&0xffff0000) ? (ntohl(((ex).a_midmag))&0xffff) : ((ex).a_midmag))
include/a.out.h
94
( (((ex).a_midmag)&0xffff0000) ? (ntohl(((ex).a_midmag))&0xffff) : \
include/a.out.h
97
( (((ex).a_midmag)&0xffff0000) ? ((ntohl(((ex).a_midmag))>>16)&0x03ff) : MID_ZERO )
include/a.out.h
99
( (((ex).a_midmag)&0xffff0000) ? ((ntohl(((ex).a_midmag))>>26)&0x3f) : 0 )
include/rpc/xdr.h
223
#define IXDR_GET_LONG(buf) ((long)ntohl((unsigned long)*(buf)++))
include/sha1.h
51
x[0] = ntohl(x[0]); \
include/sha1.h
52
x[1] = ntohl(x[1]); \
include/sha1.h
53
x[2] = ntohl(x[2]); \
include/sha1.h
54
x[3] = ntohl(x[3]); \
include/sha1.h
55
x[4] = ntohl(x[4]); } while (0)
lib/libc/asr/asr_utils.c
216
*u32 = ntohl(*u32);
lib/libc/asr/asr_utils.c
514
in_addr = ntohl(*((const in_addr_t *)addr));
lib/libc/asr/gethostnamadr_async.c
688
n->n.n_net = ntohl(addr->s_addr);
lib/libc/locale/rune.c
109
re->re_min = ntohl((uint32_t)fre.fre_min);
lib/libc/locale/rune.c
110
re->re_max = ntohl((uint32_t)fre.fre_max);
lib/libc/locale/rune.c
111
re->re_map = ntohl((uint32_t)fre.fre_map);
lib/libc/locale/rune.c
148
re[i].re_rune_types[j] = ntohl(re[i].re_rune_types[j]);
lib/libc/locale/rune.c
238
runetype_nranges = ntohl(frl.frl_runetype_ext.frr_nranges);
lib/libc/locale/rune.c
239
maplower_nranges = ntohl(frl.frl_maplower_ext.frr_nranges);
lib/libc/locale/rune.c
240
mapupper_nranges = ntohl(frl.frl_mapupper_ext.frr_nranges);
lib/libc/locale/rune.c
241
var_len = ntohl((uint32_t)frl.frl_variable_len);
lib/libc/locale/rune.c
266
rl->rl_variable_len = ntohl((uint32_t)frl.frl_variable_len);
lib/libc/locale/rune.c
269
rl->rl_runetype[x] = ntohl(frl.frl_runetype[x]);
lib/libc/locale/rune.c
272
rl->rl_maplower[x] = ntohl((uint32_t)frl.frl_maplower[x]);
lib/libc/locale/rune.c
273
rl->rl_mapupper[x] = ntohl((uint32_t)frl.frl_mapupper[x]);
lib/libc/net/inet_lnaof.c
42
in_addr_t i = ntohl(in.s_addr);
lib/libc/net/inet_netof.c
41
in_addr_t i = ntohl(in.s_addr);
lib/libc/nls/catgets.c
57
u = ntohl(cat_hdr->__nsets) - 1;
lib/libc/nls/catgets.c
60
r = set_id - ntohl(set_hdr[i].__setno);
lib/libc/nls/catgets.c
65
+ ntohl(cat_hdr->__msg_hdr_offset));
lib/libc/nls/catgets.c
67
l = ntohl(set_hdr[i].__index);
lib/libc/nls/catgets.c
68
u = l + ntohl(set_hdr[i].__nmsgs) - 1;
lib/libc/nls/catgets.c
71
r = msg_id - ntohl(msg_hdr[i].__msgno);
lib/libc/nls/catgets.c
75
+ ntohl(cat_hdr->__msg_txt_offset)
lib/libc/nls/catgets.c
76
+ ntohl(msg_hdr[i].__offset);
lib/libc/nls/catopen.c
193
if (ntohl(((struct _nls_cat_hdr *) data)->__magic) != _NLS_MAGIC)
lib/libc/nls/catopen.c
226
hdr_offset = ntohl(cat->__msg_hdr_offset);
lib/libc/nls/catopen.c
227
nsets = ntohl(cat->__nsets);
lib/libc/nls/catopen.c
228
txt_offset = ntohl(cat->__msg_txt_offset);
lib/libc/nls/catopen.c
237
if (remain <= hdr_offset || remain <= ntohl(cat->__msg_txt_offset) ||
lib/libc/nls/catopen.c
253
index = ntohl(set[i].__index);
lib/libc/nls/catopen.c
254
nmsgs = ntohl(set[i].__nmsgs);
lib/libc/nls/catopen.c
269
if (ntohl(msg[j].__offset) > INT_MAX)
lib/libc/nls/catopen.c
271
off = MAXIMUM(off, ntohl(msg[j].__offset));
lib/libc/rpc/clnt_tcp.c
249
x_id = ntohl(--(*msg_x_id));
lib/libc/rpc/xdr_mem.c
114
*lp = ntohl(*(int32_t *)xdrs->x_private);
lib/libc/rpc/xdr_mem.c
140
*lp = ntohl(l);
lib/libc/rpc/xdr_rec.c
236
*lp = (long)ntohl((u_int32_t)(*buflp));
lib/libc/rpc/xdr_rec.c
243
*lp = (long)ntohl((u_int32_t)mylong);
lib/libc/rpc/xdr_rec.c
536
rstrm->in_header = ntohl(rstrm->in_header);
lib/libc/rpc/xdr_rec.c
679
header = (long)ntohl(header);
lib/libc/rpc/xdr_stdio.c
104
*lp = (long)ntohl(temp);
lib/libpcap/gencode.c
1043
b1 = gen_mcmp_nl(offset + 12, BPF_W, ntohl(a[3]), ntohl(m[3]));
lib/libpcap/gencode.c
1044
b0 = gen_mcmp_nl(offset + 8, BPF_W, ntohl(a[2]), ntohl(m[2]));
lib/libpcap/gencode.c
1046
b0 = gen_mcmp_nl(offset + 4, BPF_W, ntohl(a[1]), ntohl(m[1]));
lib/libpcap/gencode.c
1048
b0 = gen_mcmp_nl(offset + 0, BPF_W, ntohl(a[0]), ntohl(m[0]));
lib/libpcap/gencode.c
2344
tmp = gen_host(ntohl(sin->sin_addr.s_addr),
lib/libpcap/nametoaddr.c
53
#define NTOHL(x) (x) = ntohl(x)
lib/libradius/radius_attr.c
554
DEFINE_TYPED_ATTRIBUTE_ACCESSOR_BYVAL(uint32, uint32_t, htonl, ntohl)
lib/libsndio/aucat.c
112
if (ntohl(hdl->wmsg.cmd) == AMSG_DATA) {
lib/libsndio/aucat.c
113
hdl->wtodo = ntohl(hdl->wmsg.u.data.size);
lib/libsndio/aucat.c
498
if (ntohl(hdl->rmsg.cmd) != AMSG_ACK) {
lib/libsndio/aucat.c
71
if (ntohl(hdl->rmsg.cmd) == AMSG_DATA) {
lib/libsndio/aucat.c
72
hdl->rtodo = ntohl(hdl->rmsg.u.data.size);
lib/libsndio/mio_aucat.c
67
switch (ntohl(hdl->aucat.rmsg.cmd)) {
lib/libsndio/mio_aucat.c
71
delta = ntohl(hdl->aucat.rmsg.u.ts.delta);
lib/libsndio/sio_aucat.c
102
delta = ntohl(hdl->aucat.rmsg.u.ts.delta);
lib/libsndio/sio_aucat.c
108
delta = ntohl(hdl->aucat.rmsg.u.ts.delta);
lib/libsndio/sio_aucat.c
118
ctl = ntohl(hdl->aucat.rmsg.u.vol.ctl);
lib/libsndio/sio_aucat.c
317
if (ntohl(hdl->aucat.rmsg.cmd) != AMSG_GETPAR) {
lib/libsndio/sio_aucat.c
327
par->rate = ntohl(hdl->aucat.rmsg.u.par.rate);
lib/libsndio/sio_aucat.c
328
par->bufsz = ntohl(hdl->aucat.rmsg.u.par.bufsz);
lib/libsndio/sio_aucat.c
329
par->appbufsz = ntohl(hdl->aucat.rmsg.u.par.appbufsz);
lib/libsndio/sio_aucat.c
331
par->round = ntohl(hdl->aucat.rmsg.u.par.round);
lib/libsndio/sio_aucat.c
91
switch (ntohl(hdl->aucat.rmsg.cmd)) {
lib/libsndio/sio_aucat.c
93
size = ntohl(hdl->aucat.rmsg.u.data.size);
lib/libsndio/sioctl_aucat.c
112
switch (ntohl(hdl->aucat.rmsg.cmd)) {
libexec/snmpd/snmpd_metrics/kroute.c
380
if (ntohl(a->r.prefix.s_addr) < ntohl(b->r.prefix.s_addr))
libexec/snmpd/snmpd_metrics/kroute.c
382
if (ntohl(a->r.prefix.s_addr) > ntohl(b->r.prefix.s_addr))
libexec/snmpd/snmpd_metrics/kroute.c
677
if (ntohl(a->addr.sin.sin_addr.s_addr) >
libexec/snmpd/snmpd_metrics/kroute.c
678
ntohl(b->addr.sin.sin_addr.s_addr))
libexec/snmpd/snmpd_metrics/kroute.c
680
if (ntohl(a->addr.sin.sin_addr.s_addr) <
libexec/snmpd/snmpd_metrics/kroute.c
681
ntohl(b->addr.sin.sin_addr.s_addr))
libexec/snmpd/snmpd_metrics/kroute.c
994
return (33 - ffs(ntohl(ina)));
libexec/snmpd/snmpd_metrics/mib.c
1297
agentx_varbind_printf(vb, "0x%08x", ntohl(s.hostid));
libexec/snmpd/snmpd_metrics/mib.c
2771
addr.sin_addr.s_addr = htonl(ntohl(addr.sin_addr.s_addr) + 1);
libexec/snmpd/snmpd_metrics/mib.c
2985
if (ntohl(kr->nexthop.s_addr) < ntohl(*nhaddr)) {
libexec/snmpd/snmpd_metrics/mib.c
2990
} else if (ntohl(kr->nexthop.s_addr) > ntohl(*nhaddr)) {
libexec/spamd-setup/spamd-setup.c
203
c.addr = ntohl(c.addr);
libexec/spamd-setup/spamd-setup.c
217
start->addr = ntohl(start->addr);
libexec/spamd-setup/spamd-setup.c
221
end->addr = ntohl(end->addr) + 1;
libexec/spamd-setup/spamd-setup.c
230
start->addr = ntohl(start->addr);
libexec/spamd/sdl.c
304
kk.s_addr = ntohl(k->s_addr & m->s_addr);
libexec/spamd/sdl.c
305
aa.s_addr = ntohl(a->s_addr);
libexec/spamd/sdl.c
327
kk.addr32[0] = ntohl(k->addr32[0] & m->addr32[0]);
libexec/spamd/sdl.c
328
kk.addr32[1] = ntohl(k->addr32[1] & m->addr32[1]);
libexec/spamd/sdl.c
329
kk.addr32[2] = ntohl(k->addr32[2] & m->addr32[2]);
libexec/spamd/sdl.c
330
kk.addr32[3] = ntohl(k->addr32[3] & m->addr32[3]);
libexec/spamd/sdl.c
332
aa.addr32[0] = ntohl(a->addr32[0]);
libexec/spamd/sdl.c
333
aa.addr32[1] = ntohl(a->addr32[1]);
libexec/spamd/sdl.c
334
aa.addr32[2] = ntohl(a->addr32[2]);
libexec/spamd/sdl.c
335
aa.addr32[3] = ntohl(a->addr32[3]);
libexec/spamd/sdl.c
57
aa.s_addr = ntohl(a->sda.s_addr);
libexec/spamd/sdl.c
58
bb.s_addr = ntohl(b->sda.s_addr);
libexec/spamd/sdl.c
76
aa.addr32[0] = ntohl(a->sda.addr32[0]);
libexec/spamd/sdl.c
77
aa.addr32[1] = ntohl(a->sda.addr32[1]);
libexec/spamd/sdl.c
78
aa.addr32[2] = ntohl(a->sda.addr32[2]);
libexec/spamd/sdl.c
79
aa.addr32[3] = ntohl(a->sda.addr32[3]);
libexec/spamd/sdl.c
81
bb.addr32[0] = ntohl(b->sda.addr32[0]);
libexec/spamd/sdl.c
82
bb.addr32[1] = ntohl(b->sda.addr32[1]);
libexec/spamd/sdl.c
83
bb.addr32[2] = ntohl(b->sda.addr32[2]);
libexec/spamd/sdl.c
84
bb.addr32[3] = ntohl(b->sda.addr32[3]);
libexec/spamd/sync.c
333
expire = ntohl(sd->sd_expire);
libexec/spamd/sync.c
354
expire = ntohl(sd->sd_expire);
libexec/talkd/print.c
80
syslog(LOG_DEBUG, "%s: %s: %s, id %d", cp, tp, ap, ntohl(rp->id_num));
libexec/talkd/process.c
104
mp->pid = ntohl(mp->pid);
libexec/talkd/process.c
72
mp->id_num = ntohl(mp->id_num);
regress/lib/libc/asr/bin/common.c
510
*u32 = ntohl(*u32);
regress/lib/libc/sys/t_getrusage.c
184
sin.sin_addr.s_addr = ntohl(INADDR_LOOPBACK);
regress/lib/libcrypto/bio/bio_host.c
103
if (ret && ntohl(ip.i) != bgit->ip) {
regress/lib/libcrypto/bio/bio_host.c
106
ntohl(ip.i), bgit->ip);
regress/sbin/ifconfig/ifaddr.c
1259
printf(" netmask 0x%x", ntohl(netmask.sin_addr.s_addr));
regress/sbin/isakmpd/util/utiltest.c
70
printf ("addr %08x port %d\n", ntohl (sai->sin_addr.s_addr),
regress/sys/netinet/in_pcbbind/runtest.c
381
if (!IN_MULTICAST( ntohl(sin->sin_addr.s_addr) )) {
regress/sys/netinet/sendsrcaddr/runtest.c
179
reuse = ntohl(src->sin_addr.s_addr) == INADDR_ANY ? 1 : 0;
regress/usr.sbin/bgpd/unittests/rde_aspa_test.c
552
return (ntohl(as));
sbin/dhcp6leased/engine.c
1003
__func__, ntohl(iaprefix.pltime),
sbin/dhcp6leased/engine.c
1004
ntohl(iaprefix.vltime), inet_ntop(AF_INET6,
sbin/dhcp6leased/engine.c
1008
if (ntohl(iaprefix.vltime) < ntohl(iaprefix.pltime)) {
sbin/dhcp6leased/engine.c
1014
if (ntohl(iaprefix.vltime) == 0) {
sbin/dhcp6leased/engine.c
1022
prefix->vltime = ntohl(iaprefix.vltime);
sbin/dhcp6leased/engine.c
1023
prefix->pltime = ntohl(iaprefix.pltime);
sbin/dhcp6leased/engine.c
828
if (t1 == 0 || t1 > ntohl(iapd.t1))
sbin/dhcp6leased/engine.c
829
t1 = ntohl(iapd.t1);
sbin/dhcp6leased/engine.c
830
if (t2 == 0 || t2 > ntohl(iapd.t2))
sbin/dhcp6leased/engine.c
831
t2 = ntohl(iapd.t2);
sbin/dhcp6leased/engine.c
834
__func__, ntohl(iapd.iaid), ntohl(iapd.t1),
sbin/dhcp6leased/engine.c
835
ntohl(iapd.t2));
sbin/dhcp6leased/engine.c
836
if (ntohl(iapd.iaid) < iface_conf->ia_count) {
sbin/dhcp6leased/engine.c
841
&iface->new_pds[ntohl(iapd.iaid)]);
sbin/dhcpleased/engine.c
1083
renewal_time = ntohl(renewal_time);
sbin/dhcpleased/engine.c
1095
rebinding_time = ntohl(rebinding_time);
sbin/dhcpleased/engine.c
1201
ipv6_only_time = ntohl(ipv6_only_time);
sbin/dhcpleased/engine.c
1887
log_debug("dhcp_hdr xid: 0x%x", ntohl(dhcp_hdr->xid));
sbin/dhcpleased/engine.c
890
if (ntohl(dhcp_hdr->xid) != iface->xid)
sbin/dhcpleased/engine.c
965
lease_time = ntohl(lease_time);
sbin/ifconfig/ifconfig.c
3586
printf(" netmask 0x%x", ntohl(netmask.sin_addr.s_addr));
sbin/ifconfig/ifconfig.c
6499
if (which == MASK && (ntohl(sin->sin_addr.s_addr) &
sbin/ifconfig/ifconfig.c
6500
(~ntohl(sin->sin_addr.s_addr) >> 1)))
sbin/iked/ikev2.c
7281
lower = ntohl(cfg4->sin_addr.s_addr & ~mask);
sbin/iked/ikev2.c
7297
lower = ntohl(lower & ~mask);
sbin/iked/ikev2.c
7305
upper = ntohl(~mask);
sbin/iked/pfkey.c
1171
*spip = ntohl(sa_ext->sadb_sa_spi);
sbin/iked/pfkey.c
2090
spi.spi = ntohl(sa->sadb_sa_spi);
sbin/iked/radius.c
590
33 - ffs(ntohl(ia4.s_addr));
sbin/iked/util.c
555
return (33 - ffs(ntohl(ina)));
sbin/ipsecctl/ipsecctl.c
936
tmp = ntohl(ipa->addr32[j]);
sbin/ipsecctl/pfkdump.c
301
ntohl(sa->sadb_sa_spi),
sbin/ipsecctl/pfkdump.c
305
ntohl(sa->sadb_sa_spi),
sbin/ipsecctl/pfkdump.c
713
return (ntohl(sa->sadb_sa_spi));
sbin/ipsecctl/pfkdump.c
734
r.spi = ntohl(sa->sadb_sa_spi);
sbin/ipsecctl/pfkdump.c
889
r.spi2 = ntohl(sa2->sadb_sa_spi);
sbin/isakmpd/dpd.c
154
p_seq = ntohl(p_seq);
sbin/isakmpd/log.c
629
switch (ntohl(hdr->sa_family)) {
sbin/isakmpd/log.c
654
return (ntohl(hdr->sa_family) == AF_INET ? 0 : 0xFFFF);
sbin/isakmpd/pf_key_v2.c
1411
ntohl(ssa.sadb_sa_spi), sa->tag ? " tag " : "",
sbin/isakmpd/pf_key_v2.c
1464
u_int32_t hmask = ntohl(mask);
sbin/isakmpd/pf_key_v2.c
2225
ntohl(ssa->sadb_sa_spi), msg->sadb_msg_satype));
sbin/isakmpd/pf_key_v2.c
2287
for (m = 0x80000000; m & ntohl(mask->sin_addr.s_addr); m >>= 1)
sbin/isakmpd/pf_key_v2.c
628
u_int32_t tspi = ntohl(sa->sadb_sa_spi);
sbin/isakmpd/policy.c
90
src2 = ntohl(*src);
sbin/mountd/mountd.c
1976
net = ntohl(grp->gr_ptr.gt_net.nt_net);
sbin/pfctl/pf_print_state.c
194
printf("[%u + %u](+%u)", ntohl(p->seqlo),
sbin/pfctl/pf_print_state.c
195
ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff));
sbin/pfctl/pf_print_state.c
197
printf("[%u + %u]", ntohl(p->seqlo),
sbin/pfctl/pf_print_state.c
198
ntohl(p->seqhi) - ntohl(p->seqlo));
sbin/pfctl/pf_print_state.c
315
u_int32_t creation = ntohl(s->creation);
sbin/pfctl/pf_print_state.c
316
u_int32_t expire = ntohl(s->expire);
sbin/pfctl/pf_print_state.c
338
if (ntohl(s->anchor) != -1)
sbin/pfctl/pf_print_state.c
339
printf(", anchor %u", ntohl(s->anchor));
sbin/pfctl/pf_print_state.c
340
if (ntohl(s->rule) != -1)
sbin/pfctl/pf_print_state.c
341
printf(", rule %u", ntohl(s->rule));
sbin/pfctl/pf_print_state.c
357
betoh64(id), ntohl(s->creatorid));
sbin/pfctl/pf_print_state.c
373
tmp = ntohl(m->addr32[j]);
sbin/pfctl/pfctl.c
1488
if (shownr < 0 || ntohl(p->rule) == shownr)
sbin/pfctl/pfctl.c
2621
printf("set hostid 0x%08x\n", ntohl(hostid));
sbin/pfctl/pfctl.c
978
val = ntohl(addr->addr32[i]);
sbin/pfctl/pfctl_parser.c
561
printf("Hostid: 0x%08x\n", ntohl(s->hostid));
sbin/ping/ping.c
1453
s_in.sin_addr.s_addr = ntohl(l);
sbin/ping/ping.c
1506
s_in.sin_addr.s_addr = ntohl(l);
sbin/ping/ping.c
1737
ntohl(icp->icmp_mask));
sbin/ping/ping.c
1904
(u_int32_t)ntohl(value4));
sbin/ping/ping.c
2065
(int)ntohl(icp->icmp6_mtu));
sbin/ping/ping.c
2100
(u_int32_t)ntohl(icp->icmp6_pptr));
sbin/ping/ping.c
2166
(ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
sbin/ping/ping.c
504
if (!v6flag && IN_MULTICAST(ntohl(dst4.sin_addr.s_addr))) {
sbin/ping/ping.c
716
if (IN_MULTICAST(ntohl(dst4.sin_addr.s_addr)))
sbin/ping/ping.c
748
if (IN_MULTICAST(ntohl(dst4.sin_addr.s_addr)))
sbin/route/route.c
1042
inet_makenetandmask(ntohl(
sbin/route/show.c
588
mask = maskp && maskp->sin_len != 0 ? ntohl(maskp->sin_addr.s_addr) : 0;
sbin/route/show.c
597
in = ntohl(in);
sbin/route/show.c
798
ntohl(smpls->smpls_label) >> MPLS_LABEL_OFFSET);
sbin/slaacd/engine.c
1466
radv->reachable_time = ntohl(nd_ra->nd_ra_reachable);
sbin/slaacd/engine.c
1467
radv->retrans_time = ntohl(nd_ra->nd_ra_retransmit);
sbin/slaacd/engine.c
1504
prefix->vltime = ntohl(prf->nd_opt_pi_valid_time);
sbin/slaacd/engine.c
1505
prefix->pltime = ntohl(prf->nd_opt_pi_preferred_time);
sbin/slaacd/engine.c
1528
radv->rdns_lifetime = ntohl(
sbin/slaacd/engine.c
1549
radv->mtu = ntohl(mtu->nd_opt_mtu_mtu);
sbin/slaacd/engine.c
1752
log_debug("\tReachable Time: %ums", ntohl(nd_ra->nd_ra_reachable));
sbin/slaacd/engine.c
1753
log_debug("\tRetrans Timer: %ums", ntohl(nd_ra->nd_ra_retransmit));
sbin/slaacd/engine.c
1810
ntohl(prf->nd_opt_pi_valid_time));
sbin/slaacd/engine.c
1812
ntohl(prf->nd_opt_pi_preferred_time));
sbin/slaacd/engine.c
1824
ntohl(mtu->nd_opt_mtu_mtu));
sbin/slaacd/engine.c
1841
log_debug("\t\tND_OPT_RDNSS: lifetime: %u", ntohl(
sbin/unwind/frontend.c
1826
if ((ntohl(sin4->sin_addr.s_addr) >> 24) ==
sbin/unwind/libunbound/sldns/sbuffer.h
49
return ntohl(*(const uint32_t *) src);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1424
expi = ntohl(expi);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1425
incep = ntohl(incep);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1499
expi = ntohl(expi);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1500
incep = ntohl(incep);
sbin/unwind/libunbound/validator/val_sigcrypt.c
1501
origttl = ntohl(origttl);
sys/arch/amd64/amd64/via.c
186
ses->ses_ekey[i] = ntohl(ses->ses_ekey[i]);
sys/arch/amd64/amd64/via.c
187
ses->ses_dkey[i] = ntohl(ses->ses_dkey[i]);
sys/arch/hppa/stand/mkboot/mkboot.c
212
(void) lseek(from, ntohl(elf_header.e_phoff), SEEK_SET);
sys/arch/hppa/stand/mkboot/mkboot.c
219
ntohl(elf_segments[i].p_flags) & PF_X) {
sys/arch/hppa/stand/mkboot/mkboot.c
227
entry = ntohl(elf_header.e_entry) +
sys/arch/hppa/stand/mkboot/mkboot.c
228
ntohl(elf_segments[elf_load_image_segment].p_offset) -
sys/arch/hppa/stand/mkboot/mkboot.c
229
ntohl(elf_segments[elf_load_image_segment].p_vaddr);
sys/arch/i386/i386/via.c
187
ses->ses_ekey[i] = ntohl(ses->ses_ekey[i]);
sys/arch/i386/i386/via.c
188
ses->ses_dkey[i] = ntohl(ses->ses_dkey[i]);
sys/dev/acpi/asmc.c
309
printf(", %u key%s\n", ntohl(*(uint32_t *)buf),
sys/dev/acpi/asmc.c
310
(ntohl(*(uint32_t *)buf) == 1) ? "" : "s");
sys/dev/acpi/asmc.c
540
(ntohl(*(uint32_t *)(buf + 6)) >> 14) * 1000000 :
sys/dev/ic/bwfm.c
2560
switch (ntohl(e->msg.event_type)) {
sys/dev/ic/bwfm.c
2562
if (ntohl(e->msg.status) == BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2569
if (ntohl(e->msg.status) == BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2572
} else if (ntohl(e->msg.status) != BWFM_E_STATUS_UNSOLICITED) {
sys/dev/ic/bwfm.c
2577
if (ntohl(e->msg.status) == BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2578
ntohl(e->msg.reason) == 0)
sys/dev/ic/bwfm.c
2605
if (ntohl(e->msg.event_type) >= BWFM_E_LAST) {
sys/dev/ic/bwfm.c
2610
switch (ntohl(e->msg.event_type)) {
sys/dev/ic/bwfm.c
2618
ntohl(e->msg.status) == BWFM_E_STATUS_ABORT)
sys/dev/ic/bwfm.c
2622
DEVNAME(sc), ntohl(e->msg.status)));
sys/dev/ic/bwfm.c
2625
if (ntohl(e->msg.status) != BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2626
ntohl(e->msg.status) != BWFM_E_STATUS_PARTIAL) {
sys/dev/ic/bwfm.c
2628
DEVNAME(sc), ntohl(e->msg.status)));
sys/dev/ic/bwfm.c
2631
if (ntohl(e->msg.status) == BWFM_E_STATUS_SUCCESS) {
sys/dev/ic/bwfm.c
2669
if (ntohl(e->msg.status) != BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2674
if (ntohl(e->msg.status) != BWFM_E_STATUS_SUCCESS &&
sys/dev/ic/bwfm.c
2707
" reason %u\n", __func__, len, ntohl(e->msg.datalen),
sys/dev/ic/bwfm.c
2708
ntohl(e->msg.event_type), ntohl(e->msg.status),
sys/dev/ic/bwfm.c
2709
ntohl(e->msg.reason)));
sys/dev/ic/bwi.c
1636
nfiles = ntohl(nfiles);
sys/dev/ic/bwi.c
1647
*size = ntohl(h->filesize);
sys/dev/ic/bwi.c
1648
*offset = ntohl(h->fileoffset);
sys/dev/microcode/bwi/build/build.c
119
nfiles = ntohl(nfiles);
sys/dev/microcode/bwi/build/build.c
121
h[i].filesize = ntohl(h[i].filesize);
sys/dev/microcode/bwi/build/build.c
122
h[i].fileoffset = ntohl(h[i].fileoffset);
sys/dev/microcode/bwi/extract/extract.c
53
nfiles = ntohl(nfiles);
sys/dev/pci/if_bge.c
3112
hwcfg = ntohl(hwcfg);
sys/dev/pci/if_bnx.c
422
*p = ntohl(*p);
sys/dev/pci/if_bnx.c
449
hdr->bnx_COM_FwReleaseMajor = ntohl(hdr->bnx_COM_FwReleaseMajor);
sys/dev/pci/if_bnx.c
450
hdr->bnx_COM_FwReleaseMinor = ntohl(hdr->bnx_COM_FwReleaseMinor);
sys/dev/pci/if_bnx.c
451
hdr->bnx_COM_FwReleaseFix = ntohl(hdr->bnx_COM_FwReleaseFix);
sys/dev/pci/if_bnx.c
452
hdr->bnx_COM_FwStartAddr = ntohl(hdr->bnx_COM_FwStartAddr);
sys/dev/pci/if_bnx.c
453
hdr->bnx_COM_FwTextAddr = ntohl(hdr->bnx_COM_FwTextAddr);
sys/dev/pci/if_bnx.c
454
hdr->bnx_COM_FwTextLen = ntohl(hdr->bnx_COM_FwTextLen);
sys/dev/pci/if_bnx.c
455
hdr->bnx_COM_FwDataAddr = ntohl(hdr->bnx_COM_FwDataAddr);
sys/dev/pci/if_bnx.c
456
hdr->bnx_COM_FwDataLen = ntohl(hdr->bnx_COM_FwDataLen);
sys/dev/pci/if_bnx.c
457
hdr->bnx_COM_FwRodataAddr = ntohl(hdr->bnx_COM_FwRodataAddr);
sys/dev/pci/if_bnx.c
458
hdr->bnx_COM_FwRodataLen = ntohl(hdr->bnx_COM_FwRodataLen);
sys/dev/pci/if_bnx.c
459
hdr->bnx_COM_FwBssAddr = ntohl(hdr->bnx_COM_FwBssAddr);
sys/dev/pci/if_bnx.c
460
hdr->bnx_COM_FwBssLen = ntohl(hdr->bnx_COM_FwBssLen);
sys/dev/pci/if_bnx.c
461
hdr->bnx_COM_FwSbssAddr = ntohl(hdr->bnx_COM_FwSbssAddr);
sys/dev/pci/if_bnx.c
462
hdr->bnx_COM_FwSbssLen = ntohl(hdr->bnx_COM_FwSbssLen);
sys/dev/pci/if_bnx.c
464
hdr->bnx_RXP_FwReleaseMajor = ntohl(hdr->bnx_RXP_FwReleaseMajor);
sys/dev/pci/if_bnx.c
465
hdr->bnx_RXP_FwReleaseMinor = ntohl(hdr->bnx_RXP_FwReleaseMinor);
sys/dev/pci/if_bnx.c
466
hdr->bnx_RXP_FwReleaseFix = ntohl(hdr->bnx_RXP_FwReleaseFix);
sys/dev/pci/if_bnx.c
467
hdr->bnx_RXP_FwStartAddr = ntohl(hdr->bnx_RXP_FwStartAddr);
sys/dev/pci/if_bnx.c
468
hdr->bnx_RXP_FwTextAddr = ntohl(hdr->bnx_RXP_FwTextAddr);
sys/dev/pci/if_bnx.c
469
hdr->bnx_RXP_FwTextLen = ntohl(hdr->bnx_RXP_FwTextLen);
sys/dev/pci/if_bnx.c
470
hdr->bnx_RXP_FwDataAddr = ntohl(hdr->bnx_RXP_FwDataAddr);
sys/dev/pci/if_bnx.c
471
hdr->bnx_RXP_FwDataLen = ntohl(hdr->bnx_RXP_FwDataLen);
sys/dev/pci/if_bnx.c
472
hdr->bnx_RXP_FwRodataAddr = ntohl(hdr->bnx_RXP_FwRodataAddr);
sys/dev/pci/if_bnx.c
473
hdr->bnx_RXP_FwRodataLen = ntohl(hdr->bnx_RXP_FwRodataLen);
sys/dev/pci/if_bnx.c
474
hdr->bnx_RXP_FwBssAddr = ntohl(hdr->bnx_RXP_FwBssAddr);
sys/dev/pci/if_bnx.c
475
hdr->bnx_RXP_FwBssLen = ntohl(hdr->bnx_RXP_FwBssLen);
sys/dev/pci/if_bnx.c
476
hdr->bnx_RXP_FwSbssAddr = ntohl(hdr->bnx_RXP_FwSbssAddr);
sys/dev/pci/if_bnx.c
477
hdr->bnx_RXP_FwSbssLen = ntohl(hdr->bnx_RXP_FwSbssLen);
sys/dev/pci/if_bnx.c
479
hdr->bnx_TPAT_FwReleaseMajor = ntohl(hdr->bnx_TPAT_FwReleaseMajor);
sys/dev/pci/if_bnx.c
480
hdr->bnx_TPAT_FwReleaseMinor = ntohl(hdr->bnx_TPAT_FwReleaseMinor);
sys/dev/pci/if_bnx.c
481
hdr->bnx_TPAT_FwReleaseFix = ntohl(hdr->bnx_TPAT_FwReleaseFix);
sys/dev/pci/if_bnx.c
482
hdr->bnx_TPAT_FwStartAddr = ntohl(hdr->bnx_TPAT_FwStartAddr);
sys/dev/pci/if_bnx.c
483
hdr->bnx_TPAT_FwTextAddr = ntohl(hdr->bnx_TPAT_FwTextAddr);
sys/dev/pci/if_bnx.c
484
hdr->bnx_TPAT_FwTextLen = ntohl(hdr->bnx_TPAT_FwTextLen);
sys/dev/pci/if_bnx.c
485
hdr->bnx_TPAT_FwDataAddr = ntohl(hdr->bnx_TPAT_FwDataAddr);
sys/dev/pci/if_bnx.c
486
hdr->bnx_TPAT_FwDataLen = ntohl(hdr->bnx_TPAT_FwDataLen);
sys/dev/pci/if_bnx.c
487
hdr->bnx_TPAT_FwRodataAddr = ntohl(hdr->bnx_TPAT_FwRodataAddr);
sys/dev/pci/if_bnx.c
488
hdr->bnx_TPAT_FwRodataLen = ntohl(hdr->bnx_TPAT_FwRodataLen);
sys/dev/pci/if_bnx.c
489
hdr->bnx_TPAT_FwBssAddr = ntohl(hdr->bnx_TPAT_FwBssAddr);
sys/dev/pci/if_bnx.c
490
hdr->bnx_TPAT_FwBssLen = ntohl(hdr->bnx_TPAT_FwBssLen);
sys/dev/pci/if_bnx.c
491
hdr->bnx_TPAT_FwSbssAddr = ntohl(hdr->bnx_TPAT_FwSbssAddr);
sys/dev/pci/if_bnx.c
492
hdr->bnx_TPAT_FwSbssLen = ntohl(hdr->bnx_TPAT_FwSbssLen);
sys/dev/pci/if_bnx.c
494
hdr->bnx_TXP_FwReleaseMajor = ntohl(hdr->bnx_TXP_FwReleaseMajor);
sys/dev/pci/if_bnx.c
495
hdr->bnx_TXP_FwReleaseMinor = ntohl(hdr->bnx_TXP_FwReleaseMinor);
sys/dev/pci/if_bnx.c
496
hdr->bnx_TXP_FwReleaseFix = ntohl(hdr->bnx_TXP_FwReleaseFix);
sys/dev/pci/if_bnx.c
497
hdr->bnx_TXP_FwStartAddr = ntohl(hdr->bnx_TXP_FwStartAddr);
sys/dev/pci/if_bnx.c
498
hdr->bnx_TXP_FwTextAddr = ntohl(hdr->bnx_TXP_FwTextAddr);
sys/dev/pci/if_bnx.c
499
hdr->bnx_TXP_FwTextLen = ntohl(hdr->bnx_TXP_FwTextLen);
sys/dev/pci/if_bnx.c
500
hdr->bnx_TXP_FwDataAddr = ntohl(hdr->bnx_TXP_FwDataAddr);
sys/dev/pci/if_bnx.c
501
hdr->bnx_TXP_FwDataLen = ntohl(hdr->bnx_TXP_FwDataLen);
sys/dev/pci/if_bnx.c
502
hdr->bnx_TXP_FwRodataAddr = ntohl(hdr->bnx_TXP_FwRodataAddr);
sys/dev/pci/if_bnx.c
503
hdr->bnx_TXP_FwRodataLen = ntohl(hdr->bnx_TXP_FwRodataLen);
sys/dev/pci/if_bnx.c
504
hdr->bnx_TXP_FwBssAddr = ntohl(hdr->bnx_TXP_FwBssAddr);
sys/dev/pci/if_bnx.c
505
hdr->bnx_TXP_FwBssLen = ntohl(hdr->bnx_TXP_FwBssLen);
sys/dev/pci/if_bnx.c
506
hdr->bnx_TXP_FwSbssAddr = ntohl(hdr->bnx_TXP_FwSbssAddr);
sys/dev/pci/if_bnx.c
507
hdr->bnx_TXP_FwSbssLen = ntohl(hdr->bnx_TXP_FwSbssLen);
sys/dev/pci/if_bnx.c
608
hdr->bnx_rv2p_proc1len = ntohl(hdr->bnx_rv2p_proc1len);
sys/dev/pci/if_bnx.c
609
hdr->bnx_rv2p_proc2len = ntohl(hdr->bnx_rv2p_proc2len);
sys/dev/pci/if_ice.c
27345
ouisubtype = ntohl(tlv->ouisubtype);
sys/dev/pci/if_ice.c
27519
ouisubtype = ntohl(tlv->ouisubtype);
sys/dev/pci/if_ice.c
27576
ouisubtype = ntohl(tlv->ouisubtype);
sys/dev/pci/yds.c
319
*p = ntohl(*p);
sys/dev/pci/yds.c
341
p = (u_int32_t *)&yf->data[ntohl(yf->dsplen)];
sys/dev/pci/yds.c
342
size = ntohl(yf->ds1len);
sys/dev/pci/yds.c
344
p = (u_int32_t *)&yf->data[ntohl(yf->dsplen) + ntohl(yf->ds1len)];
sys/dev/pci/yds.c
345
size = ntohl(yf->ds1elen);
sys/dev/pci/yds.c
378
nswaph((u_int32_t *)&yf->data[0], ntohl(yf->dsplen));
sys/dev/pci/yds.c
380
ntohl(yf->dsplen));
sys/dev/pv/vmt.c
1197
if ((ntohl(sin->sin_addr.s_addr) >>
sys/dev/usb/if_kue.c
267
0, (void *)&fw->data[0], ntohl(fw->codeseglen));
sys/dev/usb/if_kue.c
279
0, (void *)&fw->data[ntohl(fw->codeseglen)], ntohl(fw->fixseglen));
sys/dev/usb/if_kue.c
291
0, (void *)&fw->data[ntohl(fw->codeseglen) + ntohl(fw->fixseglen)],
sys/dev/usb/if_kue.c
292
ntohl(fw->trigseglen));
sys/lib/libsa/bootp.c
169
d->xid, ntohl(bp->bp_xid));
sys/lib/libsa/bootparam.c
183
x = ntohl(repl->encap_len);
sys/lib/libsa/bootparam.c
343
slen = ntohl(*lenp);
sys/lib/libsa/bootparam.c
405
ntohl(xi->atype)));
sys/lib/libsa/bootparam.c
416
*cp++ = ntohl(*ip++);
sys/lib/libsa/bootparam.c
417
*cp++ = ntohl(*ip++);
sys/lib/libsa/bootparam.c
418
*cp++ = ntohl(*ip++);
sys/lib/libsa/bootparam.c
419
*cp++ = ntohl(*ip++);
sys/lib/libsa/net.c
211
addr = ntohl(addr);
sys/lib/libsa/nfs.c
153
errno = ntohl(repl->errno);
sys/lib/libsa/nfs.c
216
return (ntohl(repl->errno));
sys/lib/libsa/nfs.c
255
return (ntohl(rdata.d.errno));
sys/lib/libsa/nfs.c
257
rdata.d.len = ntohl(rdata.d.len);
sys/lib/libsa/nfs.c
310
errno = ntohl(repl->errno);
sys/lib/libsa/nfs.c
314
x = ntohl(repl->count);
sys/lib/libsa/nfs.c
568
u_int32_t size = ntohl(d->fa.fa_size);
sys/lib/libsa/nfs.c
598
ftype = ntohl(fp->fa.fa_type);
sys/lib/libsa/nfs.c
599
mode = ntohl(fp->fa.fa_mode);
sys/lib/libsa/nfs.c
603
sb->st_nlink = ntohl(fp->fa.fa_nlink);
sys/lib/libsa/nfs.c
604
sb->st_uid = ntohl(fp->fa.fa_uid);
sys/lib/libsa/nfs.c
605
sb->st_gid = ntohl(fp->fa.fa_gid);
sys/lib/libsa/nfs.c
606
sb->st_size = ntohl(fp->fa.fa_size);
sys/lib/libsa/rpc.c
203
x = ntohl(auth->authlen);
sys/lib/libsa/rpc.c
212
x = ntohl(reply->rp_u.rpu_rok.rok_status);
sys/lib/libsa/rpc.c
247
x = ntohl(reply->rp_xid);
sys/lib/libsa/rpc.c
256
x = ntohl(reply->rp_direction);
sys/lib/libsa/rpc.c
265
x = ntohl(reply->rp_astatus);
sys/lib/libsa/rpc.c
267
errno = ntohl(reply->rp_u.rpu_errno);
sys/lib/libsa/rpc.c
409
port = (int)ntohl(res->port);
sys/net/bfd.c
789
if (ntohl(peer->bfd_my_discriminator) == 0)
sys/net/bfd.c
791
if (ntohl(peer->bfd_your_discriminator) == 0 &&
sys/net/bfd.c
794
if ((ntohl(peer->bfd_your_discriminator) != 0) &&
sys/net/bfd.c
795
(ntohl(peer->bfd_your_discriminator) !=
sys/net/bfd.c
818
bfd->bc_neighbor->bn_rdiscr = ntohl(peer->bfd_my_discriminator);
sys/net/bfd.c
824
if (ntohl(peer->bfd_required_min_rx_interval) < BFD_MINIMUM)
sys/net/bfd.c
831
if (ntohl(peer->bfd_required_min_rx_interval) > INT32_MAX)
sys/net/bfd.c
834
ntohl(peer->bfd_required_min_rx_interval);
sys/net/bfd.c
843
ntohl(peer->bfd_required_min_rx_interval);
sys/net/bpf.c
1956
return ntohl(v);
sys/net/bpf.c
258
sockp->sa_family = ntohl(af);
sys/net/bpf_filter.c
87
return ntohl(v);
sys/net/bridgestp.c
421
cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
sys/net/if_gif.c
251
tos = ntohl(ip6->ip6_flow >> 20);
sys/net/if_gif.c
267
tos = (ntohl(shim) >> MPLS_EXP_OFFSET) << 5;
sys/net/if_gif.c
752
flow = ntohl(ip6->ip6_flow);
sys/net/if_gif.c
843
itos = ntohl(ip6->ip6_flow) >> 20;
sys/net/if_gif.c
862
itos = (ntohl(shim) >> MPLS_EXP_OFFSET) << 5;
sys/net/if_gre.c
1346
itos = (ntohl(shim & MPLS_EXP_MASK) >> MPLS_EXP_OFFSET) << 5;
sys/net/if_gre.c
1946
itos = (ntohl(ip6->ip6_flow) & 0x0ff00000) >> 20;
sys/net/if_gre.c
3341
ifr->ifr_vnetid = ntohl(tunnel->t_key) >> shift;
sys/net/if_gre.c
3368
key = ntohl(tunnel->t_key);
sys/net/if_mpe.c
452
exp = ntohl(shim->shim_label & MPLS_EXP_MASK) >> MPLS_EXP_OFFSET;
sys/net/if_mpe.c
456
ttl = ntohl(shim->shim_label & MPLS_TTL_MASK);
sys/net/if_mpip.c
486
ttl = ntohl(shim & MPLS_TTL_MASK);
sys/net/if_mpip.c
487
exp = ntohl(shim & MPLS_EXP_MASK) >> MPLS_EXP_OFFSET;
sys/net/if_mpw.c
533
exp = ntohl(shim->shim_label & MPLS_EXP_MASK) >> MPLS_EXP_OFFSET;
sys/net/if_pfsync.c
2881
SEQ_GT(st->src.seqlo, ntohl(src->seqlo))))
sys/net/if_pfsync.c
2889
SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo))))
sys/net/if_pfsync.c
3266
if (ntohl(pt->spi) <= SPI_RESERVED_MAX ||
sys/net/if_pppx.c
1166
proto = ntohl(*mtod(m, uint32_t *));
sys/net/if_pppx.c
385
proto = ntohl(*(uint32_t *)(th + 1));
sys/net/if_spppsubr.c
4231
*srcmask = ntohl(sm->sin_addr.s_addr);
sys/net/if_spppsubr.c
4239
if (dst) *dst = ntohl(ddst);
sys/net/if_spppsubr.c
4240
if (src) *src = ntohl(ssrc);
sys/net/if_tun.c
1141
m0->m_pkthdr.ph_family = ntohl(af);
sys/net/if_vxlan.c
1546
vni = ntohl(sc->sc_header.vxlan_id);
sys/net/pf.c
1338
betoh64(st->id), ntohl(st->creatorid));
sys/net/pf.c
1576
d->seqlo = ntohl(s->seqlo);
sys/net/pf.c
1577
d->seqhi = ntohl(s->seqhi);
sys/net/pf.c
1578
d->seqdiff = ntohl(s->seqdiff);
sys/net/pf.c
1588
d->scrub->pfss_ts_mod = ntohl(s->scrub.pfss_ts_mod);
sys/net/pf.c
1692
ntohl(sp->creatorid));
sys/net/pf.c
1713
ntohl(sp->rule) < pf_main_ruleset.rules.active.rcount) {
sys/net/pf.c
1715
if (ntohl(sp->rule) == n++)
sys/net/pf.c
1800
st->rtableid[PF_SK_WIRE] = ntohl(sp->rtableid[PF_SK_WIRE]);
sys/net/pf.c
1801
st->rtableid[PF_SK_STACK] = ntohl(sp->rtableid[PF_SK_STACK]);
sys/net/pf.c
1806
st->creation = getuptime() - ntohl(sp->creation);
sys/net/pf.c
1808
if (ntohl(sp->expire)) {
sys/net/pf.c
1816
st->expire -= timeout - ntohl(sp->expire);
sys/net/pf.c
2388
u_int32_t a = ntohl(addr->addr32[0]);
sys/net/pf.c
3393
mtu = ntohl(icmp6->icmp6_mtu);
sys/net/pf.c
3433
ptr = ntohl(icmp6->icmp6_pptr);
sys/net/pf.c
3607
htonl(ntohl(sack.start) - dst->seqdiff),
sys/net/pf.c
3610
htonl(ntohl(sack.end) - dst->seqdiff),
sys/net/pf.c
3851
if ((ntohl(a->addr32[0]) < ntohl(b->addr32[0])) ||
sys/net/pf.c
3852
(ntohl(a->addr32[0]) > ntohl(e->addr32[0])))
sys/net/pf.c
3861
if (ntohl(a->addr32[i]) > ntohl(b->addr32[i]))
sys/net/pf.c
3863
else if (ntohl(a->addr32[i]) < ntohl(b->addr32[i]))
sys/net/pf.c
3867
if (ntohl(a->addr32[i]) < ntohl(e->addr32[i]))
sys/net/pf.c
3869
else if (ntohl(a->addr32[i]) > ntohl(e->addr32[i]))
sys/net/pf.c
398
uint32_t wa = ntohl(a->pfsr_addr.addr32[i]);
sys/net/pf.c
399
uint32_t wb = ntohl(b->pfsr_addr.addr32[i]);
sys/net/pf.c
4117
addr->addr32[0] = htonl(ntohl(addr->addr32[0]) + 1);
sys/net/pf.c
4128
htonl(ntohl(addr->addr32[0]) + 1);
sys/net/pf.c
4131
htonl(ntohl(addr->addr32[1]) + 1);
sys/net/pf.c
4134
htonl(ntohl(addr->addr32[2]) + 1);
sys/net/pf.c
4137
htonl(ntohl(addr->addr32[3]) + 1);
sys/net/pf.c
4987
ntohl(ctx.th->th_seq) + pd->p_len;
sys/net/pf.c
4999
ctx.th->th_sport, ntohl(ctx.th->th_ack),
sys/net/pf.c
5184
st->src.seqlo = ntohl(th->th_seq);
sys/net/pf.c
5411
th->th_sport, st->src.seqhi, ntohl(th->th_seq) + 1,
sys/net/pf.c
5574
orig_seq = seq = ntohl(th->th_seq);
sys/net/pf.c
5591
ack = ntohl(th->th_ack) - dst->seqdiff;
sys/net/pf.c
5596
ack = ntohl(th->th_ack);
sys/net/pf.c
5641
ack = ntohl(th->th_ack) - dst->seqdiff;
sys/net/pf.c
5847
th->th_sport, ntohl(th->th_ack), 0,
sys/net/pf.c
5980
if (ntohl(th->th_seq) != (*stp)->src.seqlo) {
sys/net/pf.c
5986
(*stp)->src.seqhi, ntohl(th->th_seq) + 1,
sys/net/pf.c
5992
(ntohl(th->th_ack) != (*stp)->src.seqhi + 1) ||
sys/net/pf.c
5993
(ntohl(th->th_seq) != (*stp)->src.seqlo + 1)) {
sys/net/pf.c
6009
(ntohl(th->th_ack) != (*stp)->src.seqhi + 1) ||
sys/net/pf.c
6010
(ntohl(th->th_seq) != (*stp)->src.seqlo + 1)) {
sys/net/pf.c
6027
(ntohl(th->th_ack) != (*stp)->dst.seqhi + 1)) {
sys/net/pf.c
6032
(*stp)->dst.seqlo = ntohl(th->th_seq);
sys/net/pf.c
6035
ntohl(th->th_ack), ntohl(th->th_seq) + 1,
sys/net/pf.c
6088
th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1,
sys/net/pf.c
6571
seq = ntohl(th->th_seq) - src->seqdiff;
sys/net/pf.c
7376
if ((ntohl(ip->ip_src.s_addr) >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET &&
sys/net/pf.c
7794
pd->jumbolen = ntohl(pd->jumbolen);
sys/net/pf.c
8096
pd->tos = (ntohl(h->ip6_flow) & 0x0fc00000) >> 20;
sys/net/pf.c
8517
ntohl(pd.hdr.tcp.th_ack) - 1;
sys/net/pf.c
8519
ntohl(pd.hdr.tcp.th_seq) - 1;
sys/net/pf.c
8639
if ((pd.af == AF_INET && (ntohl(pd.dst->v4.s_addr) >>
sys/net/pf_if.c
947
tmp = ntohl(m->addr32[j]);
sys/net/pf_lb.c
336
mask = ~ntohl(mask);
sys/net/pf_norm.c
1227
src->scrub->pfss_tsval0 = ntohl(tsval);
sys/net/pf_norm.c
1228
src->scrub->pfss_tsval = ntohl(tsval);
sys/net/pf_norm.c
1229
src->scrub->pfss_tsecr = ntohl(tsecr);
sys/net/pf_norm.c
1330
tsval = ntohl(tsval);
sys/net/pf_norm.c
1341
tsecr = ntohl(tsecr) - dst->scrub->pfss_ts_mod;
sys/net/pf_syncookies.c
190
iss, ntohl(pd->hdr.tcp.th_seq) + 1, TH_SYN|TH_ACK, 0, mss,
sys/net/pf_syncookies.c
204
seq = ntohl(pd->hdr.tcp.th_seq) - 1;
sys/net/pf_syncookies.c
205
ack = ntohl(pd->hdr.tcp.th_ack) - 1;
sys/net/pf_syncookies.c
337
hash = pf_syncookie_mac(pd, cookie, ntohl(pd->hdr.tcp.th_seq));
sys/net/pf_syncookies.c
359
seq = ntohl(pd->hdr.tcp.th_seq) - 1;
sys/net/pf_syncookies.c
360
ack = ntohl(pd->hdr.tcp.th_ack) - 1;
sys/net/pfvar.h
824
d = ntohl(s[0]); \
sys/net/pfvar.h
826
d += ntohl(s[1]); \
sys/net/pipex.c
3043
return ntohl(satosin(sa)->sin_addr.s_addr);
sys/net/pipex.c
3045
return ntohl(satosin6(sa)->sin6_addr.s6_addr32[3]);
sys/net/slcompress.c
140
(f) = htonl(ntohl(f) + ((cp[1] << 8) | cp[2])); \
sys/net/slcompress.c
143
(f) = htonl(ntohl(f) + (u_int32_t)*cp++); \
sys/net/slcompress.c
302
deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
sys/net/slcompress.c
310
deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
sys/net/slcompress.c
541
th->th_ack = htonl(ntohl(th->th_ack) + i);
sys/net/slcompress.c
542
th->th_seq = htonl(ntohl(th->th_seq) + i);
sys/net/slcompress.c
547
th->th_seq = htonl(ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len)
sys/net/trunklacp.c
1694
ntohl(mdu->mdu_info.mi_rq_xid)));
sys/net/trunklacp.c
427
lp->lp_marker.mi_rq_xid = htonl(ntohl(lp->lp_marker.mi_rq_xid) + 1);
sys/net/trunklacp.c
434
ntohl(mdu->mdu_info.mi_rq_xid)));
sys/net80211/ieee80211_output.c
508
flowlabel = ntohl(ip6.ip6_flow);
sys/netinet/in.c
342
if (ntohl(sin->sin_addr.s_addr) &
sys/netinet/in.c
343
(~ntohl(sin->sin_addr.s_addr) >> 1)) {
sys/netinet/in.c
456
if (ntohl(masksin->sin_addr.s_addr) &
sys/netinet/in.c
457
(~ntohl(masksin->sin_addr.s_addr) >> 1)) {
sys/netinet/in_pcb.c
1227
__func__, ntohl(faddr.s_addr), ntohs(fport),
sys/netinet/in_pcb.c
1228
ntohl(laddr.s_addr), ntohs(lport), rdomain);
sys/netinet/in_pcb.c
1310
__func__, ntohl(laddr.s_addr), ntohs(lport), rdomain);
sys/netinet/ip_ah.c
556
btsx = ntohl(btsx);
sys/netinet/ip_ah.c
564
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
570
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
576
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
583
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
594
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
603
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
712
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
730
btsx = ntohl(btsx);
sys/netinet/ip_ah.c
741
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
747
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
753
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
760
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
771
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
902
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
916
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
929
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
941
ntohl(tdb->tdb_spi));
sys/netinet/ip_ah.c
998
ntohl(tdb->tdb_spi));
sys/netinet/ip_carp.c
1494
return ((1 << (ntohl(fold) % sc->sc_lscount)) & sc->sc_lsmask) == 0;
sys/netinet/ip_carp.c
337
if (ntohl(in.s_addr) > ntohl(last.s_addr) &&
sys/netinet/ip_carp.c
338
ntohl(in.s_addr) < ntohl(cur.s_addr)) {
sys/netinet/ip_esp.c
376
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
386
btsx = ntohl(btsx);
sys/netinet/ip_esp.c
394
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
400
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
406
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
413
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
529
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
542
btsx = ntohl(btsx);
sys/netinet/ip_esp.c
554
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
560
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
566
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
573
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
584
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
654
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
663
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
745
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
758
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
770
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
815
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
830
ntohl(tdb->tdb_spi));
sys/netinet/ip_esp.c
856
ntohl(tdb->tdb_spi));
sys/netinet/ip_input.c
383
if ((ntohl(ip->ip_dst.s_addr) >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET ||
sys/netinet/ip_input.c
384
(ntohl(ip->ip_src.s_addr) >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET) {
sys/netinet/ip_ipcomp.c
230
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
352
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
365
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
377
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
422
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
490
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipcomp.c
499
cpi = (u_int16_t) ntohl(tdb->tdb_spi);
sys/netinet/ip_ipcomp.c
520
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipip.c
185
otos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
sys/netinet/ip_ipip.c
263
itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
sys/netinet/ip_ipip.c
365
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipip.c
425
itos = ntohl(itos32) >> 20;
sys/netinet/ip_ipip.c
454
ntohl(tdb->tdb_spi));
sys/netinet/ip_ipip.c
507
itos = ntohl(itos32) >> 20;
sys/netinet/ip_ipsp.c
1174
alg, ntohl(tdbp->tdb_spi),
sys/netinet/ip_ipsp.c
596
pr("%18s: %08x\n", "tdb_spi", ntohl(tdb->tdb_spi));
sys/netinet/ip_ipsp.c
629
pr(" %08x", ntohl(tdb->tdb_spi));
sys/netinet/ip_mroute.c
1177
"packet from %x\n", ntohl(ip->ip_src.s_addr));
sys/netinet/ip_output.c
142
if ((ntohl(ip->ip_dst.s_addr) >> IN_CLASSA_NSHIFT) == 0) {
sys/netinet/ip_output.c
562
ntohl(tdb->tdb_spi), tdb->tdb_mtu, rt, rt_mtucloned);
sys/netinet/ipsec_input.c
259
spi = ntohl(htons(cpi));
sys/netinet/ipsec_input.c
304
ipsp_address(&dst_address, buf, sizeof(buf)), ntohl(spi));
sys/netinet/ipsec_input.c
312
ntohl(spi), tdbp->tdb_sproto);
sys/netinet/ipsec_input.c
320
ntohl(spi), tdbp->tdb_sproto);
sys/netinet/ipsec_input.c
328
ntohl(spi), tdbp->tdb_sproto);
sys/netinet/ipsec_input.c
336
ntohl(spi), tdbp->tdb_sproto);
sys/netinet/ipsec_input.c
416
ntohl(tdbp->tdb_spi));
sys/netinet/ipsec_input.c
435
ntohl(tdbp->tdb_spi));
sys/netinet/ipsec_input.c
927
ntohl(tdbp->tdb_spi), tdbp->tdb_mtu, adjust);
sys/netinet/ipsec_output.c
119
ntohl(tdb->tdb_spi), tdb->tdb_sproto);
sys/netinet/ipsec_output.c
137
ntohl(tdb->tdb_spi), tdb->tdb_sproto,
sys/netinet/ipsec_output.c
655
ntohl(tdbp->tdb_spi), tdbp->tdb_mtu, adjust, m);
sys/netinet/tcp_debug.c
208
seq = ntohl(seq);
sys/netinet/tcp_debug.c
209
ack = ntohl(ack);
sys/netinet/tcp_input.c
2189
oi->ts_val = ntohl(oi->ts_val);
sys/netinet/tcp_input.c
2191
oi->ts_ecr = ntohl(oi->ts_ecr);
sys/netinet/tcp_input.c
2446
sack.start = ntohl(sack.start);
sys/netinet/tcp_input.c
2448
sack.end = ntohl(sack.end);
sys/netinet/tcp_input.c
3738
if (ntohl (th->th_seq) != sc->sc_iss) {
sys/netinet/tcp_input.c
4307
if (ntohl(head->tcp->th_seq) + head->paylen != ntohl(tail->tcp->th_seq))
sys/netinet/tcp_input.c
4320
if (TSTMP_LT(ntohl(hoptp[1]), ntohl(toptp[1])) ||
sys/netinet/tcp_input.c
4321
TSTMP_LT(ntohl(hoptp[2]), ntohl(toptp[2])))
sys/netinet/tcp_input.c
450
iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
sys/netinet/tcp_input.c
535
opti.ts_val = ntohl(*(u_int32_t *)(optp + 4));
sys/netinet/tcp_input.c
536
opti.ts_ecr = ntohl(*(u_int32_t *)(optp + 8));
sys/netinet/tcp_input.c
545
th->th_seq = ntohl(th->th_seq);
sys/netinet/tcp_input.c
546
th->th_ack = ntohl(th->th_ack);
sys/netinet/tcp_output.c
1273
mhth->th_seq = htonl(ntohl(th->th_seq) + (off - hlen));
sys/netinet/tcp_subr.c
693
seq = ntohl(th.th_seq);
sys/netinet/tcp_subr.c
754
seq = ntohl(th->th_seq);
sys/netinet/tcp_subr.c
841
seq = ntohl(th->th_seq);
sys/netinet6/frag6.c
224
q6->ip6q_ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK;
sys/netinet6/frag6.c
317
ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK;
sys/netinet6/icmp6.c
933
notifymtu = ntohl(icmp6->icmp6_mtu);
sys/netinet6/icmp6.c
957
u_int mtu = ntohl(icmp6->icmp6_mtu);
sys/netinet6/ip6_input.c
1058
flowinfo = (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK);
sys/netinet6/ip6_output.c
2813
ntohl(tdb->tdb_spi), tdb->tdb_mtu, rt, rt_mtucloned);
sys/netmpls/mpls.h
146
#define MPLS_SHIM2LABEL(_s) (ntohl((_s)) >> MPLS_LABEL_OFFSET)
sys/netmpls/mpls_input.c
106
if (ntohl(smpls->smpls_label) < MPLS_LABEL_RESERVED_MAX) {
sys/netmpls/mpls_input.c
122
switch (ntohl(smpls->smpls_label)) {
sys/netmpls/mpls_input.c
260
ifp->if_xname, ntohl(shim->shim_label), smpls->smpls_family,
sys/netmpls/mpls_input.c
42
#define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)
sys/netmpls/mpls_input.c
43
#define MPLS_TTL_GET(l) (ntohl((l) & MPLS_TTL_MASK))
sys/netmpls/mpls_input.c
87
ttl = ntohl(shim->shim_label & MPLS_TTL_MASK);
sys/netmpls/mpls_input.c
95
ttl = ntohl(shim->shim_label & MPLS_TTL_MASK);
sys/netmpls/mpls_output.c
123
ifp->if_xname, ntohl(shim->shim_label),
sys/netmpls/mpls_output.c
39
#define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)
sys/nfs/krpc_subr.c
359
ntohl(sin->sin_addr.s_addr), prog);
sys/nfs/nfs_socket.c
1729
recmark = ntohl(recmark);
sys/nfs/nfs_socket.c
637
len = ntohl(len) & ~0x80000000;
sys/nfs/nfs_vfsops.c
307
proc0.p_ucred->cr_uid = ntohl(nfs_diskless.swap_ucred.cr_uid);
sys/nfs/nfs_vfsops.c
308
proc0.p_ucred->cr_gid = ntohl(nfs_diskless.swap_ucred.cr_gid);
sys/nfs/nfs_vfsops.c
313
proc0.p_ucred->cr_groups[i] = ntohl(nfs_diskless.swap_ucred.cr_groups[i]);
sys/nfs/xdr_subs.h
53
#define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v)))
sys/nfs/xdr_subs.h
57
(t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
sys/nfs/xdr_subs.h
59
(t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
sys/nfs/xdr_subs.h
68
(t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
sys/nfs/xdr_subs.h
69
(t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
sys/nfs/xdr_subs.h
77
((((u_quad_t)ntohl(((u_int32_t *)(f))[0])) << 32) | \
sys/nfs/xdr_subs.h
78
(u_quad_t)(ntohl(((u_int32_t *)(f))[1])))
sys/sys/core.h
46
#define CORE_GETMAGIC(c) ( ntohl(((c).c_midmag)) & 0xffff )
sys/sys/core.h
47
#define CORE_GETMID(c) ( (ntohl(((c).c_midmag)) >> 16) & 0x03ff )
sys/sys/core.h
48
#define CORE_GETFLAG(c) ( (ntohl(((c).c_midmag)) >> 26) & 0x03f )
sys/sys/endian.h
102
#define NTOHL(x) (x) = ntohl((u_int32_t)(x))
usr.bin/dig/lib/isc/sockaddr.c
251
return (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)));
usr.bin/locate/locate/util.c
214
i = ntohl(i);
usr.bin/locate/locate/util.c
241
word = ntohl(word);
usr.bin/mklocale/yacc.y
828
u_int32_t r = ntohl(list->types[x - list->min]);
usr.bin/netstat/inet.c
941
inp->s_addr = ntohl(inp->s_addr);
usr.bin/netstat/show.c
531
in = ntohl(in);
usr.bin/netstat/show.c
532
mask = ntohl(mask);
usr.bin/netstat/show.c
735
ntohl(smpls->smpls_label) >> MPLS_LABEL_OFFSET);
usr.bin/signify/signify.c
413
rounds = ntohl(enckey.kdfrounds);
usr.bin/sndiod/sock.c
1018
ctl = ntohl(m->u.vol.ctl);
usr.bin/sndiod/sock.c
1460
if (ntohl(f->wmsg.cmd) != AMSG_DATA) {
usr.bin/sndiod/sock.c
1466
f->wsize = f->wtodo = ntohl(f->wmsg.u.data.size);
usr.bin/sndiod/sock.c
597
appbufsz = ntohl(p->appbufsz);
usr.bin/sndiod/sock.c
598
rate = ntohl(p->rate);
usr.bin/sndiod/sock.c
719
id = ntohl(p->id);
usr.bin/sndiod/sock.c
824
cmd = ntohl(m->cmd);
usr.bin/sndiod/sock.c
845
size = ntohl(m->u.data.size);
usr.bin/ssh/addr.c
265
return (ntohl(a->v4.s_addr) > ntohl(b->v4.s_addr) ? 1 : -1);
usr.bin/ssh/addr.c
309
a->v4.s_addr = htonl(ntohl(a->v4.s_addr) + 1);
usr.bin/ssh/addr.c
314
n = ntohl(a->addr32[3 - i]) + 1;
usr.bin/ssh/channels.c
1579
(r = sshbuf_put_u32(output, ntohl(INADDR_ANY))) != 0) /* ignored */
usr.bin/ssh/channels.c
1744
(r = sshbuf_put_u32(output, ntohl(INADDR_ANY))) != 0 || /* addr */
usr.bin/ssh/sshconnect.c
580
return (ntohl(((struct sockaddr_in *)hostaddr)->
usr.bin/systat/cache.h
41
#define COUNTER(c) ((((u_int64_t) ntohl(c[0]))<<32) + ntohl(c[1]))
usr.bin/systat/pf.c
256
tbprintf("0x%08x\n", ntohl(s->hostid));
usr.bin/systat/pftop.c
342
if (ntohl(state_buf[* (size_t *) s2].creation) >
usr.bin/systat/pftop.c
343
ntohl(state_buf[* (size_t *) s1].creation))
usr.bin/systat/pftop.c
345
if (ntohl(state_buf[* (size_t *) s2].creation) <
usr.bin/systat/pftop.c
346
ntohl(state_buf[* (size_t *) s1].creation))
usr.bin/systat/pftop.c
354
if (ntohl(state_buf[* (size_t *) s2].expire) >
usr.bin/systat/pftop.c
355
ntohl(state_buf[* (size_t *) s1].expire))
usr.bin/systat/pftop.c
357
if (ntohl(state_buf[* (size_t *) s2].expire) <
usr.bin/systat/pftop.c
358
ntohl(state_buf[* (size_t *) s1].expire))
usr.bin/systat/pftop.c
404
if (ntohl(a->addr32[0]) > ntohl(b->addr32[0]))
usr.bin/systat/pftop.c
410
if (ntohl(a->addr32[0]) > ntohl(b->addr32[0]))
usr.bin/systat/pftop.c
414
if (ntohl(a->addr32[1]) > ntohl(b->addr32[1]))
usr.bin/systat/pftop.c
418
if (ntohl(a->addr32[2]) > ntohl(b->addr32[2]))
usr.bin/systat/pftop.c
422
if (ntohl(a->addr32[3]) > ntohl(b->addr32[3]))
usr.bin/systat/pftop.c
707
tmp = ntohl(m->addr32[j]);
usr.bin/systat/pftop.c
873
print_fld_age(FLD_AGE, ntohl(s->creation));
usr.bin/systat/pftop.c
874
print_fld_age(FLD_EXP, ntohl(s->expire));
usr.bin/systat/pftop.c
882
((double)sz/(double)ntohl(s->creation)) : -1);
usr.bin/systat/pftop.c
884
print_fld_uint(FLD_RULE, ntohl(s->rule));
usr.bin/talk/ctl_transact.c
99
rp->id_num = ntohl(rp->id_num);
usr.sbin/amd/amd/util.c
235
addr = ntohl(addr);
usr.sbin/bgpctl/mrtparser.c
106
if (ibuf_size(msg) != ntohl(h.length))
usr.sbin/bgpctl/mrtparser.c
108
ntohl(h.length));
usr.sbin/bgpctl/mrtparser.c
84
len = ntohl(hdr->length);
usr.sbin/bgpctl/mrtparser.c
905
t.tv_sec = ntohl(hdr->timestamp);
usr.sbin/bgpctl/mrtparser.c
968
t.tv_sec = ntohl(hdr->timestamp);
usr.sbin/bgpctl/output.c
502
printf(" mpls %d", ntohl(kf->mplslabel) >> MPLS_LABEL_OFFSET);
usr.sbin/bgpctl/output_json.c
413
ntohl(kf->mplslabel) >> MPLS_LABEL_OFFSET);
usr.sbin/bgpctl/parser.c
1335
*v = ntohl(ip.s_addr);
usr.sbin/bgpd/config.c
512
cur = ntohl(cur);
usr.sbin/bgpd/kroute.c
1264
a = ntohl(kf->prefix.v4.s_addr);
usr.sbin/bgpd/kroute.c
1456
if (ntohl(a->prefix.s_addr) < ntohl(b->prefix.s_addr))
usr.sbin/bgpd/kroute.c
1458
if (ntohl(a->prefix.s_addr) > ntohl(b->prefix.s_addr))
usr.sbin/bgpd/kroute.c
1516
if (ntohl(a->nexthop.v4.s_addr) < ntohl(b->nexthop.v4.s_addr))
usr.sbin/bgpd/kroute.c
1518
if (ntohl(a->nexthop.v4.s_addr) > ntohl(b->nexthop.v4.s_addr))
usr.sbin/bgpd/kroute.c
1551
if (ntohl(a->prefix.v4.s_addr) < ntohl(b->prefix.v4.s_addr))
usr.sbin/bgpd/kroute.c
1553
if (ntohl(a->prefix.v4.s_addr) > ntohl(b->prefix.v4.s_addr))
usr.sbin/bgpd/kroute.c
2440
return (33 - ffs(ntohl(ina)));
usr.sbin/bgpd/parse.y
2176
conf->clusterid != ntohl($2.v4.s_addr)) {
usr.sbin/bgpd/parse.y
2183
conf->clusterid = ntohl($2.v4.s_addr);
usr.sbin/bgpd/parse.y
4546
*v = ntohl(ip.s_addr);
usr.sbin/bgpd/parse.y
756
conf->bgpid = ntohl($2.v4.s_addr);
usr.sbin/bgpd/pfkey.c
494
*spi = ntohl(sa->sadb_sa_spi);
usr.sbin/bgpd/rde.c
2197
tmp32 = ntohl(nexthop.v4.s_addr);
usr.sbin/bgpd/rde.c
2784
if (ntohl(as) != AS_TRANS) {
usr.sbin/bgpd/rde_decide.c
246
p1id = ntohl(p1id);
usr.sbin/bgpd/rde_decide.c
251
p2id = ntohl(p2id);
usr.sbin/bgpd/rde_prefix.c
490
if (ntohl(a4->prefix4.s_addr) > ntohl(b4->prefix4.s_addr))
usr.sbin/bgpd/rde_prefix.c
492
if (ntohl(a4->prefix4.s_addr) < ntohl(b4->prefix4.s_addr))
usr.sbin/bgpd/rde_prefix.c
520
if (ntohl(va4->prefix4.s_addr) > ntohl(vb4->prefix4.s_addr))
usr.sbin/bgpd/rde_prefix.c
522
if (ntohl(va4->prefix4.s_addr) < ntohl(vb4->prefix4.s_addr))
usr.sbin/bgpd/rde_rib.c
1471
if (ntohl(a->v4.s_addr) > ntohl(b->v4.s_addr))
usr.sbin/bgpd/rde_rib.c
1473
if (ntohl(a->v4.s_addr) < ntohl(b->v4.s_addr))
usr.sbin/bgpd/rde_trie.c
87
v = ntohl(a->s_addr ^ b->s_addr);
usr.sbin/bgpd/rde_update.c
755
if (ntohl(tmp32) > USHRT_MAX) {
usr.sbin/bgpd/rde_update.c
759
tas = htons(ntohl(tmp32));
usr.sbin/bgpd/rtr_proto.c
439
len = ntohl(rh.length);
usr.sbin/bgpd/rtr_proto.c
671
roa->asnum = ntohl(ip4.asnum);
usr.sbin/bgpd/rtr_proto.c
736
roa->asnum = ntohl(ip6.asnum);
usr.sbin/bgpd/rtr_proto.c
802
needle.as = ntohl(rtr_aspa.cas);
usr.sbin/bgpd/rtr_proto.c
820
aspa->as = ntohl(rtr_aspa.cas);
usr.sbin/bgpd/rtr_proto.c
888
rs->serial = ntohl(eod.serial);
usr.sbin/bgpd/rtr_proto.c
921
rs->serial = ntohl(eod.serial);
usr.sbin/bgpd/rtr_proto.c
923
t = ntohl(eod.refresh);
usr.sbin/bgpd/rtr_proto.c
927
t = ntohl(eod.retry);
usr.sbin/bgpd/rtr_proto.c
931
t = ntohl(eod.expire);
usr.sbin/bgpd/util.c
1023
aa = ntohl(a->v4.s_addr & mask);
usr.sbin/bgpd/util.c
1024
ba = ntohl(b->v4.s_addr & mask);
usr.sbin/bgpd/util.c
563
return (ntohl(as));
usr.sbin/bgplgd/slowcgi.c
1244
ldebug("%sappStatus: %d", p, ntohl(b->app_status));
usr.sbin/dhcpd/convert.c
67
return (ntohl(ibuf));
usr.sbin/dhcpd/inet.c
143
return (ntohl(swaddr));
usr.sbin/dhcpd/sync.c
306
lp->timestamp = ntohl(lv->lv_timestamp);
usr.sbin/dhcpd/sync.c
307
lp->starts = ntohl(lv->lv_starts);
usr.sbin/dhcpd/sync.c
308
lp->ends = ntohl(lv->lv_ends);
usr.sbin/dhcpd/sync.c
440
piaddr(lease->ip_addr), ntohl(lv.lv_starts), ntohl(lv.lv_ends));
usr.sbin/dhcpleasectl/dhcpleasectl.c
263
ffs(ntohl(cei->routes[i].mask.s_addr)),
usr.sbin/dvmrpctl/dvmrpctl.c
473
return (33 - ffs(ntohl(ina)));
usr.sbin/dvmrpd/igmp.c
123
if (!IN_MULTICAST(ntohl(igmp_hdr.grp_addr))) {
usr.sbin/dvmrpd/igmp.c
160
if (!IN_MULTICAST(ntohl(igmp_hdr.grp_addr))) {
usr.sbin/dvmrpd/igmp.c
215
if (!IN_MULTICAST(ntohl(igmp_hdr.grp_addr))) {
usr.sbin/dvmrpd/kmroute.c
112
if (!IN_MULTICAST(ntohl(kernel_msg.im_dst.s_addr))) {
usr.sbin/dvmrpd/kroute.c
214
return (33 - ffs(ntohl(ina)));
usr.sbin/dvmrpd/packet.c
76
if (IN_MULTICAST(ntohl(dst->sin_addr.s_addr)))
usr.sbin/dvmrpd/rde_mfc.c
146
if (ntohl(a->origin.s_addr) < ntohl(b->origin.s_addr))
usr.sbin/dvmrpd/rde_mfc.c
148
if (ntohl(a->origin.s_addr) > ntohl(b->origin.s_addr))
usr.sbin/dvmrpd/rde_mfc.c
150
if (ntohl(a->group.s_addr) < ntohl(b->group.s_addr))
usr.sbin/dvmrpd/rde_mfc.c
152
if (ntohl(a->group.s_addr) > ntohl(b->group.s_addr))
usr.sbin/dvmrpd/rde_srt.c
146
if (ntohl(a->prefix.s_addr) < ntohl(b->prefix.s_addr))
usr.sbin/dvmrpd/rde_srt.c
148
if (ntohl(a->prefix.s_addr) > ntohl(b->prefix.s_addr))
usr.sbin/dvmrpd/rde_srt.c
271
rr.mask.s_addr = ntohl(prefixlen2mask(r->prefixlen));
usr.sbin/dvmrpd/rde_srt.c
606
rr.mask.s_addr = ntohl(prefixlen2mask(rn->prefixlen));
usr.sbin/dvmrpd/rde_srt.c
617
rr.mask.s_addr = ntohl(prefixlen2mask(rn->prefixlen));
usr.sbin/dvmrpd/report.c
102
netmask = ntohl(netmask) >> 8;
usr.sbin/dvmrpd/report.c
250
netmask = ntohl(netmask) << 8;
usr.sbin/eigrpd/packet.c
109
if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr)))
usr.sbin/eigrpd/packet.c
183
flags |= ntohl(eigrp_hdr.flags);
usr.sbin/eigrpd/packet.c
207
buffer, ntohs(eigrp_hdr.as), ntohl(eigrp_hdr.seq_num),
usr.sbin/eigrpd/packet.c
208
ntohl(eigrp_hdr.ack_num));
usr.sbin/eigrpd/packet.c
226
if (ntohl(eigrp_hdr.ack_num) == 0)
usr.sbin/eigrpd/packet.c
260
seq = ntohl(eigrp_hdr->seq_num);
usr.sbin/eigrpd/packet.c
261
ack = ntohl(eigrp_hdr->ack_num);
usr.sbin/eigrpd/packet.c
296
nbr->next_mcast_seq = ntohl(tm->seq);
usr.sbin/eigrpd/packet.c
299
if ((ntohl(eigrp_hdr->flags) & EIGRP_HDR_FLAG_CR)) {
usr.sbin/eigrpd/packet.c
303
if (ntohl(eigrp_hdr->seq_num) != nbr->next_mcast_seq)
usr.sbin/eigrpd/packet.c
424
ntohl(eigrp_hdr->ack_num) != 0)) {
usr.sbin/eigrpd/packet.c
435
ei->eigrp->as, ntohl(eigrp_hdr->seq_num),
usr.sbin/eigrpd/packet.c
436
ntohl(eigrp_hdr->ack_num));
usr.sbin/eigrpd/packet.c
441
if (ntohl(eigrp_hdr->ack_num) == 0) {
usr.sbin/eigrpd/packet.c
448
recv_update(nbr, &rinfo_list, ntohl(eigrp_hdr->flags));
usr.sbin/eigrpd/parse.y
1255
if (ntohl(cur) < ntohl(ip) || ip == 0)
usr.sbin/eigrpd/tlv.c
412
ri->emetric.routerid = ntohl(ri->emetric.routerid);
usr.sbin/eigrpd/tlv.c
413
ri->emetric.as = ntohl(ri->emetric.as);
usr.sbin/eigrpd/tlv.c
414
ri->emetric.tag = ntohl(ri->emetric.tag);
usr.sbin/eigrpd/tlv.c
415
ri->emetric.metric = ntohl(ri->emetric.metric);
usr.sbin/eigrpd/tlv.c
422
ri->metric.delay = ntohl(ri->metric.delay);
usr.sbin/eigrpd/tlv.c
423
ri->metric.bandwidth = ntohl(ri->metric.bandwidth);
usr.sbin/eigrpd/util.c
150
return ((ntohl(a->v4.s_addr) > ntohl(b->v4.s_addr)) ? 1 : -1);
usr.sbin/eigrpd/util.c
223
uint32_t a = ntohl(addr.s_addr);
usr.sbin/eigrpd/util.c
35
return (33 - ffs(ntohl(ina)));
usr.sbin/inetd/inetd.c
442
in.s_addr = ntohl(((struct sockaddr_in *)sa)->sin_addr.s_addr);
usr.sbin/iscsid/connection.c
456
ipdu->expstatsn = ntohl(c->expstatsn);
usr.sbin/iscsid/logmsg.c
94
ntohl(pdu->itt), ntohl(pdu->cmdsn), ntohl(pdu->expstatsn));
usr.sbin/iscsid/task.c
105
itt = ntohl(ipdu->itt);
usr.sbin/iscsid/task.c
108
c->expstatsn = ntohl(ipdu->cmdsn) + 1;
usr.sbin/iscsid/task.c
119
itt = ntohl(ipdu->itt);
usr.sbin/iscsid/task.c
120
c->expstatsn = ntohl(ipdu->cmdsn) + 1;
usr.sbin/iscsid/task.c
80
ipdu->itt = ntohl(t->itt);
usr.sbin/iscsid/task.c
88
ipdu->cmdsn = ntohl(t->cmdseqnum);
usr.sbin/iscsid/vscsi.c
272
off = ntohl(r2t->buffer_offs);
usr.sbin/iscsid/vscsi.c
273
size = ntohl(r2t->desired_datalen);
usr.sbin/ldpd/labelmapping.c
276
reqid = ntohl(reqbuf);
usr.sbin/ldpd/labelmapping.c
298
label = ntohl(labelbuf);
usr.sbin/ldpd/labelmapping.c
339
pw_status = ntohl(statusbuf);
usr.sbin/ldpd/labelmapping.c
479
*label = ntohl(lt.label);
usr.sbin/ldpd/labelmapping.c
784
map->fec.pwid.group_id = ntohl(map->fec.pwid.group_id);
usr.sbin/ldpd/labelmapping.c
798
map->fec.pwid.pwid = ntohl(map->fec.pwid.pwid);
usr.sbin/ldpd/lde_lib.c
588
lre->msg_id = ntohl(map->msg_id);
usr.sbin/ldpd/lde_lib.c
627
lre->msg_id = ntohl(map->msg_id);
usr.sbin/ldpd/lde_lib.c
63
if (ntohl(a->u.ipv4.prefix.s_addr) <
usr.sbin/ldpd/lde_lib.c
64
ntohl(b->u.ipv4.prefix.s_addr))
usr.sbin/ldpd/lde_lib.c
66
if (ntohl(a->u.ipv4.prefix.s_addr) >
usr.sbin/ldpd/lde_lib.c
67
ntohl(b->u.ipv4.prefix.s_addr))
usr.sbin/ldpd/lde_lib.c
95
if (ntohl(a->u.pwid.lsr_id.s_addr) <
usr.sbin/ldpd/lde_lib.c
96
ntohl(b->u.pwid.lsr_id.s_addr))
usr.sbin/ldpd/lde_lib.c
98
if (ntohl(a->u.pwid.lsr_id.s_addr) >
usr.sbin/ldpd/lde_lib.c
99
ntohl(b->u.pwid.lsr_id.s_addr))
usr.sbin/ldpd/neighbor.c
110
return (ntohl(a->id.s_addr) - ntohl(b->id.s_addr));
usr.sbin/ldpd/notification.c
138
nm.status_code = ntohl(st.status_code);
usr.sbin/ldpd/notification.c
174
nm.pw_status = ntohl(*(uint32_t *)buf);
usr.sbin/ldpd/packet.c
85
if (ia && IN_MULTICAST(ntohl(dst->v4.s_addr))) {
usr.sbin/ldpd/parse.y
1654
if (ntohl(cur) < ntohl(ip) || ip == 0)
usr.sbin/ldpd/util.c
149
return ((ntohl(a->v4.s_addr) > ntohl(b->v4.s_addr)) ? 1 : -1);
usr.sbin/ldpd/util.c
222
uint32_t a = ntohl(addr.s_addr);
usr.sbin/ldpd/util.c
34
return (33 - ffs(ntohl(ina)));
usr.sbin/mrinfo/mrinfo.c
507
target_level = ntohl(group);
usr.sbin/mrinfo/mrinfo.c
512
igmpdatalen, ntohl(group));
usr.sbin/mrinfo/mrinfo.c
518
igmpdatalen, ntohl(group));
usr.sbin/mrouted/cfparse.y
361
if ((ntohl($1.addr) & 0xff000000) != 0xef000000) {
usr.sbin/mrouted/igmp.c
191
group = ntohl(group);
usr.sbin/mrouted/igmp.c
321
if (IN_MULTICAST(ntohl(dst))) {
usr.sbin/mrouted/inet.c
132
bits = 33 - ffs(ntohl(mask));
usr.sbin/mrouted/inet.c
36
addr = ntohl(naddr);
usr.sbin/mrouted/inet.c
72
subnet = ntohl(nsubnet);
usr.sbin/mrouted/inet.c
73
mask = ntohl(nmask);
usr.sbin/mrouted/prune.c
1052
if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
usr.sbin/mrouted/prune.c
128
if (ntohl(grp) > ntohl(gt->gt_mcastgrp) ||
usr.sbin/mrouted/prune.c
130
(ntohl(mask) < ntohl(gt->gt_route->rt_originmask) ||
usr.sbin/mrouted/prune.c
132
(ntohl(src) > ntohl(gt->gt_route->rt_origin)))))) {
usr.sbin/mrouted/prune.c
1763
if (IN_MULTICAST(ntohl(dst))) {
usr.sbin/mrouted/prune.c
1825
if (IN_MULTICAST(ntohl(dst)))
usr.sbin/mrouted/prune.c
1834
if (IN_MULTICAST(ntohl(dst)))
usr.sbin/mrouted/prune.c
1840
if (IN_MULTICAST(ntohl(dst)))
usr.sbin/mrouted/prune.c
1993
if (IN_MULTICAST(ntohl(dst))) {
usr.sbin/mrouted/prune.c
480
if (ntohl(st->st_origin) >= ntohl(origin))
usr.sbin/mrouted/prune.c
68
if ((ntohl((gt)->gt_mcastgrp) & 0xff000000) == 0xef000000) \
usr.sbin/mrouted/prune.c
802
if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
usr.sbin/mrouted/prune.c
841
if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
usr.sbin/mrouted/prune.c
936
prun_tmr = ntohl(prun_tmr);
usr.sbin/mrouted/prune.h
132
u_int32_t _x = ntohl(x); \
usr.sbin/mrouted/route.c
261
if (ntohl(mask) < ntohl(r->rt_originmask) ||
usr.sbin/mrouted/route.c
263
ntohl(origin) < ntohl(r->rt_origin))) {
usr.sbin/mrouted/route.c
376
inet_fmt(src, s1), inet_fmt(origin, s2), ntohl(mask));
usr.sbin/mrouted/route.c
449
(ntohl(src) < ntohl(r->rt_gateway) ||
usr.sbin/mrouted/route.c
492
ntohl(src) < ntohl(uvifs[vifi].uv_lcl_addr))) {
usr.sbin/mrouted/route.c
541
ntohl(src) > ntohl(uvifs[vifi].uv_lcl_addr)))) {
usr.sbin/mrouted/route.c
709
u_int32_t m1 = ntohl(r1->mask);
usr.sbin/mrouted/route.c
710
u_int32_t m2 = ntohl(r2->mask);
usr.sbin/mrouted/route.c
719
o1 = ntohl(r1->origin);
usr.sbin/mrouted/route.c
720
o2 = ntohl(r2->origin);
usr.sbin/mrouted/route.c
770
if (!inet_valid_mask(ntohl(mask))) {
usr.sbin/mrouted/route.c
773
inet_fmt(src, s1), ntohl(mask), inet_fmt(mask, s2));
usr.sbin/mrouted/vif.c
1080
ntohl(addr) < ntohl(v->uv_lcl_addr))
usr.sbin/mrouted/vif.c
1220
if (ntohl(n->al_addr) < ntohl(v->uv_lcl_addr)) {
usr.sbin/mrouted/vif.c
525
(ntohl(src) < ntohl(v->uv_lcl_addr))) {
usr.sbin/mrouted/vif.c
695
if (IN_MULTICAST(ntohl(dst))) { /* query sent to a multicast group */
usr.sbin/mrouted/vif.c
717
#define PUT_ADDR(a) temp_addr = ntohl(a); \
usr.sbin/mrouted/vif.c
780
if (IN_MULTICAST(ntohl(dst))) { /* query sent to a multicast group */
usr.sbin/mtrace/mtrace.c
1027
u_long qarrtime = fixtime(ntohl(n->tr_qarr));
usr.sbin/mtrace/mtrace.c
1048
printf("\t\t\t\tv_in: %u ", ntohl(n->tr_vifin));
usr.sbin/mtrace/mtrace.c
1049
printf("v_out: %u ", ntohl(n->tr_vifout));
usr.sbin/mtrace/mtrace.c
1050
printf("pkts: %u\n", ntohl(n->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
1051
printf("\t\t\t\tv_in: %u ", ntohl(b->tr_vifin));
usr.sbin/mtrace/mtrace.c
1052
printf("v_out: %u ", ntohl(b->tr_vifout));
usr.sbin/mtrace/mtrace.c
1053
printf("pkts: %u\n", ntohl(b->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
1054
printf("\t\t\t\tv_in: %u ", ntohl(n->tr_vifin) - ntohl(b->tr_vifin));
usr.sbin/mtrace/mtrace.c
1055
printf("v_out: %u ", ntohl(n->tr_vifout) - ntohl(b->tr_vifout));
usr.sbin/mtrace/mtrace.c
1056
printf("pkts: %u\n", ntohl(n->tr_pktcnt) - ntohl(b->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
1075
qarrtime = fixtime(ntohl((n-1)->tr_qarr));
usr.sbin/mtrace/mtrace.c
1237
if (IN_MULTICAST(ntohl(qsrc))) goto usage;
usr.sbin/mtrace/mtrace.c
1244
if (IN_MULTICAST(ntohl(qdst))) {
usr.sbin/mtrace/mtrace.c
1248
if (IN_MULTICAST(ntohl(qdst))) goto usage;
usr.sbin/mtrace/mtrace.c
1249
} else if (qgrp && !IN_MULTICAST(ntohl(qgrp))) goto usage;
usr.sbin/mtrace/mtrace.c
1332
if (gwy && !IN_MULTICAST(ntohl(gwy)))
usr.sbin/mtrace/mtrace.c
1334
int version = ntohl(incr[0].igmp.igmp_group.s_addr) & 0xFFFF;
usr.sbin/mtrace/mtrace.c
1355
if (IN_MULTICAST(ntohl(raddr))) k_join(raddr, lcl_addr);
usr.sbin/mtrace/mtrace.c
1372
if (IN_MULTICAST(ntohl(tdst))) {
usr.sbin/mtrace/mtrace.c
1534
if (IN_MULTICAST(ntohl(tdst))) {
usr.sbin/mtrace/mtrace.c
1611
if (IN_MULTICAST(ntohl(raddr))) k_leave(raddr, lcl_addr);
usr.sbin/mtrace/mtrace.c
390
if (IN_MULTICAST(ntohl(dst))) local = lcl_addr;
usr.sbin/mtrace/mtrace.c
404
IN_MULTICAST(ntohl(query->tr_raddr)) ? get_ttl(save) : UNICAST_TTL;
usr.sbin/mtrace/mtrace.c
507
int n = ntohl(*p++) & 0xFF;
usr.sbin/mtrace/mtrace.c
606
if (IN_MULTICAST(ntohl(raddr))) k_join(raddr, INADDR_ANY);
usr.sbin/mtrace/mtrace.c
753
hop = t_diff(fixtime(ntohl(r->tr_qarr)), buf->qtime);
usr.sbin/mtrace/mtrace.c
778
u_int32_t version = ntohl(incr[0].igmp.igmp_group.s_addr);
usr.sbin/mtrace/mtrace.c
806
int flags = (ntohl(*p) & 0xFF00) >> 8;
usr.sbin/mtrace/mtrace.c
807
int n = ntohl(*p++) & 0xFF;
usr.sbin/mtrace/mtrace.c
844
int timediff = (fixtime(ntohl(s->tr_qarr)) -
usr.sbin/mtrace/mtrace.c
845
fixtime(ntohl(r->tr_qarr))) >> 16;
usr.sbin/mtrace/mtrace.c
848
int v_out = ntohl(s->tr_vifout) - ntohl(r->tr_vifout);
usr.sbin/mtrace/mtrace.c
849
int g_out = ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt);
usr.sbin/mtrace/mtrace.c
874
v_lost = v_out - (ntohl(s->tr_vifin) - ntohl(r->tr_vifin));
usr.sbin/mtrace/mtrace.c
881
g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
898
v_out = ntohl(s->tr_vifin) - ntohl(r->tr_vifin);
usr.sbin/mtrace/mtrace.c
918
printf("\t\t\t\tv_in: %u ", ntohl(s->tr_vifin));
usr.sbin/mtrace/mtrace.c
919
printf("v_out: %u ", ntohl(s->tr_vifout));
usr.sbin/mtrace/mtrace.c
920
printf("pkts: %u\n", ntohl(s->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
921
printf("\t\t\t\tv_in: %u ", ntohl(r->tr_vifin));
usr.sbin/mtrace/mtrace.c
922
printf("v_out: %u ", ntohl(r->tr_vifout));
usr.sbin/mtrace/mtrace.c
923
printf("pkts: %u\n", ntohl(r->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
924
printf("\t\t\t\tv_in: %u ", ntohl(s->tr_vifin)-ntohl(r->tr_vifin));
usr.sbin/mtrace/mtrace.c
925
printf("v_out: %u ", ntohl(s->tr_vifout) - ntohl(r->tr_vifout));
usr.sbin/mtrace/mtrace.c
926
printf("pkts: %u ", ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt));
usr.sbin/mtrace/mtrace.c
950
if (*s || ntohl(n->tr_vifout) - ntohl(p->tr_vifout) > 100000) {
usr.sbin/mtrace/mtrace.c
974
res = ((ntohl(n->tr_pktcnt) < ntohl(b->tr_pktcnt)) ||
usr.sbin/mtrace/mtrace.c
975
(ntohl(n->tr_pktcnt) < ntohl(p->tr_pktcnt)));
usr.sbin/npppd/common/addr_range.c
175
u_int32_t addr0 = ntohl(addr->s_addr);
usr.sbin/npppd/common/addr_range.c
292
i0 = ntohl(a0.s_addr);
usr.sbin/npppd/common/addr_range.c
293
i1 = ntohl(a1.s_addr);
usr.sbin/npppd/common/addr_range.c
297
i0 = ntohl(a0.s_addr);
usr.sbin/npppd/common/addr_range.c
313
i0 = ntohl(a0.s_addr);
usr.sbin/npppd/common/addr_range.c
314
i1 = ntohl(a1.s_addr);
usr.sbin/npppd/common/addr_range.c
326
i0 = ntohl(a0.s_addr);
usr.sbin/npppd/npppd/ipcp.c
308
PUTLONG(ntohl(ip_addrp->s_addr),
usr.sbin/npppd/npppd/ipcp.c
362
PUTLONG(ntohl(ppp->ppp_framed_ip_address.s_addr),
usr.sbin/npppd/npppd/npppd.c
1554
req_ip4 = ntohl(ppp->realm_framed_ip_address.s_addr);
usr.sbin/npppd/npppd/npppd.c
1555
ip4mask = ntohl(ppp->realm_framed_ip_netmask.s_addr);
usr.sbin/npppd/npppd/npppd_iface.c
455
if (IN_MULTICAST(ntohl(iphdr->ip_dst.s_addr))) {
usr.sbin/npppd/npppd/npppd_pool.c
371
ip4 = ntohl(ppp->ppp_framed_ip_address.s_addr);
usr.sbin/npppd/npppd/npppd_pool.c
448
(void *)(uintptr_t)ntohl(
usr.sbin/npppd/npppd/npppd_pool.c
466
netmask2prefixlen(ntohl(ppp->ppp_framed_ip_netmask.s_addr)),
usr.sbin/npppd/npppd/npppd_radius.c
311
ntohl(ppp->acct_framed_ip_address.s_addr));
usr.sbin/npppd/npppd/npppd_radius.c
812
if (ntohl(ina.s_addr) != 0 &&
usr.sbin/npppd/pptp/pptp_call.c
261
sli->send_accm = ntohl(sli->send_accm);
usr.sbin/npppd/pptp/pptp_call.c
262
sli->recv_accm = ntohl(sli->recv_accm);
usr.sbin/npppd/pptp/pptp_call.c
450
ocrq->maximum_bps = ntohl(ocrq->maximum_bps);
usr.sbin/npppd/pptp/pptp_call.c
451
ocrq->minimum_bps = ntohl(ocrq->minimum_bps);
usr.sbin/npppd/pptp/pptp_call.c
452
ocrq->bearer_type = ntohl(ocrq->bearer_type);
usr.sbin/npppd/pptp/pptp_call.c
453
ocrq->framing_type = ntohl(ocrq->framing_type);
usr.sbin/npppd/pptp/pptp_ctrl.c
830
if (_this->echo_seq != ntohl(echo_rp->identifier)) {
usr.sbin/npppd/pptp/pptp_ctrl.c
833
_this->echo_seq , ntohl(echo_rp->identifier));
usr.sbin/npppd/pptp/pptp_ctrl.c
913
hdr->magic_cookie = ntohl(hdr->magic_cookie);
usr.sbin/npppd/pptp/pptpd.c
764
seq = ntohl(*(uint32_t *)pkt);
usr.sbin/npppd/pptp/pptpd.c
775
ack = ntohl(*(uint32_t *)pkt);
usr.sbin/nsd/difffile.c
206
*result = ntohl(*result);
usr.sbin/nsd/ipc.c
599
(int)ntohl(cmd));
usr.sbin/nsd/ixfr.c
1448
ixfr_store->data->oldserial = ntohl(serial);
usr.sbin/nsd/remote.c
1022
(unsigned)ntohl(soa->serial), xfrd_pretty_time(acq)))
usr.sbin/nsd/remote.c
1118
(unsigned)ntohl(nz->current_soa->serial)))
usr.sbin/nsd/remote.c
1132
: compare_serial( ntohl(xz->soa_nsd.serial)
usr.sbin/nsd/remote.c
1133
, ntohl(xz->soa_disk.serial)) < 0 ? "old-serial"
usr.sbin/nsd/util.h
256
return ntohl(* (const uint32_t *) src);
usr.sbin/nsd/xfr-inspect.c
54
*result = ntohl(*result);
usr.sbin/nsd/xfrd-disk.c
279
soa_refresh = ntohl(soa_disk_read.refresh);
usr.sbin/nsd/xfrd-disk.c
303
> ntohl(soa_disk_read.expire))
usr.sbin/nsd/xfrd-disk.c
431
(unsigned)ntohl(soa->ttl),
usr.sbin/nsd/xfrd-disk.c
440
fprintf(out, " %u", (unsigned)ntohl(soa->serial));
usr.sbin/nsd/xfrd-disk.c
441
fprintf(out, " %u", (unsigned)ntohl(soa->refresh));
usr.sbin/nsd/xfrd-disk.c
442
fprintf(out, " %u", (unsigned)ntohl(soa->retry));
usr.sbin/nsd/xfrd-disk.c
443
fprintf(out, " %u", (unsigned)ntohl(soa->expire));
usr.sbin/nsd/xfrd-disk.c
444
fprintf(out, " %u\n", (unsigned)ntohl(soa->minimum));
usr.sbin/nsd/xfrd-disk.c
446
neato_timeout(out, " refresh =", ntohl(soa->refresh));
usr.sbin/nsd/xfrd-disk.c
447
neato_timeout(out, " retry =", ntohl(soa->retry));
usr.sbin/nsd/xfrd-disk.c
448
neato_timeout(out, " expire =", ntohl(soa->expire));
usr.sbin/nsd/xfrd-disk.c
449
neato_timeout(out, " minimum =", ntohl(soa->minimum));
usr.sbin/nsd/xfrd.c
1128
ntohl(zone->soa_disk.retry) * mult);
usr.sbin/nsd/xfrd.c
1416
(unsigned)ntohl(soa->serial), (unsigned)ntohl(soa->refresh),
usr.sbin/nsd/xfrd.c
1417
(unsigned)ntohl(soa->retry), (unsigned)ntohl(soa->expire)));
usr.sbin/nsd/xfrd.c
1507
int cmp = compare_serial(ntohl(soa->serial), ntohl(zone->soa_disk.serial));
usr.sbin/nsd/xfrd.c
1526
soa_serial = ntohl(soa->serial);
usr.sbin/nsd/xfrd.c
1527
soa_nsd_serial = ntohl(zone->soa_nsd.serial);
usr.sbin/nsd/xfrd.c
1572
compare_serial(ntohl(zone->soa_disk.serial),
usr.sbin/nsd/xfrd.c
1573
ntohl(zone->soa_notified.serial)) >= 0))
usr.sbin/nsd/xfrd.c
1593
zone->apex_str, (unsigned)ntohl(soa->serial)));
usr.sbin/nsd/xfrd.c
1600
compare_serial(ntohl(zone->soa_disk.serial),
usr.sbin/nsd/xfrd.c
1601
ntohl(zone->soa_notified.serial)) >= 0))
usr.sbin/nsd/xfrd.c
1964
(unsigned)ntohl(zone->soa_disk.serial),
usr.sbin/nsd/xfrd.c
2070
ntohl(soa->serial) != zone->latest_xfr->msg_new_serial) {
usr.sbin/nsd/xfrd.c
2078
if(ntohl(soa->serial) != ntohl(zone->soa_disk.serial)) {
usr.sbin/nsd/xfrd.c
2083
zone->latest_xfr->msg_old_serial = ntohl(soa->serial);
usr.sbin/nsd/xfrd.c
2084
tmp_serial = ntohl(soa->serial);
usr.sbin/nsd/xfrd.c
2086
else if(ntohl(soa->serial) == zone->latest_xfr->msg_new_serial) {
usr.sbin/nsd/xfrd.c
2097
if(ntohl(soa->serial) > zone->latest_xfr->msg_new_serial) {
usr.sbin/nsd/xfrd.c
2102
if(ntohl(soa->serial) < tmp_serial) {
usr.sbin/nsd/xfrd.c
2108
tmp_serial = ntohl(soa->serial);
usr.sbin/nsd/xfrd.c
2304
compare_serial(ntohl(soa->serial), ntohl(zone->soa_disk.serial)) < 0) {
usr.sbin/nsd/xfrd.c
2307
zone->apex_str, ntohl(zone->soa_disk.serial), ntohl(soa->serial), zone->master->ip_address_spec));
usr.sbin/nsd/xfrd.c
2310
zone->apex_str, ntohl(zone->soa_disk.serial), ntohl(soa->serial), zone->master->ip_address_spec));
usr.sbin/nsd/xfrd.c
2342
%u, reply %u).", (unsigned)zone->soa_disk_acquired ? ntohl(zone->soa_disk.serial) : 0, (unsigned)ntohl(soa->serial)));
usr.sbin/nsd/xfrd.c
2349
compare_serial(ntohl(zone->soa_notified.serial), ntohl(soa->serial)) < 0) {
usr.sbin/nsd/xfrd.c
2353
zone->latest_xfr->msg_new_serial = ntohl(soa->serial);
usr.sbin/nsd/xfrd.c
2357
zone->latest_xfr->msg_old_serial = ntohl(zone->soa_disk.serial);
usr.sbin/nsd/xfrd.c
2639
compare_serial(ntohl(zone->soa_disk.serial),
usr.sbin/nsd/xfrd.c
2640
ntohl(zone->soa_notified.serial)) >= 0))
usr.sbin/nsd/xfrd.c
2799
compare_serial(ntohl(soa->serial),ntohl(zone->soa_disk.serial)) <= 0)
usr.sbin/nsd/xfrd.c
2804
(unsigned)ntohl(soa->serial),
usr.sbin/nsd/xfrd.c
2805
(unsigned)ntohl(zone->soa_disk.serial)));
usr.sbin/nsd/xfrd.c
2813
compare_serial(ntohl(soa->serial),
usr.sbin/nsd/xfrd.c
2814
ntohl(zone->soa_notified.serial)) > 0)
usr.sbin/nsd/xfrd.c
755
(unsigned)ntohl(soa.serial)));
usr.sbin/nsd/xfrd.c
886
>= (time_t)ntohl(zone->soa_disk.expire))
usr.sbin/nsd/xfrd.c
899
compare_serial(ntohl(zone->soa_disk.serial),
usr.sbin/nsd/xfrd.c
900
ntohl(zone->soa_notified.serial)) >= 0))
usr.sbin/nsd/xfrd.h
299
return within_refresh_bounds(zone, ntohl(zone->soa_disk.refresh));
usr.sbin/nsd/xfrd.h
324
return within_retry_bounds(zone, ntohl(zone->soa_disk.retry));
usr.sbin/nsd/xfrd.h
351
return within_expire_bounds(zone, ntohl(zone->soa_disk.expire));
usr.sbin/nsd/xfrd.h
358
return within_expire_bounds(zone, ntohl(zone->soa_nsd.expire));
usr.sbin/ntpd/util.c
100
lfp.fractionl = ntohl(lfp.fractionl);
usr.sbin/ntpd/util.c
99
lfp.int_partl = ntohl(lfp.int_partl);
usr.sbin/ospf6ctl/ospf6ctl.c
634
ntohs(lsa->age), ntohl(lsa->seq_num),
usr.sbin/ospf6ctl/ospf6ctl.c
706
printf("LS Seq Number: 0x%08x\n", ntohl(lsa->seq_num));
usr.sbin/ospf6ctl/ospf6ctl.c
799
print_asext_flags(ntohl(lsa->data.asext.metric)));
usr.sbin/ospf6ctl/ospf6ctl.c
800
printf(" Metric: %d Type: ", ntohl(asext->metric)
usr.sbin/ospf6ctl/ospf6ctl.c
802
if (ntohl(lsa->data.asext.metric) & LSA_ASEXT_E_FLAG)
usr.sbin/ospf6ctl/ospf6ctl.c
814
if (ntohl(lsa->data.asext.metric) & LSA_ASEXT_F_FLAG) {
usr.sbin/ospf6ctl/ospf6ctl.c
820
if (ntohl(lsa->data.asext.metric) & LSA_ASEXT_T_FLAG) {
usr.sbin/ospf6ctl/ospf6ctl.c
822
printf(" External Route Tag: %d\n", ntohl(ext_tag));
usr.sbin/ospf6ctl/ospf6ctl.c
833
ntohl(lsa->data.link.opts))));
usr.sbin/ospf6ctl/ospf6ctl.c
837
nlinks = ntohl(lsa->data.link.numprefix);
usr.sbin/ospf6ctl/ospf6ctl.c
864
print_ospf_options(LSA_24_GETLO(ntohl(lsa->data.net.opts))));
usr.sbin/ospf6ctl/ospf6ctl.c
887
print_ospf_flags(LSA_24_GETHI(ntohl(lsa->data.rtr.opts))));
usr.sbin/ospf6ctl/ospf6ctl.c
889
print_ospf_options(LSA_24_GETLO(ntohl(lsa->data.rtr.opts))));
usr.sbin/ospf6ctl/ospf6ctl.c
975
printf("Metric: %d\n", ntohl(lsa->data.pref_sum.metric) &
usr.sbin/ospf6ctl/ospf6ctl.c
988
print_ospf_options(ntohl(lsa->data.rtr_sum.opts)));
usr.sbin/ospf6ctl/ospf6ctl.c
989
printf("Metric: %d\n\n", ntohl(lsa->data.rtr_sum.metric) &
usr.sbin/ospf6d/database.c
183
ntohl(dd_hdr.dd_seq_num) == nbr->dd_seq_num - nbr->dd_master ?
usr.sbin/ospf6d/database.c
215
if ((ntohl(nbr->id.s_addr)) >
usr.sbin/ospf6d/database.c
216
ntohl(ospfe_router_id())) {
usr.sbin/ospf6d/database.c
219
nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num);
usr.sbin/ospf6d/database.c
226
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) {
usr.sbin/ospf6d/database.c
231
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospf6d/database.c
284
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospf6d/database.c
292
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) {
usr.sbin/ospf6d/database.c
297
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospf6d/database.c
304
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num + 1) {
usr.sbin/ospf6d/database.c
309
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospf6d/database.c
313
nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num);
usr.sbin/ospf6d/hello.c
140
"interface %s", ntohl(hello.rtr_dead_interval),
usr.sbin/ospf6d/hello.c
145
opts = LSA_24_GETLO(ntohl(hello.opts));
usr.sbin/ospf6d/hello.c
169
nbr = nbr_new(rtr_id, iface, ntohl(hello.iface_id), 0, src);
usr.sbin/ospf6d/hello.c
173
nbr->priority = LSA_24_GETHI(ntohl(hello.opts));
usr.sbin/ospf6d/hello.c
207
nbr->priority = LSA_24_GETHI(ntohl(hello.opts));
usr.sbin/ospf6d/hello.c
211
if (nbr->priority != LSA_24_GETHI(ntohl(hello.opts))) {
usr.sbin/ospf6d/hello.c
212
nbr->priority = LSA_24_GETHI(ntohl(hello.opts));
usr.sbin/ospf6d/interface.c
443
if (ntohl(a->id.s_addr) > ntohl(b->id.s_addr))
usr.sbin/ospf6d/lsack.c
168
if (ntohl(lsa_hdr->seq_num) == RESV_SEQ_NUM) {
usr.sbin/ospf6d/lsupdate.c
253
nlsa = ntohl(nlsa);
usr.sbin/ospf6d/parse.y
1262
if (ntohl(cur) < ntohl(ip) || ip == 0)
usr.sbin/ospf6d/rde.c
1366
for (i = 0; i < ntohl(lsa->numprefix); i++) {
usr.sbin/ospf6d/rde.c
1691
kr->metric = ntohl(v->lsa->data.asext.metric);
usr.sbin/ospf6d/rde.c
1695
kr->ext_tag = ntohl(ext_tag);
usr.sbin/ospf6d/rde.c
505
if (ntohl(db_hdr->seq_num) == MAX_SEQ_NUM &&
usr.sbin/ospf6d/rde_lsdb.c
152
a32 = (int32_t)ntohl(a->seq_num);
usr.sbin/ospf6d/rde_lsdb.c
153
b32 = (int32_t)ntohl(b->seq_num);
usr.sbin/ospf6d/rde_lsdb.c
212
if (ntohl(lsa->hdr.seq_num) == RESV_SEQ_NUM) {
usr.sbin/ospf6d/rde_lsdb.c
245
metric = ntohl(lsa->data.pref_sum.metric);
usr.sbin/ospf6d/rde_lsdb.c
264
metric = ntohl(lsa->data.rtr_sum.metric);
usr.sbin/ospf6d/rde_lsdb.c
319
npref = ntohl(llink->numprefix);
usr.sbin/ospf6d/rde_lsdb.c
394
metric = ntohl(asext->metric);
usr.sbin/ospf6d/rde_lsdb.c
599
key.ls_id = ntohl(ls_id);
usr.sbin/ospf6d/rde_lsdb.c
600
key.adv_rtr = ntohl(adv_rtr);
usr.sbin/ospf6d/rde_lsdb.c
629
key.adv_rtr = ntohl(rtr_id);
usr.sbin/ospf6d/rde_lsdb.c
636
v->adv_rtr != ntohl(rtr_id)) {
usr.sbin/ospf6d/rde_lsdb.c
669
key.adv_rtr = ntohl(lsa->hdr.adv_rtr);
usr.sbin/ospf6d/rde_lsdb.c
82
v->ls_id = ntohl(lsa->hdr.ls_id);
usr.sbin/ospf6d/rde_lsdb.c
83
v->adv_rtr = ntohl(lsa->hdr.adv_rtr);
usr.sbin/ospf6d/rde_lsdb.c
864
seqnum = ntohl(v->lsa->hdr.seq_num);
usr.sbin/ospf6d/rde_spf.c
221
flags = LSA_24_GETHI(ntohl(v->lsa->data.rtr.opts));
usr.sbin/ospf6d/rde_spf.c
245
flags = LSA_24_GETHI(ntohl(w->lsa->data.rtr.opts));
usr.sbin/ospf6d/rde_spf.c
255
ntohl(iap->ref_ls_id));
usr.sbin/ospf6d/rde_spf.c
371
(ntohl(v->lsa->data.asext.metric) & LSA_METRIC_MASK) >=
usr.sbin/ospf6d/rde_spf.c
395
metric = ntohl(v->lsa->data.asext.metric);
usr.sbin/ospf6d/rde_spf.c
474
"ifindex %d", ntohl(rtr_link->iface_id));
usr.sbin/ospf6d/rde_spf.c
533
ntohl(rtr_link->iface_id));
usr.sbin/ospf6d/rde_spf.c
548
ntohl(rtr_link->iface_id));
usr.sbin/ospfctl/ospfctl.c
445
return (33 - ffs(ntohl(ina)));
usr.sbin/ospfctl/output.c
507
LSA_24_GETHI(ntohl(lsa->ls_id)),
usr.sbin/ospfctl/output.c
508
LSA_24_GETLO(ntohl(lsa->ls_id)));
usr.sbin/ospfctl/output.c
513
printf("LS Seq Number: 0x%08x\n", ntohl(lsa->seq_num));
usr.sbin/ospfctl/output.c
529
ntohs(lsa->age), ntohl(lsa->seq_num),
usr.sbin/ospfctl/output.c
553
if (ntohl(lsa->data.asext.metric) & LSA_ASEXT_E_FLAG)
usr.sbin/ospfctl/output.c
557
printf(" Metric: %d\n", ntohl(asext->metric) &
usr.sbin/ospfctl/output.c
561
printf(" External Route Tag: %d\n\n", ntohl(asext->ext_tag));
usr.sbin/ospfctl/output.c
636
printf("Metric: %d\n\n", ntohl(lsa->data.sum.metric) &
usr.sbin/ospfd/auth.c
128
ntohl(ospf_hdr->auth_key.crypt.seq_num);
usr.sbin/ospfd/auth.c
84
if (nbr != NULL && ntohl(ospf_hdr->auth_key.crypt.seq_num) <
usr.sbin/ospfd/database.c
189
ntohl(dd_hdr.dd_seq_num) == nbr->dd_seq_num - nbr->dd_master ?
usr.sbin/ospfd/database.c
228
if ((ntohl(nbr->id.s_addr)) >
usr.sbin/ospfd/database.c
229
ntohl(ospfe_router_id())) {
usr.sbin/ospfd/database.c
232
nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num);
usr.sbin/ospfd/database.c
239
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) {
usr.sbin/ospfd/database.c
244
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospfd/database.c
297
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospfd/database.c
305
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) {
usr.sbin/ospfd/database.c
310
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospfd/database.c
317
if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num + 1) {
usr.sbin/ospfd/database.c
322
nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num));
usr.sbin/ospfd/database.c
326
nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num);
usr.sbin/ospfd/hello.c
150
if (ntohl(hello.rtr_dead_interval) != iface->dead_interval) {
usr.sbin/ospfd/hello.c
152
"interface %s", ntohl(hello.rtr_dead_interval),
usr.sbin/ospfd/interface.c
395
if (ntohl(a->id.s_addr) > ntohl(b->id.s_addr))
usr.sbin/ospfd/kroute.c
1024
return (33 - ffs(ntohl(ina)));
usr.sbin/ospfd/kroute.c
570
a = ntohl(kr->prefix.s_addr);
usr.sbin/ospfd/kroute.c
683
if (ntohl(a->r.prefix.s_addr) < ntohl(b->r.prefix.s_addr))
usr.sbin/ospfd/kroute.c
685
if (ntohl(a->r.prefix.s_addr) > ntohl(b->r.prefix.s_addr))
usr.sbin/ospfd/lsack.c
172
if (ntohl(lsa_hdr->seq_num) == RESV_SEQ_NUM) {
usr.sbin/ospfd/lsupdate.c
246
nlsa = ntohl(nlsa);
usr.sbin/ospfd/packet.c
96
if (IN_MULTICAST(ntohl(dst->sin_addr.s_addr)))
usr.sbin/ospfd/parse.y
1480
if (ntohl(cur) < ntohl(ip) || ip == 0)
usr.sbin/ospfd/rde.c
1154
if (ntohl(a->r.prefix.s_addr) < ntohl(b->r.prefix.s_addr))
usr.sbin/ospfd/rde.c
1156
if (ntohl(a->r.prefix.s_addr) > ntohl(b->r.prefix.s_addr))
usr.sbin/ospfd/rde.c
1234
if (ntohl(v->lsa->data.asext.mask) < ntohl(mask)) {
usr.sbin/ospfd/rde.c
1246
u_int32_t tmp = ntohl(oan->ls_id);
usr.sbin/ospfd/rde.c
1300
kr->metric = ntohl(v->lsa->data.asext.metric);
usr.sbin/ospfd/rde.c
1301
kr->ext_tag = ntohl(v->lsa->data.asext.ext_tag);
usr.sbin/ospfd/rde.c
421
ntohl(req_hdr.type), req_hdr.ls_id,
usr.sbin/ospfd/rde.c
518
if (ntohl(db_hdr->seq_num) == MAX_SEQ_NUM &&
usr.sbin/ospfd/rde_lsdb.c
148
a32 = (int32_t)ntohl(a->seq_num);
usr.sbin/ospfd/rde_lsdb.c
149
b32 = (int32_t)ntohl(b->seq_num);
usr.sbin/ospfd/rde_lsdb.c
209
if (ntohl(lsa->hdr.seq_num) == RESV_SEQ_NUM) {
usr.sbin/ospfd/rde_lsdb.c
233
metric = ntohl(lsa->data.sum.metric);
usr.sbin/ospfd/rde_lsdb.c
245
metric = ntohl(lsa->data.asext.metric);
usr.sbin/ospfd/rde_lsdb.c
517
key.ls_id = ntohl(ls_id);
usr.sbin/ospfd/rde_lsdb.c
518
key.adv_rtr = ntohl(adv_rtr);
usr.sbin/ospfd/rde_lsdb.c
714
seqnum = ntohl(v->lsa->hdr.seq_num);
usr.sbin/ospfd/rde_lsdb.c
81
v->ls_id = ntohl(lsa->hdr.ls_id);
usr.sbin/ospfd/rde_lsdb.c
82
v->adv_rtr = ntohl(lsa->hdr.adv_rtr);
usr.sbin/ospfd/rde_spf.c
251
(ntohl(v->lsa->data.sum.metric) & LSA_METRIC_MASK);
usr.sbin/ospfd/rde_spf.c
290
(ntohl(v->lsa->data.asext.metric) & LSA_METRIC_MASK) >=
usr.sbin/ospfd/rde_spf.c
313
if (ntohl(v->lsa->data.asext.metric) & LSA_ASEXT_E_FLAG) {
usr.sbin/ospfd/rde_spf.c
315
cost2 = ntohl(v->lsa->data.asext.metric) &
usr.sbin/ospfd/rde_spf.c
319
v->cost = r->cost + (ntohl(v->lsa->data.asext.metric) &
usr.sbin/ospfd/rde_spf.c
348
DT_NET, 0, ntohl(v->lsa->data.asext.ext_tag));
usr.sbin/ospfd/rde_spf.c
646
if (ntohl(a->prefix.s_addr) < ntohl(b->prefix.s_addr))
usr.sbin/ospfd/rde_spf.c
648
if (ntohl(a->prefix.s_addr) > ntohl(b->prefix.s_addr))
usr.sbin/pppd/auth.c
1044
ah = ntohl(ina.s_addr);
usr.sbin/pppd/auth.c
1078
addr = ntohl(addr);
usr.sbin/pppd/ipcp.c
1036
tl = ntohl(wo->hisaddr);
usr.sbin/pppd/ipcp.c
166
ipaddr = ntohl(ipaddr);
usr.sbin/pppd/ipcp.c
373
l = ntohl(val1); \
usr.sbin/pppd/ipcp.c
376
l = ntohl(val2); \
usr.sbin/pppd/ipcp.c
818
tl = ntohl(wo->hisaddr);
usr.sbin/pppd/ipcp.c
842
tl = ntohl(wo->ouraddr);
usr.sbin/pppd/ipcp.c
879
tl = ntohl(wo->hisaddr);
usr.sbin/pppd/ipcp.c
910
tl = ntohl(ao->dnsaddr[d]);
usr.sbin/pppd/ipcp.c
931
tl = ntohl(ao->winsaddr[d]);
usr.sbin/pppd/sys-bsd.c
1361
addr = ntohl(addr);
usr.sbin/pppd/sys-bsd.c
1386
if ((ntohl(ina) & nmask) != (addr & nmask))
usr.sbin/radiusctl/radiusctl.c
589
ntohl(*(u_long *)buf));
usr.sbin/radiusctl/radiusctl.c
596
ntohl(*(u_long *)buf));
usr.sbin/radiusd/radiusd_ipcp.c
1688
if (ntohl(assign->nas_ipv4.s_addr) != 0)
usr.sbin/radiusd/radiusd_ipcp.c
1897
start.s_addr = ntohl(start.s_addr);
usr.sbin/radiusd/radiusd_ipcp.c
1898
end.s_addr = ntohl(end.s_addr);
usr.sbin/radiusd/radiusd_ipcp.c
1917
start.s_addr = ntohl(start.s_addr) & mask;
usr.sbin/radiusd/radiusd_ipcp.c
862
addr4.s_addr = ntohl(addr4.s_addr);
usr.sbin/rbootd/rmp_var.h
139
#define GETWORD(w, i) (i) = ntohl(w)
usr.sbin/rdate/ntpleaps.c
113
return (ntohl(res));
usr.sbin/relayd/check_icmp.c
327
id = ntohl(id);
usr.sbin/relayd/relayd.c
1693
IN_MULTICAST(ntohl(sin4->sin_addr.s_addr)))
usr.sbin/relayd/relayd.c
1711
IN_MULTICAST(ntohl(sin4->sin_addr.s_addr)))
usr.sbin/ripctl/ripctl.c
306
return (33 - ffs(ntohl(ina)));
usr.sbin/ripd/auth.c
127
if (ntohl(a->auth_seq) < nbr->auth_seq_num) {
usr.sbin/ripd/auth.c
133
if (ntohl(a->auth_seq) < nbr_failed->auth_seq_num &&
usr.sbin/ripd/auth.c
134
ntohl(a->auth_seq)) {
usr.sbin/ripd/auth.c
178
*crypt_seq_num = ntohl(a->auth_seq);
usr.sbin/ripd/kroute.c
362
a = ntohl(kr->prefix.s_addr);
usr.sbin/ripd/kroute.c
386
if (ntohl(a->r.prefix.s_addr) < ntohl(b->r.prefix.s_addr))
usr.sbin/ripd/kroute.c
388
if (ntohl(a->r.prefix.s_addr) > ntohl(b->r.prefix.s_addr))
usr.sbin/ripd/kroute.c
390
if (ntohl(a->r.netmask.s_addr) < ntohl(b->r.netmask.s_addr))
usr.sbin/ripd/kroute.c
392
if (ntohl(a->r.netmask.s_addr) > ntohl(b->r.netmask.s_addr))
usr.sbin/ripd/kroute.c
622
return (33 - ffs(ntohl(ina)));
usr.sbin/ripd/message.c
349
if (e->AFI == 0 && e->metric == ntohl(INFINITY) && l == 0) {
usr.sbin/ripd/message.c
425
r.metric = ntohl(e->metric);
usr.sbin/ripd/packet.c
63
if (IN_MULTICAST(ntohl(dst->sin_addr.s_addr)))
usr.sbin/ripd/rde_rib.c
123
if (ntohl(a->prefix.s_addr) < ntohl(b->prefix.s_addr))
usr.sbin/ripd/rde_rib.c
125
if (ntohl(a->prefix.s_addr) > ntohl(b->prefix.s_addr))
usr.sbin/ripd/rde_rib.c
127
if (ntohl(a->netmask.s_addr) < ntohl(b->netmask.s_addr))
usr.sbin/ripd/rde_rib.c
129
if (ntohl(a->netmask.s_addr) > ntohl(b->netmask.s_addr))
usr.sbin/sasyncd/net.c
680
blob_len = ntohl(v);
usr.sbin/sasyncd/net.c
712
*msgtype = ntohl(v);
usr.sbin/sasyncd/net.c
721
padlen = ntohl(v);
usr.sbin/sasyncd/net_ctl.c
108
nstate = (enum RUNSTATE)ntohl(ctl->data);
usr.sbin/sasyncd/net_ctl.c
116
switch (ntohl(ctl->data)) {
usr.sbin/sasyncd/net_ctl.c
134
ctype = (enum CTLTYPE)ntohl(ctl->data);
usr.sbin/sasyncd/net_ctl.c
142
nstate = (enum RUNSTATE)ntohl(ctl->data2);
usr.sbin/sasyncd/net_ctl.c
150
ntohl(ctl->type), p->name);
usr.sbin/sasyncd/net_ctl.c
93
switch (ntohl(ctl->type)) {
usr.sbin/slowcgi/slowcgi.c
1204
ldebug("%sappStatus: %d", p, ntohl(b->app_status));
usr.sbin/smtpd/to.c
121
addr = ntohl(addr);
usr.sbin/smtpd/unpack_dns.c
260
*u32 = ntohl(*u32);
usr.sbin/syslogc/syslogc.c
165
if (ntohl(rr.version) != CTL_VERSION)
usr.sbin/syslogc/syslogc.c
177
if (oflag && (ntohl(rr.flags) & CTL_HDR_FLAG_OVERFLOW)) {
usr.sbin/syslogd/syslogd.c
3349
if (ntohl(ctl_cmd.version) != CTL_VERSION) {
usr.sbin/syslogd/syslogd.c
3367
ctl_cmd.cmd = ntohl(ctl_cmd.cmd);
usr.sbin/tcpdump/interface.h
119
#define NTOHL(x) (x) = ntohl(x)
usr.sbin/tcpdump/pf_print_state.c
174
printf("[%u + %u](+%u)", ntohl(p->seqlo),
usr.sbin/tcpdump/pf_print_state.c
175
ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff));
usr.sbin/tcpdump/pf_print_state.c
177
printf("[%u + %u]", ntohl(p->seqlo),
usr.sbin/tcpdump/pf_print_state.c
178
ntohl(p->seqhi) - ntohl(p->seqlo));
usr.sbin/tcpdump/pf_print_state.c
283
u_int32_t creation = ntohl(s->creation);
usr.sbin/tcpdump/pf_print_state.c
284
u_int32_t expire = ntohl(s->expire);
usr.sbin/tcpdump/pf_print_state.c
307
printf(", anchor %u", ntohl(s->anchor));
usr.sbin/tcpdump/pf_print_state.c
309
printf(", rule %u", ntohl(s->rule));
usr.sbin/tcpdump/pf_print_state.c
316
betoh64(id), ntohl(s->creatorid));
usr.sbin/tcpdump/pf_print_state.c
331
tmp = ntohl(m->addr32[j]);
usr.sbin/tcpdump/print-bootp.c
361
printf("%u", ntohl(ul));
usr.sbin/tcpdump/print-bootp.c
91
printf(" xid:0x%x", (u_int32_t)ntohl(bp->bp_xid));
usr.sbin/tcpdump/print-cnfp.c
103
ntohl(nr->start_time)/1000, ntohl(nr->start_time)%1000,
usr.sbin/tcpdump/print-cnfp.c
104
ntohl(nr->last_time)/1000, ntohl(nr->last_time)%1000);
usr.sbin/tcpdump/print-cnfp.c
109
(ntohl(nr->masks) >> 24) & 0xff);
usr.sbin/tcpdump/print-cnfp.c
111
(ntohl(nr->asses) >> 16) & 0xffff);
usr.sbin/tcpdump/print-cnfp.c
114
ntohl(nr->ports) >> 16);
usr.sbin/tcpdump/print-cnfp.c
118
(ntohl(nr->masks) >> 16) & 0xff);
usr.sbin/tcpdump/print-cnfp.c
120
ntohl(nr->asses) & 0xffff);
usr.sbin/tcpdump/print-cnfp.c
123
ntohl(nr->ports) & 0xffff);
usr.sbin/tcpdump/print-cnfp.c
127
proto = (ntohl(nr->proto_tos) >> 8) & 0xff;
usr.sbin/tcpdump/print-cnfp.c
134
flags = (ntohl(nr->asses) >> 24) & 0xff;
usr.sbin/tcpdump/print-cnfp.c
136
flags = (ntohl(nr->proto_tos) >> 16) & 0xff;
usr.sbin/tcpdump/print-cnfp.c
146
printf("tos %u, %u (%u octets)", ntohl(nr->proto_tos) & 0xff,
usr.sbin/tcpdump/print-cnfp.c
147
ntohl(nr->packets), ntohl(nr->octets));
usr.sbin/tcpdump/print-cnfp.c
82
nrecs = ntohl(nh->ver_cnt) & 0xffff;
usr.sbin/tcpdump/print-cnfp.c
83
ver = (ntohl(nh->ver_cnt) & 0xffff0000) >> 16;
usr.sbin/tcpdump/print-cnfp.c
87
ntohl(nh->msys_uptime)/1000, ntohl(nh->msys_uptime)%1000,
usr.sbin/tcpdump/print-cnfp.c
88
ntohl(nh->utc_sec), ntohl(nh->utc_nsec));
usr.sbin/tcpdump/print-dvmrp.c
324
printf(" timer %d", (int)ntohl(prune_timer.i));
usr.sbin/tcpdump/print-enc.c
89
printf("SPI 0x%08x: ", ntohl(hdr->spi));
usr.sbin/tcpdump/print-frag6.c
58
ntohl(dp->ip6f_ident),
usr.sbin/tcpdump/print-gtp.c
1107
printf("TLLI 0x%x", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
1116
printf("P-TMSI 0x%x", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
1138
ntohl(dpl[0]), ntohl(dpl[1]), ntohl(dpl[2]), ntohl(dpl[3]),
usr.sbin/tcpdump/print-gtp.c
1139
ntohl(dpl[4]), ntohl(dpl[5]), ntohl(dpl[6]));
usr.sbin/tcpdump/print-gtp.c
1195
printf("TEI Data I: %u", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
1204
printf("TEI Control Plane: %u", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
1214
printf("TEI Data II: %u, NSAPI %u", ntohl(*dpl), data);
usr.sbin/tcpdump/print-gtp.c
1337
printf("Charging ID: %u", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
614
printf("TLLI 0x%x", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
623
printf("P-TMSI 0x%x", ntohl(*dpl));
usr.sbin/tcpdump/print-gtp.c
908
printf(" (teid %u, len %u)", ntohl(gh->teid), ntohs(gh->length));
usr.sbin/tcpdump/print-icmp.c
365
(u_int32_t)ntohl(dp->icmp_mask));
usr.sbin/tcpdump/print-icmp6.c
215
printf("icmp6: too big %u", (u_int32_t)ntohl(dp->icmp6_mtu));
usr.sbin/tcpdump/print-icmp6.c
238
(u_int32_t)ntohl(dp->icmp6_pptr));
usr.sbin/tcpdump/print-icmp6.c
242
(u_int32_t)ntohl(dp->icmp6_pptr));
usr.sbin/tcpdump/print-icmp6.c
246
(u_int32_t)ntohl(dp->icmp6_pptr));
usr.sbin/tcpdump/print-icmp6.c
324
(u_int32_t)ntohl(p->nd_ra_reachable));
usr.sbin/tcpdump/print-icmp6.c
326
(u_int32_t)ntohl(p->nd_ra_retransmit));
usr.sbin/tcpdump/print-icmp6.c
470
ttl = (int)ntohl(*(u_int32_t *)&buf[8]);
usr.sbin/tcpdump/print-icmp6.c
602
if ((u_int32_t)ntohl(opp->nd_opt_pi_valid_time) == ~0U)
usr.sbin/tcpdump/print-icmp6.c
605
printf("%u", (u_int32_t)ntohl(opp->nd_opt_pi_valid_time));
usr.sbin/tcpdump/print-icmp6.c
609
if ((u_int32_t)ntohl(opp->nd_opt_pi_preferred_time) == ~0U)
usr.sbin/tcpdump/print-icmp6.c
612
printf("%u", (u_int32_t)ntohl(opp->nd_opt_pi_preferred_time));
usr.sbin/tcpdump/print-icmp6.c
633
printf("mtu=%u", (u_int32_t)ntohl(opm->nd_opt_mtu_mtu));
usr.sbin/tcpdump/print-icmp6.c
677
(u_int32_t)ntohl(opri->nd_opt_rti_lifetime));
usr.sbin/tcpdump/print-icmp6.c
686
(u_int32_t)ntohl(oprd->nd_opt_rdnss_lifetime));
usr.sbin/tcpdump/print-ike.c
229
printf(" len: %d", ntohl(ih->length));
usr.sbin/tcpdump/print-ike.c
266
doi = ntohl(sp->doi);
usr.sbin/tcpdump/print-ike.c
275
sit_ipsec = ntohl(*(u_int32_t *)sp->situation);
usr.sbin/tcpdump/print-ike.c
578
doi = ntohl(dp->doi);
usr.sbin/tcpdump/print-ike.c
622
doi = ntohl (np->doi);
usr.sbin/tcpdump/print-ike.c
680
printf("seq %u", ntohl(*seq));
usr.sbin/tcpdump/print-ip.c
133
if (IN_CLASSD(ntohl(tr->tr_raddr)))
usr.sbin/tcpdump/print-ip.c
144
if (IN_CLASSD(ntohl(tr->tr_raddr)))
usr.sbin/tcpdump/print-ip6.c
224
flow = ntohl(ip6->ip6_flow);
usr.sbin/tcpdump/print-ip6opts.c
83
printf("(jumbo: %u) ", (u_int32_t)ntohl(*(u_int *)&bp[i + 2]));
usr.sbin/tcpdump/print-ipsec.c
217
ntohl(esp->esp_spi), ntohl(esp->esp_seq), len);
usr.sbin/tcpdump/print-ipsec.c
258
ntohl(ah->ah_spi), ntohl(ah->ah_seq), len);
usr.sbin/tcpdump/print-l2tp.c
229
printf("%lu", (u_long)ntohl(*dat));
usr.sbin/tcpdump/print-l2tp.c
273
if (ntohl(*ptr) & L2TP_FRAMING_CAP_ASYNC_MASK) {
usr.sbin/tcpdump/print-l2tp.c
276
if (ntohl(*ptr) & L2TP_FRAMING_CAP_SYNC_MASK) {
usr.sbin/tcpdump/print-l2tp.c
286
if (ntohl(*ptr) & L2TP_BEARER_CAP_ANALOG_MASK) {
usr.sbin/tcpdump/print-l2tp.c
289
if (ntohl(*ptr) & L2TP_BEARER_CAP_DIGITAL_MASK) {
usr.sbin/tcpdump/print-l2tp.c
382
if (ntohl(*ptr) & L2TP_BEARER_TYPE_ANALOG_MASK) {
usr.sbin/tcpdump/print-l2tp.c
385
if (ntohl(*ptr) & L2TP_BEARER_TYPE_DIGITAL_MASK) {
usr.sbin/tcpdump/print-l2tp.c
395
if (ntohl(*ptr) & L2TP_FRAMING_TYPE_ASYNC_MASK) {
usr.sbin/tcpdump/print-l2tp.c
398
if (ntohl(*ptr) & L2TP_FRAMING_TYPE_SYNC_MASK) {
usr.sbin/tcpdump/print-lwres.c
324
switch (ntohl(ap->family)) {
usr.sbin/tcpdump/print-lwres.c
334
printf(" %lu/", (unsigned long)ntohl(ap->family));
usr.sbin/tcpdump/print-lwres.c
363
s = (const char *)np + ntohl(np->length);
usr.sbin/tcpdump/print-lwres.c
370
v = (u_int32_t)ntohl(np->opcode);
usr.sbin/tcpdump/print-lwres.c
381
printf("serial:0x%lx", (unsigned long)ntohl(np->serial));
usr.sbin/tcpdump/print-lwres.c
382
printf(" result:0x%lx", (unsigned long)ntohl(np->result));
usr.sbin/tcpdump/print-lwres.c
383
printf(" recvlen:%lu", (unsigned long)ntohl(np->recvlength));
usr.sbin/tcpdump/print-lwres.c
405
switch (ntohl(np->opcode)) {
usr.sbin/tcpdump/print-lwres.c
419
(unsigned long)ntohl(gabn->flags));
usr.sbin/tcpdump/print-lwres.c
422
v = (u_int32_t)ntohl(gabn->addrtypes);
usr.sbin/tcpdump/print-lwres.c
449
(unsigned long)ntohl(gnba->flags));
usr.sbin/tcpdump/print-lwres.c
477
switch (ntohl(np->opcode)) {
usr.sbin/tcpdump/print-lwres.c
491
(unsigned long)ntohl(gabn->flags));
usr.sbin/tcpdump/print-lwres.c
531
(unsigned long)ntohl(gnba->flags));
usr.sbin/tcpdump/print-lwres.c
558
(unsigned long)ntohl(grbn->flags));
usr.sbin/tcpdump/print-lwres.c
567
relts_print(ntohl(grbn->ttl));
usr.sbin/tcpdump/print-lwres.c
613
if (ntohl(np->length) != length) {
usr.sbin/tcpdump/print-lwres.c
614
printf(" [len: %lu != %u]", (unsigned long)ntohl(np->length),
usr.sbin/tcpdump/print-lwres.c
617
if (!unsupported && s < (const char *)np + ntohl(np->length))
usr.sbin/tcpdump/print-nfs.c
1002
(u_int32_t) ntohl(fap->fa3_atime.nfsv3_sec),
usr.sbin/tcpdump/print-nfs.c
1003
(u_int32_t) ntohl(fap->fa3_atime.nfsv3_nsec));
usr.sbin/tcpdump/print-nfs.c
1005
(u_int32_t) ntohl(fap->fa3_mtime.nfsv3_sec),
usr.sbin/tcpdump/print-nfs.c
1006
(u_int32_t) ntohl(fap->fa3_mtime.nfsv3_nsec));
usr.sbin/tcpdump/print-nfs.c
1008
(u_int32_t) ntohl(fap->fa3_ctime.nfsv3_sec),
usr.sbin/tcpdump/print-nfs.c
1009
(u_int32_t) ntohl(fap->fa3_ctime.nfsv3_nsec));
usr.sbin/tcpdump/print-nfs.c
1013
(u_int32_t) ntohl(fap->fa_nlink),
usr.sbin/tcpdump/print-nfs.c
1014
(u_int32_t) ntohl(fap->fa2_rdev),
usr.sbin/tcpdump/print-nfs.c
1015
(u_int32_t) ntohl(fap->fa2_fsid),
usr.sbin/tcpdump/print-nfs.c
1016
(u_int32_t) ntohl(fap->fa2_fileid));
usr.sbin/tcpdump/print-nfs.c
1018
(u_int32_t) ntohl(fap->fa2_atime.nfsv2_sec),
usr.sbin/tcpdump/print-nfs.c
1019
(u_int32_t) ntohl(fap->fa2_atime.nfsv2_usec));
usr.sbin/tcpdump/print-nfs.c
1021
(u_int32_t) ntohl(fap->fa2_mtime.nfsv2_sec),
usr.sbin/tcpdump/print-nfs.c
1022
(u_int32_t) ntohl(fap->fa2_mtime.nfsv2_usec));
usr.sbin/tcpdump/print-nfs.c
1024
(u_int32_t) ntohl(fap->fa2_ctime.nfsv2_sec),
usr.sbin/tcpdump/print-nfs.c
1025
(u_int32_t) ntohl(fap->fa2_ctime.nfsv2_usec));
usr.sbin/tcpdump/print-nfs.c
1122
(u_int32_t) ntohl(sfsp->sf_invarsec));
usr.sbin/tcpdump/print-nfs.c
1126
(u_int32_t)ntohl(sfsp->sf_tsize),
usr.sbin/tcpdump/print-nfs.c
1127
(u_int32_t)ntohl(sfsp->sf_bsize),
usr.sbin/tcpdump/print-nfs.c
1128
(u_int32_t)ntohl(sfsp->sf_blocks),
usr.sbin/tcpdump/print-nfs.c
1129
(u_int32_t)ntohl(sfsp->sf_bfree),
usr.sbin/tcpdump/print-nfs.c
1130
(u_int32_t)ntohl(sfsp->sf_bavail));
usr.sbin/tcpdump/print-nfs.c
1153
(u_int32_t)ntohl(dp[0]), (u_int32_t)ntohl(dp[1]));
usr.sbin/tcpdump/print-nfs.c
1169
(u_int32_t)ntohl(dp[2]), (u_int32_t)ntohl(dp[3]),
usr.sbin/tcpdump/print-nfs.c
1170
(u_int32_t)ntohl(dp[4]), (u_int32_t)ntohl(dp[5]));
usr.sbin/tcpdump/print-nfs.c
1184
if (!ntohl(dp[0]))
usr.sbin/tcpdump/print-nfs.c
1205
if (!ntohl(dp[0]))
usr.sbin/tcpdump/print-nfs.c
1240
if (!ntohl(dp[0]))
usr.sbin/tcpdump/print-nfs.c
1310
(u_int32_t) ntohl(sfp->fs_rtmax),
usr.sbin/tcpdump/print-nfs.c
1311
(u_int32_t) ntohl(sfp->fs_rtpref),
usr.sbin/tcpdump/print-nfs.c
1312
(u_int32_t) ntohl(sfp->fs_wtmax),
usr.sbin/tcpdump/print-nfs.c
1313
(u_int32_t) ntohl(sfp->fs_wtpref),
usr.sbin/tcpdump/print-nfs.c
1314
(u_int32_t) ntohl(sfp->fs_dtpref));
usr.sbin/tcpdump/print-nfs.c
1317
(u_int32_t) ntohl(sfp->fs_rtmult),
usr.sbin/tcpdump/print-nfs.c
1318
(u_int32_t) ntohl(sfp->fs_wtmult));
usr.sbin/tcpdump/print-nfs.c
1321
(u_int32_t) ntohl(sfp->fs_timedelta.nfsv3_sec),
usr.sbin/tcpdump/print-nfs.c
1322
(u_int32_t) ntohl(sfp->fs_timedelta.nfsv3_nsec));
usr.sbin/tcpdump/print-nfs.c
1348
(u_int32_t) ntohl(spp->pc_linkmax),
usr.sbin/tcpdump/print-nfs.c
1349
(u_int32_t) ntohl(spp->pc_namemax),
usr.sbin/tcpdump/print-nfs.c
1350
ntohl(spp->pc_notrunc) ? "notrunc" : "",
usr.sbin/tcpdump/print-nfs.c
1351
ntohl(spp->pc_chownrestricted) ? "chownres" : "",
usr.sbin/tcpdump/print-nfs.c
1352
ntohl(spp->pc_caseinsensitive) ? "igncase" : "",
usr.sbin/tcpdump/print-nfs.c
1353
ntohl(spp->pc_casepreserving) ? "keepcase" : "");
usr.sbin/tcpdump/print-nfs.c
1442
printf(" c %04x", (u_int32_t)ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
1466
printf(" %u bytes", (u_int32_t) ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
1467
if (ntohl(dp[1]))
usr.sbin/tcpdump/print-nfs.c
1490
printf(" %u bytes", (u_int32_t) ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
1495
NULL, ntohl(dp[1])));
usr.sbin/tcpdump/print-nfs.c
183
res = ((u_int64_t)ntohl(dp[0]) << 32) | (u_int64_t)ntohl(dp[1]);
usr.sbin/tcpdump/print-nfs.c
204
printf("0x%x%08x", (u_int32_t)ntohl(dp[0]),
usr.sbin/tcpdump/print-nfs.c
205
(u_int32_t)ntohl(dp[1]));
usr.sbin/tcpdump/print-nfs.c
207
printf("0x%x", (u_int32_t)ntohl(dp[1]));
usr.sbin/tcpdump/print-nfs.c
223
if ((sa3->sa_modeset = ntohl(*dp++))) {
usr.sbin/tcpdump/print-nfs.c
225
sa3->sa_mode = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
229
if ((sa3->sa_uidset = ntohl(*dp++))) {
usr.sbin/tcpdump/print-nfs.c
231
sa3->sa_uid = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
235
if ((sa3->sa_gidset = ntohl(*dp++))) {
usr.sbin/tcpdump/print-nfs.c
237
sa3->sa_gid = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
241
if ((sa3->sa_sizeset = ntohl(*dp++))) {
usr.sbin/tcpdump/print-nfs.c
243
sa3->sa_size = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
247
if ((sa3->sa_atimetype = ntohl(*dp++)) == NFSV3SATTRTIME_TOCLIENT) {
usr.sbin/tcpdump/print-nfs.c
249
sa3->sa_atime.nfsv3_sec = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
250
sa3->sa_atime.nfsv3_nsec = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
254
if ((sa3->sa_mtimetype = ntohl(*dp++)) == NFSV3SATTRTIME_TOCLIENT) {
usr.sbin/tcpdump/print-nfs.c
256
sa3->sa_mtime.nfsv3_sec = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
257
sa3->sa_mtime.nfsv3_nsec = ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
295
printf("xid 0x%x reply %s %d", (u_int32_t)ntohl(rp->rm_xid),
usr.sbin/tcpdump/print-nfs.c
296
ntohl(rp->rm_reply.rp_stat) == MSG_ACCEPTED ? "ok":"ERR",
usr.sbin/tcpdump/print-nfs.c
317
len = ntohl(dp[1]);
usr.sbin/tcpdump/print-nfs.c
321
len = ntohl(dp[1]);
usr.sbin/tcpdump/print-nfs.c
343
len = (int)ntohl(*dp) / 4;
usr.sbin/tcpdump/print-nfs.c
419
vers = ntohl(rp->rm_call.cb_vers);
usr.sbin/tcpdump/print-nfs.c
423
printf("xid 0x%x (%s) %d", (u_int32_t)ntohl(rp->rm_xid),
usr.sbin/tcpdump/print-nfs.c
427
proc = ntohl(rp->rm_call.cb_proc);
usr.sbin/tcpdump/print-nfs.c
466
printf(" %04x", (u_int32_t)ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
485
(u_int32_t) ntohl(dp[2]));
usr.sbin/tcpdump/print-nfs.c
490
(u_int32_t)ntohl(dp[1]),
usr.sbin/tcpdump/print-nfs.c
491
(u_int32_t)ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
504
(u_int32_t) ntohl(dp[4]));
usr.sbin/tcpdump/print-nfs.c
511
NULL, ntohl(*dp)));
usr.sbin/tcpdump/print-nfs.c
516
(u_int32_t)ntohl(dp[3]),
usr.sbin/tcpdump/print-nfs.c
517
(u_int32_t)ntohl(dp[2]),
usr.sbin/tcpdump/print-nfs.c
518
(u_int32_t)ntohl(dp[1]),
usr.sbin/tcpdump/print-nfs.c
519
(u_int32_t)ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
558
type = (nfstype)ntohl(*dp++);
usr.sbin/tcpdump/print-nfs.c
565
(u_int32_t)ntohl(dp[0]),
usr.sbin/tcpdump/print-nfs.c
566
(u_int32_t)ntohl(dp[1]));
usr.sbin/tcpdump/print-nfs.c
620
(u_int32_t) ntohl(dp[4]));
usr.sbin/tcpdump/print-nfs.c
632
(u_int32_t)ntohl(dp[1]),
usr.sbin/tcpdump/print-nfs.c
633
(u_int32_t)ntohl(dp[0]));
usr.sbin/tcpdump/print-nfs.c
648
printf(" %u bytes @ ", (u_int32_t) ntohl(dp[4]));
usr.sbin/tcpdump/print-nfs.c
653
(u_int32_t) ntohl(dp[5]), dp[2], dp[3]);
usr.sbin/tcpdump/print-nfs.c
685
printf(" %u bytes @ ", (u_int32_t) ntohl(dp[2]));
usr.sbin/tcpdump/print-nfs.c
692
printf(" proc-%u", (u_int32_t)ntohl(rp->rm_call.cb_proc));
usr.sbin/tcpdump/print-nfs.c
795
xmep->proc = ntohl(rp->rm_call.cb_proc);
usr.sbin/tcpdump/print-nfs.c
796
xmep->vers = ntohl(rp->rm_call.cb_vers);
usr.sbin/tcpdump/print-nfs.c
890
len = ntohl(dp[1]);
usr.sbin/tcpdump/print-nfs.c
902
astat = ntohl(*(enum accept_stat *)dp);
usr.sbin/tcpdump/print-nfs.c
952
errnum = ntohl(dp[0]);
usr.sbin/tcpdump/print-nfs.c
976
(u_int32_t)ntohl(fap->fa_type)),
usr.sbin/tcpdump/print-nfs.c
977
(u_int32_t)ntohl(fap->fa_mode),
usr.sbin/tcpdump/print-nfs.c
978
(u_int32_t)ntohl(fap->fa_uid),
usr.sbin/tcpdump/print-nfs.c
979
(u_int32_t) ntohl(fap->fa_gid));
usr.sbin/tcpdump/print-nfs.c
986
printf(" sz %d", (u_int32_t) ntohl(fap->fa2_size));
usr.sbin/tcpdump/print-nfs.c
994
(u_int32_t)ntohl(fap->fa_nlink),
usr.sbin/tcpdump/print-nfs.c
995
(u_int32_t) ntohl(fap->fa3_rdev.specdata1),
usr.sbin/tcpdump/print-nfs.c
996
(u_int32_t) ntohl(fap->fa3_rdev.specdata2));
usr.sbin/tcpdump/print-ntp.c
221
i = ntohl(lfp->int_part);
usr.sbin/tcpdump/print-ntp.c
222
uf = ntohl(lfp->fraction);
usr.sbin/tcpdump/print-ntp.c
242
i = ntohl(lfp->int_part) - ntohl(olfp->int_part);
usr.sbin/tcpdump/print-ntp.c
244
uf = ntohl(lfp->fraction);
usr.sbin/tcpdump/print-ntp.c
245
ouf = ntohl(olfp->fraction);
usr.sbin/tcpdump/print-null.c
100
*(u_int *)p = ntohl(*(u_int *)p);
usr.sbin/tcpdump/print-ofp.c
1155
printf(" meter_id %u", ntohl(im->im_meter_id));
usr.sbin/tcpdump/print-ofp.c
1170
printf(" experimenter %u", ntohl(ie->ie_experimenter));
usr.sbin/tcpdump/print-ofp.c
146
bmp = ntohl(*(uint32_t *)bp);
usr.sbin/tcpdump/print-ofp.c
212
be64toh(swf->swf_datapath_id), ntohl(swf->swf_nbuffers),
usr.sbin/tcpdump/print-ofp.c
214
ntohl(swf->swf_capabilities));
usr.sbin/tcpdump/print-ofp.c
282
print_map(ntohl(pin->pin_buffer_id), ofp_pktout_map),
usr.sbin/tcpdump/print-ofp.c
350
ntohl(fr->fr_duration_sec), ntohl(fr->fr_duration_nsec),
usr.sbin/tcpdump/print-ofp.c
386
print_map(ntohl(pout->pout_buffer_id), ofp_pktout_map),
usr.sbin/tcpdump/print-ofp.c
387
print_map(ntohl(pout->pout_in_port), ofp_port_map),
usr.sbin/tcpdump/print-ofp.c
464
print_map(ntohl(fm->fm_buffer_id), ofp_pktout_map),
usr.sbin/tcpdump/print-ofp.c
465
print_map(ntohl(fm->fm_out_port), ofp_port_map),
usr.sbin/tcpdump/print-ofp.c
466
print_map(ntohl(fm->fm_out_group), ofp_group_id_map),
usr.sbin/tcpdump/print-ofp.c
539
if (ntohl(of.of_direction) == DLT_OPENFLOW_TO_SWITCH)
usr.sbin/tcpdump/print-ofp.c
577
oh->oh_type, ntohs(oh->oh_length), ntohl(oh->oh_xid));
usr.sbin/tcpdump/print-ofp.c
682
printf("%#08x", ntohl(*w));
usr.sbin/tcpdump/print-ofp.c
684
printf("%u", ntohl(*w));
usr.sbin/tcpdump/print-ofp.c
897
print_map(ntohl(ao->ao_port), ofp_port_map),
usr.sbin/tcpdump/print-ofp.c
913
print_map(ntohl(ag->ag_group_id), ofp_group_id_map));
usr.sbin/tcpdump/print-ofp.c
927
printf(" queue_id %u", ntohl(asq->asq_queue_id));
usr.sbin/tcpdump/print-ospf.c
172
ospf_print_seqage(ntohl(lshp->ls_seq), ntohs(lshp->ls_age));
usr.sbin/tcpdump/print-ospf.c
286
ul = ntohl(*lp);
usr.sbin/tcpdump/print-ospf.c
305
ul = ntohl(almp->asla_tosmetric);
usr.sbin/tcpdump/print-ospf.c
318
ntohl(almp->asla_tag));
usr.sbin/tcpdump/print-ospf.c
329
switch (ntohl(mcp->mcla_vtype)) {
usr.sbin/tcpdump/print-ospf.c
343
(u_int32_t)ntohl(mcp->mcla_vtype));
usr.sbin/tcpdump/print-ospf.c
386
(u_int32_t)ntohl(op->ospf_hello.hello_deadint));
usr.sbin/tcpdump/print-ospf.c
426
(u_int32_t)ntohl(op->ospf_db.db_seq));
usr.sbin/tcpdump/print-ospf.c
446
ospf_print_ls_type(ntohl(lsrp->ls_type),
usr.sbin/tcpdump/print-ospf.c
461
i = ntohl(op->ospf_lsu.lsu_count);
usr.sbin/tcpdump/print-ospf.c
564
printf(" seq %u", ntohl(auth.auth_seq));
usr.sbin/tcpdump/print-ospf6.c
208
ospf6_print_seqage(ntohl(lshp->ls_seq), ntohs(lshp->ls_age));
usr.sbin/tcpdump/print-ospf6.c
276
ntohl(lsap->lsa_un.un_rla.rla_options));
usr.sbin/tcpdump/print-ospf6.c
319
ntohl(lsap->lsa_un.un_nla.nla_options));
usr.sbin/tcpdump/print-ospf6.c
332
(u_int32_t)ntohl(lsap->lsa_un.un_inter_ap.inter_ap_metric) & SLA_MASK_METRIC);
usr.sbin/tcpdump/print-ospf6.c
350
ul = ntohl(*lp);
usr.sbin/tcpdump/print-ospf6.c
369
ul = ntohl(almp->asla_tosmetric);
usr.sbin/tcpdump/print-ospf6.c
393
switch (ntohl(mcp->mcla_vtype)) {
usr.sbin/tcpdump/print-ospf6.c
407
(u_int32_t)ntohl(mcp->mcla_vtype));
usr.sbin/tcpdump/print-ospf6.c
418
ospf6_print_bits(ospf6_option_bits, ntohl(llsap->llsa_options));
usr.sbin/tcpdump/print-ospf6.c
422
(u_int32_t)ntohl(llsap->llsa_nprefix));
usr.sbin/tcpdump/print-ospf6.c
424
for (j = 0; j < ntohl(llsap->llsa_nprefix); j++) {
usr.sbin/tcpdump/print-ospf6.c
491
ntohl(op->ospf6_hello.hello_options));
usr.sbin/tcpdump/print-ospf6.c
520
ntohl(op->ospf6_db.db_options));
usr.sbin/tcpdump/print-ospf6.c
537
(u_int32_t)ntohl(op->ospf6_db.db_seq));
usr.sbin/tcpdump/print-ospf6.c
572
i = ntohl(op->ospf6_lsu.lsu_count);
usr.sbin/tcpdump/print-pflog.c
100
printf("%u", ntohl(hdr->rulenr));
usr.sbin/tcpdump/print-pflog.c
103
if (ntohl(hdr->subrulenr) == (u_int32_t) -1)
usr.sbin/tcpdump/print-pflog.c
106
printf(".%u", ntohl(hdr->subrulenr));
usr.sbin/tcpdump/print-pflog.c
97
if (ntohl(hdr->rulenr) == (u_int32_t) -1)
usr.sbin/tcpdump/print-pfsync.c
245
ntohl(iack->creatorid));
usr.sbin/tcpdump/print-pfsync.c
256
ntohl(u->creatorid));
usr.sbin/tcpdump/print-pfsync.c
267
ntohl(ur->creatorid));
usr.sbin/tcpdump/print-pfsync.c
278
ntohl(d->creatorid));
usr.sbin/tcpdump/print-pfsync.c
291
endtime = ntohl(b->endtime);
usr.sbin/tcpdump/print-pfsync.c
321
ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes));
usr.sbin/tcpdump/print-radius.c
174
u_int32_t k = ntohl((*(int *)data));
usr.sbin/tcpdump/print-radius.c
195
printf(" %d", ntohl((*(int *)data)));
usr.sbin/tcpdump/print-rt6.c
80
(u_int32_t)ntohl(dp0->ip6r0_reserved));
usr.sbin/tcpdump/print-sunrpc.c
70
printf("xid 0x%x %d", (u_int32_t)ntohl(rp->rm_xid), length);
usr.sbin/tcpdump/print-sunrpc.c
72
(u_int32_t)ntohl(rp->rm_call.cb_proc)));
usr.sbin/tcpdump/print-sunrpc.c
73
x = ntohl(rp->rm_call.cb_rpcvers);
usr.sbin/tcpdump/print-sunrpc.c
77
switch (ntohl(rp->rm_call.cb_proc)) {
usr.sbin/tcpdump/print-sunrpc.c
83
x = ntohl(rp->rm_call.cb_prog);
usr.sbin/tcpdump/print-sunrpc.c
88
printf(".%u", (u_int32_t)ntohl(rp->rm_call.cb_vers));
usr.sbin/tcpdump/print-tcp.c
255
printf("%u ", ntohl(tp->th_seq));
usr.sbin/tcpdump/print-tcp.c
258
seq = ntohl(tp->th_seq);
usr.sbin/tcpdump/print-tcp.c
259
ack = ntohl(tp->th_ack);
usr.sbin/tcpdump/print-udp.c
123
u_int i0 = ntohl(((u_int *)hdr)[0]);
usr.sbin/tcpdump/print-udp.c
124
u_int i1 = ntohl(((u_int *)hdr)[1]);
usr.sbin/tcpdump/print-udp.c
143
u_int i0 = ntohl(((u_int *)hdr)[0]);
usr.sbin/tcpdump/print-udp.c
144
u_int i1 = ntohl(((u_int *)hdr)[1]);
usr.sbin/tcpdump/print-udp.c
227
printf(" %u", (u_int32_t)ntohl(rh->rh_ssrc));
usr.sbin/tcpdump/print-udp.c
232
ts = (double)((u_int32_t)ntohl(sr->sr_ntp.upper)) +
usr.sbin/tcpdump/print-udp.c
233
((double)((u_int32_t)ntohl(sr->sr_ntp.lower)) /
usr.sbin/tcpdump/print-udp.c
235
printf(" @%.2f %u %up %ub", ts, (u_int32_t)ntohl(sr->sr_ts),
usr.sbin/tcpdump/print-udp.c
236
(u_int32_t)ntohl(sr->sr_np), (u_int32_t)ntohl(sr->sr_nb));
usr.sbin/tcpdump/print-udp.c
245
printf(" %u", (u_int32_t)ntohl(rh->rh_ssrc));
usr.sbin/tcpdump/print-udp.c
250
printf(" %u", (u_int32_t)ntohl(rh->rh_ssrc));
usr.sbin/tcpdump/print-udp.c
256
printf(" %u", (u_int32_t)ntohl(rh->rh_ssrc));
usr.sbin/tcpdump/print-udp.c
272
printf(" %u", (u_int32_t)ntohl(rr->rr_srcid));
usr.sbin/tcpdump/print-udp.c
273
ts = (double)((u_int32_t)ntohl(rr->rr_lsr)) / 65536.;
usr.sbin/tcpdump/print-udp.c
274
dts = (double)((u_int32_t)ntohl(rr->rr_dlsr)) / 65536.;
usr.sbin/tcpdump/print-udp.c
276
(u_int32_t)ntohl(rr->rr_nl) & 0x00ffffff,
usr.sbin/tcpdump/print-udp.c
277
(u_int32_t)ntohl(rr->rr_ls),
usr.sbin/tcpdump/print-udp.c
278
(u_int32_t)ntohl(rr->rr_dv), ts, dts);
usr.sbin/tcpdump/print-udp.c
446
direction = (enum msg_type)ntohl(rp->rm_direction);
usr.sbin/tcpdump/print-udp.c
492
direction = (enum msg_type)ntohl(rp->rm_direction);
usr.sbin/tcpdump/print-vqp.c
230
printf(" xid:0x%08x", ntohl(p->xid));
usr.sbin/tcpdump/print-wb.c
187
(u_int32_t)ntohl(id->pi_ps.slot),
usr.sbin/tcpdump/print-wb.c
189
(u_int32_t)ntohl(id->pi_ps.page.p_uid),
usr.sbin/tcpdump/print-wb.c
190
(u_int32_t)ntohl(id->pi_mslot),
usr.sbin/tcpdump/print-wb.c
192
(u_int32_t)ntohl(id->pi_mpage.p_uid));
usr.sbin/tcpdump/print-wb.c
207
c, ipaddr_string(&io->id), (u_int32_t)ntohl(io->off));
usr.sbin/tcpdump/print-wb.c
227
(u_int32_t)ntohl(rreq->pr_page.p_uid),
usr.sbin/tcpdump/print-wb.c
228
(u_int32_t)ntohl(rreq->pr_sseq),
usr.sbin/tcpdump/print-wb.c
229
(u_int32_t)ntohl(rreq->pr_eseq));
usr.sbin/tcpdump/print-wb.c
241
(u_int32_t)ntohl(preq->pp_low),
usr.sbin/tcpdump/print-wb.c
243
(u_int32_t)ntohl(preq->pp_page.p_uid));
usr.sbin/tcpdump/print-wb.c
258
n = ntohl(prep->pp_n);
usr.sbin/tcpdump/print-wb.c
265
(u_int32_t)ntohl(ps->slot),
usr.sbin/tcpdump/print-wb.c
267
(u_int32_t)ntohl(ps->page.p_uid));
usr.sbin/tcpdump/print-wb.c
271
(u_int32_t)ntohl(io->off));
usr.sbin/tcpdump/print-wb.c
312
int ts = ntohl(dh->dh_ts);
usr.sbin/tcpdump/print-wb.c
345
(u_int32_t)ntohl(dop->pd_page.p_uid),
usr.sbin/tcpdump/print-wb.c
346
(u_int32_t)ntohl(dop->pd_sseq),
usr.sbin/tcpdump/print-wb.c
347
(u_int32_t)ntohl(dop->pd_eseq));
usr.sbin/tcpdump/print-wb.c
351
ntohl(dop->pd_sseq), ntohl(dop->pd_eseq)));
usr.sbin/tcpdump/print-wb.c
365
(u_int32_t)ntohl(dop->pd_page.p_uid),
usr.sbin/tcpdump/print-wb.c
366
(u_int32_t)ntohl(dop->pd_sseq),
usr.sbin/tcpdump/print-wb.c
367
(u_int32_t)ntohl(dop->pd_eseq));
usr.sbin/tcpdump/print-wb.c
371
ntohl(dop->pd_sseq), ntohl(dop->pd_eseq)));
usr.sbin/traceroute/traceroute.c
726
(ntohl(from4.sin_addr.s_addr) & 0xff000000U) ==
usr.sbin/traceroute/traceroute.c
727
0x7f000000U && (ntohl(to4.sin_addr.s_addr) &
usr.sbin/trpt/trpt.c
265
ntime = ntohl(td->td_time);
usr.sbin/trpt/trpt.c
276
ntime = ntohl(td->td_time);
usr.sbin/unbound/dnstap/dtstream.c
1112
dtio->read_frame.frame_len = ntohl(dtio->read_frame.frame_len);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1075
data->len = (size_t)(ntohl(l));
usr.sbin/unbound/sldns/sbuffer.h
49
return ntohl(*(const uint32_t *) src);
usr.sbin/unbound/validator/val_sigcrypt.c
1424
expi = ntohl(expi);
usr.sbin/unbound/validator/val_sigcrypt.c
1425
incep = ntohl(incep);
usr.sbin/unbound/validator/val_sigcrypt.c
1499
expi = ntohl(expi);
usr.sbin/unbound/validator/val_sigcrypt.c
1500
incep = ntohl(incep);
usr.sbin/unbound/validator/val_sigcrypt.c
1501
origttl = ntohl(origttl);
usr.sbin/vmd/dhcp.c
209
ltime = ntohl(0xffffffff);
usr.sbin/ypserv/ypserv/acl.c
283
if (ntohl(addr.s_addr) < 0xc0000000)
usr.sbin/ypserv/ypserv/acl.c
285
if (ntohl(addr.s_addr) < 0x80000000)