in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c in both FreeBSD 4.3 and -current is there a missing tp = intotcpcb(inp); call? It seems from my eyes that "tp" is not initialized. --mark tinguely. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
- Re: tcp_usr_connect mark tinguely
- Re: tcp_usr_connect Dima Dorfman