Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c649 { SCTP_AUTOCLOSE, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
840 case SCTP_AUTOCLOSE: in sctp_get_opt()
1164 case SCTP_AUTOCLOSE: in sctp_set_opt()
/titanic_41/usr/src/uts/common/netinet/
H A Dsctp.h51 #define SCTP_AUTOCLOSE 5 macro
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1963 case SCTP_AUTOCLOSE: return ("SCTP_AUTOCLOSE"); in sctp_optname()