Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dxti_inet.h80 #ifndef TCP_KEEPALIVE
81 #define TCP_KEEPALIVE 0x8 /* must be same as <netinet/tcp.h> */ macro
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h108 #ifndef TCP_KEEPALIVE
109 #define TCP_KEEPALIVE 0x8 /* set keepalive timer */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2029 case TCP_KEEPALIVE: return ("TCP_KEEPALIVE"); in tcp_optname()