Home
last modified time | relevance | path

Searched refs:HTONS (Results 1 – 9 of 9) sorted by relevance

/external/qemu/slirp/
Dip.h46 # ifndef HTONS
47 # define HTONS(d) macro
59 # ifndef HTONS
60 # define HTONS(d) ((d) = htons((u_int16_t)(d))) macro
Dip_icmp.c274 HTONS(icp->icmp_ip.ip_len); in icmp_error()
275 HTONS(icp->icmp_ip.ip_id); in icmp_error()
276 HTONS(icp->icmp_ip.ip_off); in icmp_error()
Dtcp_subr.c642 HTONS(n1); in tcp_emu()
643 HTONS(n2); in tcp_emu()
Dtcp_input.c683 HTONS(ti->ti_win); in tcp_input()
684 HTONS(ti->ti_urp); in tcp_input()
/external/qemu/slirp-android/
Dip.h48 # ifndef HTONS
49 # define HTONS(d) macro
61 # ifndef HTONS
62 # define HTONS(d) ((d) = htons((u_int16_t)(d))) macro
Dip_icmp.c276 HTONS(icp->icmp_ip.ip_len); in icmp_error()
277 HTONS(icp->icmp_ip.ip_id); in icmp_error()
278 HTONS(icp->icmp_ip.ip_off); in icmp_error()
Dtcp_input.c689 HTONS(ti->ti_win); in tcp_input()
690 HTONS(ti->ti_urp); in tcp_input()
/external/tcpdump/
Dnetdissect.h190 #define HTONS(x) (x) = htons(x) macro
Dinterface.h107 #define HTONS(x) (x) = htons(x) macro