Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_usrreq.c615 ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) || in sctp_send()
1163 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp_do_connect_x()
1167 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_do_connect_x()
1317 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_do_connect_x()
1536 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) || in sctp_optsget()
1730 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_optsget()
1787 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_optsget()
1871 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_optsget()
1888 if ( (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) && in sctp_optsget()
1933 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_optsget()
[all …]
Dsctp_peeloff.c118 SCTP_PCB_FLAGS_CONNECTED | in sctp_do_peeloff()
174 SCTP_PCB_FLAGS_CONNECTED | in sctp_get_peeloff()
Dsctputil.c1897 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp_notify_assoc_change()
1959 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_assoc_change()
2044 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_peer_addr_change()
2139 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_send_failed()
2209 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_adaption_layer()
2279 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_partial_delivery_indication()
2358 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_shutdown_event()
2450 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)){ in sctp_notify_stream_reset()
Dsctp_input.c654 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED; in sctp_handle_shutdown_ack()
1187 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
1305 SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_existing()
1626 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_process_cookie_new()
2069 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp_handle_cookie_echo()
2107 SCTP_PCB_FLAGS_CONNECTED | in sctp_handle_cookie_echo()
2177 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_handle_cookie_ack()
2352 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED; in sctp_handle_shutdown_complete()
Dsctp_pcb.h87 #define SCTP_PCB_FLAGS_CONNECTED 0x00100000 macro
Dsctp_pcb.c3311 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp_free_assoc()
3318 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED; in sctp_free_assoc()
Dsctp_output.c7165 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
7206 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
8029 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
9847 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
/netbsd/src/sys/netinet6/
Dsctp6_usrreq.c813 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) && in sctp6_send()
948 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) { in sctp6_connect()
994 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_connect()
1027 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp6_connect()
1068 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) { in sctp6_getaddr()
1136 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) { in sctp6_peeraddr()