Home
last modified time | relevance | path

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

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