Home
last modified time | relevance | path

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

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