Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp.h522 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro
533 SCTP_PCB_FLAGS_WAKEINPUT|\
540 SCTP_PCB_FLAGS_WAKEINPUT|\
Dsctp_constants.h1097 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1107 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1118 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
Dsctp_usrreq.c7542 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
7543 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctp_pcb.c3841 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctputil.c536 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()