Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c699 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) && in sctp6_send()
839 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp6_connect()
873 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_connect()
910 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp6_connect()
952 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_getaddr()
1046 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp6_peeraddr()
/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c116 SCTP_PCB_FLAGS_CONNECTED | in sctp_do_peeloff()
H A Dsctp.h520 #define SCTP_PCB_FLAGS_CONNECTED 0x00200000 macro
H A Dsctp_usrreq.c598 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) || in sctp_sendm()
1357 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp_do_connect_x()
1369 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_do_connect_x()
1440 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_do_connect_x()
4897 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7040 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
7046 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7082 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
7236 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
7402 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
[all …]
H A Dsctp_input.c1571 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
1747 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
2227 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_new()
2632 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp_handle_cookie_echo()
2685 SCTP_PCB_FLAGS_CONNECTED | in sctp_handle_cookie_echo()
2829 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_handle_cookie_ack()
H A Dsctp_pcb.c4189 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) { in sctp_aloc_assoc()
4855 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_free_assoc()
4856 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED; in sctp_free_assoc()
H A Dsctputil.c4334 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) { in sctp_abort_notification()
5582 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) { in sctp_sorecvmsg()
H A Dsctp_output.c12605 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) || in sctp_lower_sosend()
12716 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_lower_sosend()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h520 #define SCTP_PCB_FLAGS_CONNECTED 0x00200000 macro