Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_usrreq.c3722 int error, set_opt; local
3750 set_opt = 0;
3755 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
3769 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
3776 set_opt = SCTP_PCB_FLAGS_EXPLICIT_EOR;
3779 set_opt = SCTP_PCB_FLAGS_EXT_RCVINFO;
3783 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
3790 set_opt = SCTP_PCB_FLAGS_NODELAY;
3798 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
3808 sctp_feature_on(inp, set_opt);
[all …]