Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dip.h43 # ifndef HTONL
44 # define HTONL(d) macro
56 # ifndef HTONL
57 # define HTONL(d) ((d) = htonl((d))) macro
Dtcp_input.c681 HTONL(ti->ti_seq); /* restore tcp header */ in tcp_input()
682 HTONL(ti->ti_ack); in tcp_input()
/external/qemu/slirp-android/
Dip.h45 # ifndef HTONL
46 # define HTONL(d) macro
58 # ifndef HTONL
59 # define HTONL(d) ((d) = htonl((d))) macro
Dtcp_input.c687 HTONL(ti->ti_seq); /* restore tcp header */ in tcp_input()
688 HTONL(ti->ti_ack); in tcp_input()
/external/tcpdump/
Dinterface.h100 #define HTONL(x) (x) = htonl(x) macro
Dnetdissect.h228 #define HTONL(x) (x) = htonl(x) macro