Home
last modified time | relevance | path

Searched refs:HTONL (Results 1 – 7 of 7) 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/
Dnetdissect.h189 #define HTONL(x) (x) = htonl(x) macro
Dinterface.h106 #define HTONL(x) (x) = htonl(x) macro
/external/webkit/Source/WebCore/
DChangeLog-2010-12-068027 … [BREWMP] Replace HTONL, HTONS, NTOHL and NTOHS with byte order conversion functions from AEEstd.h
8030HTONL, HTONS, NTOHL and NTOHS macros are prohibited in Mod1. Use byte order conversion functions p…
86556 … In BREWMP, AEEStdLib.h provides macros for byte order conversion: HTONL, HTONS, NTOHL and NTOHS.