Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h576 #define TCP_IOC_ABORT_CONN (('T' << 8) + 91) macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c161 *((uint32_t *)mp->b_rptr) = TCP_IOC_ABORT_CONN; in tcp_ioctl_abort_build_msg()
H A Dtcp_socket.c687 case TCP_IOC_ABORT_CONN: in tcp_ioctl()
H A Dtcp_output.c176 case TCP_IOC_ABORT_CONN: in tcp_wput()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c3183 ioc.ic_cmd = TCP_IOC_ABORT_CONN; in tcp_abort_conn()