Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_CONNECTED (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c118 SCTP_PCB_FLAGS_CONNECTED | in sctp_do_peeloff()
225 SCTP_PCB_FLAGS_CONNECTED | in sctp_get_peeloff()
Dsctp.h539 #define SCTP_PCB_FLAGS_CONNECTED 0x00200000 macro
Dsctp_usrreq.c977 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) ||
1924 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1936 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2014 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
5708 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7987 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
7993 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
8041 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
8154 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
8160 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
[all …]
Dsctp_input.c1740 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
1932 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
2485 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
2943 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3024 SCTP_PCB_FLAGS_CONNECTED |
3188 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
Dsctp_pcb.c4938 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) {
5622 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
5623 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
Dsctputil.c4578 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) {
6230 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) {
Dsctp_output.c13626 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) ||
13742 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1003 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
1183 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1217 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1254 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
1317 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1443 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {