tcp_shutdown
if (tcp_shutdown(sock_id) < 0)
extern int tcp_shutdown(int);
static int tcp_shutdown(sock_lower_handle_t, int, cred_t *);
tcp_shutdown,