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

1234567891011>>

/freebsd-10.0-release/sys/netinet/
H A Dip_carp.c358 ntohl(in.s_addr) > ntohl(last.s_addr) &&
359 ntohl(in.s_addr) < ntohl(cur.s_addr)) {
622 tmp_counter = ntohl(ch->carp_counter[0]);
624 tmp_counter += ntohl(ch->carp_counter[1]);
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.h91 ((ntohl((in).s_addr) & ~((struct in_ifaddr *)(ifa)->ia_subnetmask))
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipfstat.c2093 if (ntohl(ap->st_src.in4.s_addr) ==
2094 ntohl(bp->st_src.in4.s_addr))
2096 else if (ntohl(ap->st_src.in4.s_addr) >
2097 ntohl(bp->st_src.in4.s_addr))
2133 if (ntohl(ap->st_dst.in4.s_addr) ==
2134 ntohl(bp->st_dst.in4.s_addr))
2136 else if (ntohl(ap->st_dst.in4.s_addr) >
2137 ntohl(bp->st_dst.in4.s_addr))
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_peer.c465 if (IN_CLASSD(ntohl(((struct sockaddr_in*)srcadr)->sin_addr.s_addr)))
481 if (IN_CLASSD(ntohl(((struct sockaddr_in*)srcadr)->sin_addr.s_addr)))
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c170 len = ntohl(len);
259 block_write(fd, buf, ntohl(bytes));
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c170 len = ntohl(len);
259 block_write(fd, buf, ntohl(bytes));
/freebsd-10.0-release/sys/dev/firewire/
H A Dfwcrom.c219 *bp++ = ntohl(textleaf->text[i]);
473 tl->text[i] = ntohl(*p++);
/freebsd-10.0-release/sys/dev/nxge/
H A Dxge-osdep.h100 #define xge_os_ntohl ntohl
269 #define xge_os_ntohl ntohl
/freebsd-10.0-release/sys/geom/uncompress/
H A Dg_uncompress.c531 sc->blksz = ntohl(header->blksz);
532 sc->nblocks = ntohl(header->nblocks);
/freebsd-10.0-release/sys/geom/uzip/
H A Dg_uzip.c415 sc->blksz = ntohl(header->blksz);
416 sc->nblocks = ntohl(header->nblocks);
/freebsd-10.0-release/sys/net/
H A Dif_arcsubr.c132 adst = ntohl(SIN(dst)->sin_addr.s_addr) & 0xFF;
786 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h391 /// uint32_t ntohl(uint32_t netlong);
392 ntohl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/ntp/include/
H A Dl_stdlib.h388 extern u_int32 ntohl P((u_int32));
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c844 (long int)ntohl(rpkt->exten[0]), (long int)sys_authkey,
848 if (has_mac && ntohl(rpkt->exten[0]) == sys_authkey &&
866 server->rootdelay = ntohl(rpkt->rootdelay);
867 server->rootdispersion = ntohl(rpkt->rootdispersion);
H A Dntptime_config.c244 if (IN_CLASSD(ntohl(peeraddr.sin_addr.s_addr))
H A Dntptimeset.c1044 (long int)ntohl(rpkt->exten[0]), (long int)sys_authkey,
1048 if (has_mac && ntohl(rpkt->exten[0]) == sys_authkey &&
1066 server->rootdelay = ntohl(rpkt->rootdelay);
1067 server->rootdispersion = ntohl(rpkt->rootdispersion);
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius_das.c202 u32 timestamp = ntohl(val);
/freebsd-10.0-release/lib/libc/net/
H A Dgetnameinfo.c182 ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
/freebsd-10.0-release/sbin/dhclient/
H A Dparse.c227 *timep = ntohl(*timep); /* XXX */
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c239 seq = ntohl(tcp->th_seq);

Completed in 272 milliseconds

1234567891011>>