Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_usrreq.c3735 int error, set_opt; local
3763 set_opt = 0;
3768 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
3782 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
3789 set_opt = SCTP_PCB_FLAGS_EXPLICIT_EOR;
3792 set_opt = SCTP_PCB_FLAGS_EXT_RCVINFO;
3796 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
3803 set_opt = SCTP_PCB_FLAGS_NODELAY;
3811 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
3821 sctp_feature_on(inp, set_opt);
[all …]