Lines Matching refs:tmpso
786 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()
1149 (tmpso->so_tcpcb->t_state & (TCPS_TIME_WAIT|TCPS_LAST_ACK)) in tcp_ctl()