Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c92 tcp_shutdown(int arg) in tcp_shutdown() function
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h302 extern int tcp_shutdown(int);
H A Dtcp.c823 tcp_shutdown(int sock_id) in tcp_shutdown() function
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c67 static int tcp_shutdown(sock_lower_handle_t, int, cred_t *);
87 tcp_shutdown,
564 tcp_shutdown(sock_lower_handle_t proto_handle, int how, cred_t *cr) in tcp_shutdown() function
/titanic_44/usr/src/stand/lib/sock/
H A Dsocket.c458 if (tcp_shutdown(sock_id) < 0) in shutdown()