Home
last modified time | relevance | path

Searched refs:tmpso (Results 1 – 2 of 2) sorted by relevance

/external/qemu/slirp-android/
Dtcp_subr.c786 struct socket *tmpso; in tcp_emu() local
797 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) { in tcp_emu()
798 if (tmpso->so_laddr_ip == so->so_laddr_ip && in tcp_emu()
799 tmpso->so_laddr_port == n2 && in tcp_emu()
800 tmpso->so_faddr_ip == so->so_faddr_ip && in tcp_emu()
801 tmpso->so_faddr_port == n1) { in tcp_emu()
802 if (socket_get_address(tmpso->s, &addr) == 0) in tcp_emu()
1146 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) { in tcp_ctl()
1147 if (tmpso->so_emu == EMU_CTL && in tcp_ctl()
1148 !(tmpso->so_tcpcb? in tcp_ctl()
[all …]
/external/qemu/slirp/
Dtcp_subr.c631 struct socket *tmpso; in tcp_emu() local
645 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) { in tcp_emu()
646 if (tmpso->so_laddr.s_addr == so->so_laddr.s_addr && in tcp_emu()
647 tmpso->so_lport == n2 && in tcp_emu()
648 tmpso->so_faddr.s_addr == so->so_faddr.s_addr && in tcp_emu()
649 tmpso->so_fport == n1) { in tcp_emu()
650 if (getsockname(tmpso->s, in tcp_emu()
1292 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) { in tcp_ctl()
1293 if (tmpso->so_emu == EMU_CTL && in tcp_ctl()
1294 !(tmpso->so_tcpcb? in tcp_ctl()
[all …]