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

/external/qemu/slirp/
H A Dip.h37 # ifndef NTOHL
38 # define NTOHL(d) macro
50 # ifndef NTOHL
51 # define NTOHL(d) ((d) = ntohl((d))) macro
H A Dtcp_input.c350 NTOHL(ti->ti_seq);
351 NTOHL(ti->ti_ack);
1546 * NTOHL(*ts_val);
1548 * NTOHL(*ts_ecr);
/external/qemu/slirp-android/
H A Dip.h39 # ifndef NTOHL
40 # define NTOHL(d) macro
52 # ifndef NTOHL
53 # define NTOHL(d) ((d) = ntohl((d))) macro
H A Dtcp_input.c350 NTOHL(ti->ti_seq);
351 NTOHL(ti->ti_ack);
1552 * NTOHL(*ts_val);
1554 * NTOHL(*ts_ecr);
/external/libpcap/
H A Dnametoaddr.c89 #ifndef NTOHL
90 #define NTOHL(x) (x) = ntohl(x) macro
112 NTOHL(hp->h_addr);
116 NTOHL(**p);
/external/tcpdump/
H A Dinterface.h103 #ifndef NTOHL
104 #define NTOHL(x) (x) = ntohl(x) macro
H A Dnetdissect.h186 #ifndef NTOHL
187 #define NTOHL(x) (x) = ntohl(x) macro
H A Daddrtoname.c181 NTOHL(addr);
H A Dprint-nfs.c458 NTOHL(len);

Completed in 166 milliseconds