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

/external/qemu/slirp/
H A Dip.h40 # ifndef NTOHS
41 # define NTOHS(d) macro
53 # ifndef NTOHS
54 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
H A Dip_input.c117 NTOHS(ip->ip_len);
122 NTOHS(ip->ip_id);
123 NTOHS(ip->ip_off);
H A Dtcp_input.c352 NTOHS(ti->ti_win);
353 NTOHS(ti->ti_urp);
1528 NTOHS(mss);
/external/qemu/slirp-android/
H A Dip.h42 # ifndef NTOHS
43 # define NTOHS(d) macro
55 # ifndef NTOHS
56 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
H A Dip_input.c117 NTOHS(ip->ip_len);
122 NTOHS(ip->ip_id);
123 NTOHS(ip->ip_off);
H A Dtcp_input.c352 NTOHS(ti->ti_win);
353 NTOHS(ti->ti_urp);
1534 NTOHS(mss);
/external/libpcap/
H A Dnametoaddr.c89 #define NTOHS(x) (x) = ntohs(x) macro
/external/tcpdump/
H A Daddrtoname.c597 NTOHS(port);
719 NTOHS(port);
H A Dinterface.h99 #define NTOHS(x) (x) = ntohs(x) macro
H A Dnetdissect.h227 #define NTOHS(x) (x) = ntohs(x) macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c6307 NTOHS(ip->ip_len);

Completed in 179 milliseconds