Home
last modified time | relevance | path

Searched refs:TCP_LINGER2 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp.h124 #define TCP_LINGER2 0x1C macro
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c140 { TCP_LINGER2, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
446 case TCP_LINGER2: in tcp_opt_get()
927 case TCP_LINGER2: in tcp_opt_set()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1945 case TCP_LINGER2: return ("TCP_LINGER2"); in tcp_optname()