HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_AUTO_ASCONF (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 72 #define SCTP_PCB_FLAGS_AUTO_ASCONF 0x00000040
sctp_pcb.c 1834 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF;
1836 inp->sctp_flags |= SCTP_PCB_FLAGS_AUTO_ASCONF;
1897 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF;
1901 inp->sctp_flags &= ~SCTP_PCB_FLAGS_AUTO_ASCONF;
1903 inp->sctp_flags |= SCTP_PCB_FLAGS_AUTO_ASCONF;
sctp_usrreq.c 1366 optval = inp->sctp_flags & SCTP_PCB_FLAGS_AUTO_ASCONF;
2417 set_opt = SCTP_PCB_FLAGS_AUTO_ASCONF;
sctp_asconf.c 1945 if (inp->sctp_flags & SCTP_PCB_FLAGS_AUTO_ASCONF) {

Completed in 29 milliseconds