Home
last modified time | relevance | path

Searched refs:SCTP_ADDR_NOT_REACHABLE (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_timer.c150 net->dest_state |= SCTP_ADDR_NOT_REACHABLE; in sctp_threshold_management()
792 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) { in sctp_t3rxt_timer()
1019 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) { in sctp_strreset_timer()
1114 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) { in sctp_asconf_timer()
H A Dsctp_constants.h331 #define SCTP_ADDR_NOT_REACHABLE 0x002 macro
H A Dsctp_output.c2214 net->dest_state |= SCTP_ADDR_NOT_REACHABLE; in sctp_lowlevel_chunk_output()
2393 net->dest_state |= SCTP_ADDR_NOT_REACHABLE; in sctp_lowlevel_chunk_output()
6983 if ((net->dest_state & SCTP_ADDR_NOT_REACHABLE) ==
6984 SCTP_ADDR_NOT_REACHABLE) {
7723 (asoc->last_data_chunk_from->dest_state & SCTP_ADDR_NOT_REACHABLE)
7730 SCTP_ADDR_NOT_REACHABLE)) &&
8214 …if ((net->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED) {
8233 … ((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED)) {
H A Dsctp_indata.c3891 if ((net->dest_state&SCTP_ADDR_NOT_REACHABLE) == in sctp_handle_sack()
3892 SCTP_ADDR_NOT_REACHABLE) { in sctp_handle_sack()
3894 net->dest_state &= ~SCTP_ADDR_NOT_REACHABLE; in sctp_handle_sack()
H A Dsctp_input.c468 if (r_net->dest_state & SCTP_ADDR_NOT_REACHABLE) { in sctp_handle_heartbeat_ack()
H A Dsctp_usrreq.c382 net->dest_state |= SCTP_ADDR_NOT_REACHABLE; in sctp_notify()
H A Dsctp_pcb.c2851 net->dest_state = SCTP_ADDR_NOT_REACHABLE; in sctp_free_remote_addr()