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

/freebsd-current/tools/tools/netmap/
H A Dpkt_hash.h53 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-current/sbin/pfctl/
H A Dpfctl.h97 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
/freebsd-current/sys/dev/ice/
H A Dice_osdep.h312 #define HTONL htonl macro
/freebsd-current/sys/net/
H A Dpfvar.h335 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro

Completed in 91 milliseconds