Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_usrreq.c139 static struct tcpcb *tcp_disconnect(struct tcpcb *);
235 tp = tcp_disconnect(tp); in tcp_usr_detach()
869 tp = tcp_disconnect(tp); in tcp_usr_disconnect()
3132 tcp_disconnect(struct tcpcb *tp) in tcp_disconnect() function