Searched refs:NTOHL (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.h59 #define NTOHL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c146 #ifndef NTOHL
147 #define NTOHL(x) (x) = ntohl(x) macro
168 NTOHL(hp->h_addr);
172 NTOHL(**p);
/freebsd-11-stable/contrib/mdocml/
H A Dconfigure227 runtest ntohl NTOHL || true
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect.h273 #ifndef NTOHL
274 #define NTOHL(x) (x) = ntohl(x) macro
H A Daddrtoname.c191 NTOHL(addr);
H A Dprint-nfs.c485 NTOHL(len);
/freebsd-11-stable/sys/net/
H A Dpfvar.h116 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c76 #define bswap32 NTOHL

Completed in 206 milliseconds