Searched refs:ntohl (Results 226 - 250 of 428) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c585 ntohl(tcp->th_seq), ntohl(tcp->th_ack),
642 ntohl(tcp->th_seq), ntohl(tcp->th_ack),
1101 ntohl(((struct ip6_frag *)ulp)->ip6f_ident);
1182 args->f_id.flow_id6 = ntohl(ip6->ip6_flow);
1232 args->f_id.src_ip = ntohl(src_ip.s_addr);
1233 args->f_id.dst_ip = ntohl(dst_ip.s_addr);
2281 !IN_MULTICAST(ntohl(dst_ip.s_addr))) {
H A Dip_fw_table.c632 ent->masklen = 33 - ffs(ntohl(n->mask.sin_addr.s_addr));
697 xent->masklen = 33 - ffs(ntohl(n->mask.sin_addr.s_addr));
/freebsd-9.3-release/sbin/routed/
H A Dtable.c298 dst = ntohl(dst);
895 mask = ntohl(S_ADDR(INFO_MASK(info)));
1121 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info)))))
1251 ? ntohl(S_ADDR(INFO_MASK(&info)))
1259 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info))))) {
1432 && ntohl(RT->rt_dst) == RT->rt_gate)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dssu.c265 l = ntohl(tcpaddr->type.in.s_addr);
317 l = ntohl(tcpaddr->type.in.s_addr);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c176 len = ntohl(len);
265 block_write(fd, buf, ntohl(bytes));
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c176 len = ntohl(len);
265 block_write(fd, buf, ntohl(bytes));
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwcrom.c219 *bp++ = ntohl(textleaf->text[i]);
473 tl->text[i] = ntohl(*p++);
/freebsd-9.3-release/sys/dev/nxge/
H A Dxge-osdep.h100 #define xge_os_ntohl ntohl
269 #define xge_os_ntohl ntohl
/freebsd-9.3-release/sys/geom/uncompress/
H A Dg_uncompress.c531 sc->blksz = ntohl(header->blksz);
532 sc->nblocks = ntohl(header->nblocks);
/freebsd-9.3-release/sys/geom/uzip/
H A Dg_uzip.c415 sc->blksz = ntohl(header->blksz);
416 sc->nblocks = ntohl(header->nblocks);
/freebsd-9.3-release/sys/net/
H A Dif_arcsubr.c132 adst = ntohl(SIN(dst)->sin_addr.s_addr) & 0xFF;
787 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
/freebsd-9.3-release/sys/netinet/
H A Dtcp_sack.c374 sack.start = ntohl(sack.start);
375 sack.end = ntohl(sack.end);
H A Din_rmx.c93 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
H A Din_var.h89 ((ntohl((in).s_addr) & ~((struct in_ifaddr *)(ifa)->ia_subnetmask))
/freebsd-9.3-release/sys/netinet6/
H A Dfrag6.c300 (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK;
397 ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK;
/freebsd-9.3-release/sys/netipsec/
H A Dkey_debug.c326 (u_int32_t)ntohl(sa->sadb_sa_spi), sa->sadb_sa_replay,
589 (u_int32_t)ntohl(sav->spi), sav->flags);
/freebsd-9.3-release/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c185 ngroupbase = ntohl(basegroup.sin.sin_addr.s_addr) + 1; /* XXX */
506 ngroupbase = ntohl(basegroup.sin.sin_addr.s_addr);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h219 #define NTOHL(x) (x) = ntohl((__uint32_t)(x))
392 (a)->addr32[0] = htonl(ntohl((a)->addr32[0]) + 1); \
1011 (d)->seqlo = ntohl((s)->seqlo); \
1012 (d)->seqhi = ntohl((s)->seqhi); \
1013 (d)->seqdiff = ntohl((s)->seqdiff); \
1023 (d)->scrub->pfss_ts_mod = ntohl((s)->scrub.pfss_ts_mod);\
1036 d = ntohl(s[0]); \
1038 d += ntohl(s[1]); \
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dwks_11.c279 a = ntohl(wks->in_addr.s_addr);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h415 /// uint32_t ntohl(uint32_t netlong);
416 ntohl, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/lib/libc/net/
H A Dgetnameinfo.c182 ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
/freebsd-9.3-release/lib/libncp/
H A Dipx.c82 fprintf(file, "%08X", (u_int32_t)ntohl(net));
/freebsd-9.3-release/sbin/dhclient/
H A Dparse.c227 *timep = ntohl(*timep); /* XXX */
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c132 ipn->in_nip = ntohl(nat->nat_outip.s_addr);
H A Dip_raudio_pxy.c228 seq = ntohl(tcp->th_seq);

Completed in 251 milliseconds

1234567891011>>