Searched refs:HTONS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.h49 #define HTONS(n) (((((unsigned short)(n) & 0xFF)) << 8) | \ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect.h277 #define HTONS(x) (x) = htons(x) macro
/freebsd-11-stable/sys/net/
H A Dpfvar.h115 #define HTONS(x) (x) = htons((__uint16_t)(x)) macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2460 HTONS(mss);

Completed in 115 milliseconds