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

/freebsd-9.3-release/contrib/tcpdump/
H A Dinterface.h92 #define HTONS(x) (x) = htons(x) macro
H A Dnetdissect.h217 #define HTONS(x) (x) = htons(x) macro
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c4127 HTONS(h->ip_len);
4128 HTONS(h->ip_off);
4164 HTONS(h->ip_len);
4165 HTONS(h->ip_off);
H A Dpfvar.h218 #define HTONS(x) (x) = htons((__uint16_t)(x)) macro
H A Dpf.c2468 HTONS(mss);
6064 HTONS(ip->ip_len);
6065 HTONS(ip->ip_off);

Completed in 165 milliseconds