Searched refs:HTONL (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.h54 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.h94 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
H A Dpfctl.c781 HTONL(psk.psk_pfcmp.creatorid);
1906 HTONL(hostid);
H A Dparse.y3938 HTONL($$->key32[0]);
3939 HTONL($$->key32[1]);
3940 HTONL($$->key32[2]);
3941 HTONL($$->key32[3]);
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect.h276 #define HTONL(x) (x) = htonl(x) macro
/freebsd-11-stable/sys/net/
H A Dpfvar.h114 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro

Completed in 222 milliseconds