Lines Matching refs:sctp_flags
531 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
615 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) ||
616 (inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE))
700 if (inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
816 if (inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) {
933 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
950 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
985 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) {
1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) {
1104 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1114 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)
1128 if (inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)
1162 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
1163 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1167 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1177 if ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
1178 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE)) {
1234 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
1240 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) &&
1255 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1316 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
1317 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
1360 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NO_FRAGMENT;
1363 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4;
1366 optval = inp->sctp_flags & SCTP_PCB_FLAGS_AUTO_ASCONF;
1369 optval = inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY;
1372 if ((inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE) ==
1535 if (((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
1536 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) ||
1537 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1560 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
1630 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVDATAIOEVNT)
1633 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVASSOCEVNT)
1636 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVPADDREVNT)
1639 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVSENDFAILEVNT)
1642 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVPEERERR)
1645 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT)
1648 if (inp->sctp_flags & SCTP_PCB_FLAGS_PDAPIEVNT)
1651 if (inp->sctp_flags & SCTP_PCB_FLAGS_ADAPTIONEVNT)
1654 if (inp->sctp_flags & SCTP_PCB_FLAGS_STREAM_RESETEVNT)
1730 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1751 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) ||
1787 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1808 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) ||
1826 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NEEDS_MAPPED_V4) &&
1871 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1888 if ( (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
1933 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1958 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2043 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2115 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2191 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2227 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2274 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2331 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2421 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2442 inp->sctp_flags |= set_opt;
2444 inp->sctp_flags &= ~set_opt;
2491 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2577 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2628 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
2676 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVDATAIOEVNT;
2678 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVDATAIOEVNT;
2682 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVASSOCEVNT;
2684 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVASSOCEVNT;
2688 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVPADDREVNT;
2690 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVPADDREVNT;
2694 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
2696 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
2700 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVPEERERR;
2702 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVPEERERR;
2706 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT;
2708 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT;
2712 inp->sctp_flags |= SCTP_PCB_FLAGS_PDAPIEVNT;
2714 inp->sctp_flags &= ~SCTP_PCB_FLAGS_PDAPIEVNT;
2718 inp->sctp_flags |= SCTP_PCB_FLAGS_ADAPTIONEVNT;
2720 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ADAPTIONEVNT;
2724 inp->sctp_flags |= SCTP_PCB_FLAGS_STREAM_RESETEVNT;
2726 inp->sctp_flags &= ~SCTP_PCB_FLAGS_STREAM_RESETEVNT;
2768 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2808 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2828 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2934 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2967 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
3042 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
3105 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
3130 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3148 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
3195 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3330 if ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
3331 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE)) {
3338 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) &&
3350 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
3367 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
3368 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
3374 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
3402 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
3403 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
3454 if ((flags & MSG_EOR) && ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0)
3455 && ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3482 if (((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0)
3483 && ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3494 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVDATAIOEVNT) {
3525 if ((( sq ) && (flags & MSG_EOR) && ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0))
3526 && ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3538 if (((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0)
3539 && ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3580 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
3581 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
3586 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
3598 if (inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) {
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;
3678 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) {
3679 inp->sctp_flags &= ~SCTP_PCB_FLAGS_DONT_WAKE;
3680 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) {
3681 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT;
3685 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
3686 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
3717 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3718 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
3787 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {