Searched defs:NTOHL (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/tools/tools/netmap/
H A Dpkt_hash.h59 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-13-stable/contrib/libpcap/
H A Dnametoaddr.c147 #define NTOHL(x) (x) = ntohl(x) macro
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect.h274 #define NTOHL(x) (x) = ntohl(x) macro
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h307 #define NTOHL ntohl macro
/freebsd-13-stable/sys/net/
H A Dpfvar.h83 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro

Completed in 178 milliseconds