Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dnametoaddr.c147 #ifndef NTOHL
148 #define NTOHL(x) (x) = ntohl(x) macro
185 NTOHL(hp->h_addr); in pcap_nametoaddr()
189 NTOHL(**p); in pcap_nametoaddr()
/freebsd/tools/tools/netmap/
H A Dpkt_hash.h58 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h310 #define NTOHL ntohl macro
H A Dice_dcb.c480 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_ieee_tlv()
654 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_cee_tlv()
712 ouisubtype = NTOHL(tlv->ouisubtype); in ice_parse_org_tlv()
/freebsd/contrib/mandoc/
H A Dconfigure317 runtest ntohl NTOHL || true
/freebsd/sys/dev/safe/
H A Dsafe.c75 #define bswap32 NTOHL
/freebsd/sys/net/
H A Dpfvar.h354 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro