Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/netmap/
HDpkt_hash.h54 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-11-stable/sbin/pfctl/
HDpfctl.h94 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
HDpfctl.c781 HTONL(psk.psk_pfcmp.creatorid); in pfctl_id_kill_states()
1906 HTONL(hostid); in pfctl_set_hostid()
HDparse.y3938 HTONL($$->key32[0]);
3939 HTONL($$->key32[1]);
3940 HTONL($$->key32[2]);
3941 HTONL($$->key32[3]);
/freebsd-11-stable/contrib/tcpdump/
HDnetdissect.h276 #define HTONL(x) (x) = htonl(x) macro
/freebsd-11-stable/sys/net/
HDpfvar.h114 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro