Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c122 SCTP_PCB_FLAGS_CONNECTED | in sctp_do_peeloff()
240 SCTP_PCB_FLAGS_CONNECTED | in sctp_get_peeloff()
Dsctp.h539 #define SCTP_PCB_FLAGS_CONNECTED 0x00200000 macro
Dsctp_usrreq.c1044 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) ||
1995 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
2007 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
2085 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
5796 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
8094 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
8100 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
8148 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
8261 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
8267 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
[all …]
Dsctp_input.c1749 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
1941 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
2494 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
2931 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
3025 SCTP_PCB_FLAGS_CONNECTED |
3189 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
Dsctp_pcb.c4966 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) {
5662 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
5663 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
Dsctputil.c4592 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) {
6286 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) {
Dsctp_output.c13797 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) ||
13913 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
/external/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1074 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
1258 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1292 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1329 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
1398 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1530 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {