Searched refs:tcp_close (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/servers/
H A Dls_defs.h139 int tcp_close; member in struct:__anon831
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c938 otp = tcp_close(otp);
1052 otp = tcp_close(otp);
1740 tp = tcp_close(tp);
1773 tp = tcp_close(tp);
H A Dtcp_timer.c484 tp = tcp_close(tp);
574 tp = tcp_close(tp);
1136 * detached even if tcp_close is called
H A Dtcp_output.c664 (void) tcp_close(tp);
992 (void) tcp_close(tp);
1883 (void) tcp_close(tp);
H A Dtcp_input.c2888 tp = tcp_close(tp);
2893 tp = tcp_close(tp);
3019 tp = tcp_close(tp);
3048 tp = tcp_close(tp);
3581 tp = tcp_close(tp);
4763 tcp_close(tp);
H A Dtcp_var.h1011 tcp_close(struct tcpcb *);
H A Dtcp_subr.c921 return (tcp_close(tp));
964 tcp_close(tp) function
975 if ( inp->inp_ppcb == NULL) /* tcp_close was called previously, bail */

Completed in 37 milliseconds