Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h131 #define TCP_KEEPINTVL 0x24 macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c127 { TCP_KEEPINTVL, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
428 case TCP_KEEPINTVL: in tcp_opt_get()
791 case TCP_KEEPINTVL: in tcp_opt_set()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1949 case TCP_KEEPINTVL: return ("TCP_KEEPINTVL"); in tcp_optname()