Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c72 static int tcp_close(sock_lower_handle_t, int, cred_t *);
91 tcp_close,
725 tcp_close(sock_lower_handle_t proto_handle, int flags, cred_t *cr) in tcp_close() function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c297 static int tcp_close(int);
404 isp->close[TRANSPORT_LVL] = tcp_close; in tcp_socket_init()
879 tcp_close(int sock_id) in tcp_close() function