Home
last modified time | relevance | path

Searched defs:NTOHL (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/tools/tools/netmap/
H A Dpkt_hash.h58 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-src/contrib/libpcap/
H A Dnametoaddr.c148 #define NTOHL(x) (x) = ntohl(x) macro
/freebsd-src/sys/dev/ice/
H A Dice_osdep.h310 #define NTOHL ntohl macro
/freebsd-src/sys/net/
H A Dpfvar.h352 #define NTOHL( global() macro