HomeSort by: relevance | last modified time | path
    Searched defs:set_opt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_usrreq.c 2380 int error, *mopt, set_opt; local in function:sctp_optsset
2409 set_opt = 0;
2414 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
2417 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
2422 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
2428 set_opt = SCTP_PCB_FLAGS_NODELAY;
2431 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
2442 inp->sctp_flags |= set_opt;
2444 inp->sctp_flags &= ~set_opt;
sctp_usrreq.c 2380 int error, *mopt, set_opt; local in function:sctp_optsset
2409 set_opt = 0;
2414 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
2417 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
2422 set_opt = SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
2428 set_opt = SCTP_PCB_FLAGS_NODELAY;
2431 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;
2442 inp->sctp_flags |= set_opt;
2444 inp->sctp_flags &= ~set_opt;

Completed in 24 milliseconds