Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dnametoaddr.c52 #ifndef NTOHL
53 #define NTOHL(x) (x) = ntohl(x) macro
75 NTOHL(hp->h_addr); in pcap_nametoaddr()
79 NTOHL(**p); in pcap_nametoaddr()
/openbsd/usr.sbin/trpt/
H A Dtrpt.c348 NTOHL(seq); in tcp_trace()
349 NTOHL(ack); in tcp_trace()
/openbsd/usr.sbin/tcpdump/
H A Dinterface.h118 #ifndef NTOHL
119 #define NTOHL(x) (x) = ntohl(x) macro
H A Daddrtoname.c119 NTOHL(addr); in intoa()
H A Dprint-nfs.c371 NTOHL(len); in parsefn()
/openbsd/sys/sys/
H A Dendian.h102 #define NTOHL(x) (x) = ntohl((u_int32_t)(x)) macro