Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c621 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) && in sctp6_send()
808 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp6_connect()
843 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_connect()
911 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_getaddr()
999 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp6_peeraddr()
/freebsd/sys/netinet/
H A Dsctp_peeloff.c113 SCTP_PCB_FLAGS_CONNECTED | in sctp_do_peeloff()
H A Dsctp.h527 #define SCTP_PCB_FLAGS_CONNECTED 0x00200000 macro
H A Dsctp_usrreq.c585 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) || in sctp_sendm()
1349 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp_do_connect_x()
1361 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_do_connect_x()
4886 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7033 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
7039 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7223 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
7385 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7474 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
H A Dsctp_input.c1504 sctp_pcb_add_flags(stcb->sctp_ep, SCTP_PCB_FLAGS_CONNECTED); in sctp_process_cookie_existing()
1692 sctp_pcb_add_flags(stcb->sctp_ep, SCTP_PCB_FLAGS_CONNECTED); in sctp_process_cookie_existing()
2177 sctp_pcb_add_flags(stcb->sctp_ep, SCTP_PCB_FLAGS_CONNECTED); in sctp_process_cookie_new()
2586 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp_handle_cookie_echo()
2639 SCTP_PCB_FLAGS_CONNECTED | in sctp_handle_cookie_echo()
2784 sctp_pcb_add_flags(stcb->sctp_ep, SCTP_PCB_FLAGS_CONNECTED); in sctp_handle_cookie_ack()
H A Dsctp_pcb.c4096 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) { in sctp_aloc_assoc_locked()
4316 inp->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_aloc_assoc_connected()
4733 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_free_assoc()
4734 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED; in sctp_free_assoc()
H A Dsctputil.c4372 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED))) { in sctp_abort_notification()
5641 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) { in sctp_sorecvmsg()
H A Dsctp_output.c12707 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) || in sctp_lower_sosend()