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

/freebsd-10.0-release/contrib/libpcap/
H A Dnametoaddr.c91 #define NTOHS(x) (x) = ntohs(x) macro
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_osfp.c152 NTOHS(fp.fp_mss);
158 NTOHS(fp.fp_wscale);
H A Dpf.c2494 NTOHS(a1);
2495 NTOHS(a2);
2496 NTOHS(p);
2852 NTOHS(mss);
/freebsd-10.0-release/contrib/tcpdump/
H A Dinterface.h90 #define NTOHS(x) (x) = ntohs(x) macro
H A Dnetdissect.h215 #define NTOHS(x) (x) = ntohs(x) macro
H A Daddrtoname.c593 NTOHS(port);
715 NTOHS(port);
/freebsd-10.0-release/sys/net/
H A Dpfvar.h187 #define NTOHS(x) (x) = ntohs((__uint16_t)(x)) macro

Completed in 200 milliseconds