Searched refs:ti_dst (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcpip.h74 #define ti_dst ti_i.ih_dst macro
H A Dtcp_subr.c97 n->ti_dst = so->so_laddr;
158 xchg(ti->ti_dst.s_addr, ti->ti_src.s_addr, u_int32_t);
253 || tp->t_template.ti_dst.s_addr == INADDR_ANY)));
H A Dtcp_timer.c165 || tp->t_template.ti_dst.s_addr == INADDR_ANY));
H A Dtcp_input.c480 || so->so_faddr.s_addr != ti->ti_dst.s_addr)
485 ti->ti_dst, ti->ti_dport);
540 so->so_faddr = ti->ti_dst;
H A Dtcp_output.c491 || tp->t_template.ti_dst.s_addr == INADDR_ANY));
H A Dsocket.c357 || sototcpcb(so)->t_template.ti_dst.s_addr == INADDR_ANY)));

Completed in 531 milliseconds