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

  /src/sys/netinet/
sctp_asconf.c 1606 (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0) {
1762 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {
1835 if ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0) {
2536 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) &&
2562 SCTP_PCB_FLAGS_DO_ASCONF) == 0) {
2848 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {
sctp_pcb.h 71 #define SCTP_PCB_FLAGS_DO_ASCONF 0x00000020
sctp_pcb.c 1831 SCTP_PCB_FLAGS_DO_ASCONF);
1906 inp->sctp_flags |= SCTP_PCB_FLAGS_DO_ASCONF;
3660 ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0)) {
3701 ((inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) == 0)) {
sctp_input.c 2195 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) &&
sctp_usrreq.c 1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {
sctp_output.c 632 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {
1301 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {

Completed in 69 milliseconds