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

/freebsd-13-stable/tools/tools/netmap/
H A Dpkt_hash.h54 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl.h96 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect.h276 #define HTONL(x) (x) = htonl(x) macro
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h309 #define HTONL htonl macro
/freebsd-13-stable/sys/net/
H A Dpfvar.h81 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro

Completed in 117 milliseconds