HomeSort by relevance Sort by last modified time
    Searched refs:ti_dst (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
tcpip.h 48 #define ti_dst ti_i.ih_dst macro
tcp_input.c 364 (ntohl(ti->ti_dst.s_addr) & 0xff) == ex_ptr->ex_addr)
378 so->so_faddr.s_addr != ti->ti_dst.s_addr) {
380 ti->ti_dst, ti->ti_dport);
418 so->so_faddr = ti->ti_dst;
    [all...]
tcp_subr.c 75 n->ti_dst = so->so_laddr;
141 xchg(ti->ti_dst.s_addr, ti->ti_src.s_addr, u_int32_t);
    [all...]
  /external/qemu/slirp-android/
tcpip.h 52 #define ti_dst ti_i.ih_dst macro
tcp_input.c 364 (ip_geth(ti->ti_dst) & 0xff) == ex_ptr->ex_addr)
377 uint32_t dstip = ip_geth(ti->ti_dst);
423 so->so_faddr_ip = ip_geth(ti->ti_dst);
    [all...]
tcp_subr.c 77 n->ti_dst = ip_seth(so->so_laddr_ip);
143 xchg(ti->ti_dst, ti->ti_src, ipaddr_t);

Completed in 1922 milliseconds