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

/freebsd-10.2-release/contrib/libpcap/
H A Dnametoaddr.c89 #ifndef NTOHL
90 #define NTOHL(x) (x) = ntohl(x) macro
112 NTOHL(hp->h_addr);
116 NTOHL(**p);
/freebsd-10.2-release/contrib/tcpdump/
H A Dinterface.h88 #ifndef NTOHL
89 #define NTOHL(x) (x) = ntohl(x) macro
H A Dnetdissect.h213 #ifndef NTOHL
214 #define NTOHL(x) (x) = ntohl(x) macro
H A Daddrtoname.c182 NTOHL(addr);
H A Dprint-nfs.c470 NTOHL(len);
/freebsd-10.2-release/sys/net/
H A Dpfvar.h111 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro
/freebsd-10.2-release/sys/dev/safe/
H A Dsafe.c76 #define bswap32 NTOHL

Completed in 51 milliseconds