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.c87 #ifndef NTOHL
88 #define NTOHL(x) (x) = ntohl(x) macro
110 NTOHL(hp->h_addr);
114 NTOHL(**p);
/external/tcpdump/
H A Dinterface.h97 #ifndef NTOHL
98 #define NTOHL(x) (x) = ntohl(x) macro
H A Dnetdissect.h225 #ifndef NTOHL
226 #define NTOHL(x) (x) = ntohl(x) macro
H A Daddrtoname.c180 NTOHL(addr);
H A Dprint-nfs.c486 NTOHL(len);

Completed in 3616 milliseconds