Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dxti_inet.h82 #ifndef TCP_KEEPALIVE
83 #define TCP_KEEPALIVE 0x8 /* must be same as <netinet/tcp.h> */ macro
/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h107 #ifndef TCP_KEEPALIVE
108 #define TCP_KEEPALIVE 0x8 /* set keepalive timer */ macro
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1930 case TCP_KEEPALIVE: return ("TCP_KEEPALIVE"); in tcp_optname()