Home
last modified time | relevance | path

Searched refs:NTOHS (Results 1 – 11 of 11) sorted by relevance

/external/qemu/slirp-android/
Dip.h42 # ifndef NTOHS
43 # define NTOHS(d) macro
55 # ifndef NTOHS
56 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
Dip_input.c117 NTOHS(ip->ip_len); in ip_input()
122 NTOHS(ip->ip_id); in ip_input()
123 NTOHS(ip->ip_off); in ip_input()
Dtcp_input.c352 NTOHS(ti->ti_win); in tcp_input()
353 NTOHS(ti->ti_urp); in tcp_input()
1534 NTOHS(mss); in tcp_dooptions()
/external/qemu/slirp/
Dip.h40 # ifndef NTOHS
41 # define NTOHS(d) macro
53 # ifndef NTOHS
54 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
Dip_input.c117 NTOHS(ip->ip_len); in ip_input()
122 NTOHS(ip->ip_id); in ip_input()
123 NTOHS(ip->ip_off); in ip_input()
Dtcp_input.c352 NTOHS(ti->ti_win); in tcp_input()
353 NTOHS(ti->ti_urp); in tcp_input()
1528 NTOHS(mss); in tcp_dooptions()
/external/libpcap/
Dnametoaddr.c91 #define NTOHS(x) (x) = ntohs(x) macro
/external/tcpdump/
Daddrtoname.c555 NTOHS(port); in etherproto_string()
677 NTOHS(port); in ipxsap_string()
Dnetdissect.h188 #define NTOHS(x) (x) = ntohs(x) macro
Dinterface.h105 #define NTOHS(x) (x) = ntohs(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
8030 …HTONL, 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.