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

  /src/sys/netinet/
sctp_input.c 111 if (((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) == 0) ||
1179 (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING))) {
1303 !(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
1616 !(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
1630 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
3479 if (((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) == 0) ||
3485 } else if (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) {
sctp_pcb.h 69 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008
sctp_usrreq.c 3607 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;
3609 if (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) {
3614 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;
sctp_pcb.c 513 if (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) {
sctp_output.c 7112 (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
9822 (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {

Completed in 61 milliseconds