Home
last modified time | relevance | path

Searched defs:NTOHS (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dpkt_hash.h50 #define NTOHS(n) (((((unsigned short)(n) & 0xFF)) << 8) | \ macro
/freebsd/contrib/libpcap/
H A Dnametoaddr.c149 #define NTOHS(x) (x) = ntohs(x) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h309 #define NTOHS ntohs macro
/freebsd/sys/net/
H A Dpfvar.h338 #define NTOHS(x) (x) = ntohs((__uint16_t)(x)) macro