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

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

Completed in 221 milliseconds