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

/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c3719 int error, set_opt; local
3747 set_opt = 0;
3752 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
3766 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
3773 set_opt = SCTP_PCB_FLAGS_EXPLICIT_EOR;
3776 set_opt = SCTP_PCB_FLAGS_EXT_RCVINFO;
3780 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
3787 set_opt = SCTP_PCB_FLAGS_NODELAY;
3795 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
3805 sctp_feature_on(inp, set_opt);
[all...]

Completed in 113 milliseconds