Searched refs:NTOHS (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.h51 #define NTOHS(n) (((((unsigned short)(n) & 0xFF)) << 8) | \ macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_osfp.c161 NTOHS(fp.fp_mss);
167 NTOHS(fp.fp_wscale);
H A Dpf.c2780 NTOHS(a1);
2781 NTOHS(a2);
2782 NTOHS(p);
3138 NTOHS(mss);
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c148 #define NTOHS(x) (x) = ntohs(x) macro
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c639 NTOHS(port);
770 NTOHS(port);
H A Dnetdissect.h275 #define NTOHS(x) (x) = ntohs(x) macro
/freebsd-11-stable/sys/net/
H A Dpfvar.h117 #define NTOHS(x) (x) = ntohs((__uint16_t)(x)) macro

Completed in 150 milliseconds