Home
last modified time | relevance | path

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

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