Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c92 tcp_shutdown(int arg) in tcp_shutdown() function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h302 extern int tcp_shutdown(int);
H A Dtcp.c822 tcp_shutdown(int sock_id) in tcp_shutdown() function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c68 static int tcp_shutdown(sock_lower_handle_t, int, cred_t *);
88 tcp_shutdown,
571 tcp_shutdown(sock_lower_handle_t proto_handle, int how, cred_t *cr) in tcp_shutdown() function
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c457 if (tcp_shutdown(sock_id) < 0) in shutdown()