Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_usrreq.c136 static struct tcpcb *tcp_disconnect(struct tcpcb *);
209 tp = tcp_disconnect(tp); in tcp_usr_detach()
878 tp = tcp_disconnect(tp); in tcp_usr_disconnect()
3148 tcp_disconnect(struct tcpcb *tp) in tcp_disconnect() function