Home
last modified time | relevance | path

Searched refs:NTOHL (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
Dnametoaddr.c146 #ifndef NTOHL
147 #define NTOHL(x) (x) = ntohl(x) macro
168 NTOHL(hp->h_addr); in pcap_nametoaddr()
172 NTOHL(**p); in pcap_nametoaddr()
/freebsd-12-stable/tools/tools/netmap/
Dpkt_hash.h59 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-12-stable/sys/dev/ice/
Dice_dcb.c478 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_ieee_tlv()
652 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_cee_tlv()
710 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_org_tlv()
Dice_osdep.h309 #define NTOHL ntohl macro
/freebsd-12-stable/contrib/tcpdump/
Dnetdissect.h273 #ifndef NTOHL
274 #define NTOHL(x) (x) = ntohl(x) macro
Daddrtoname.c191 NTOHL(addr); in intoa()
Dprint-nfs.c485 NTOHL(len); in parsefn()
/freebsd-12-stable/contrib/mandoc/
Dconfigure314 runtest ntohl NTOHL || true
/freebsd-12-stable/sys/dev/safe/
Dsafe.c78 #define bswap32 NTOHL
/freebsd-12-stable/sys/net/
Dpfvar.h308 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro