Home
last modified time | relevance | path

Searched refs:sctp_destination_is_reachable (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_pcb.h737 int sctp_destination_is_reachable(struct sctp_tcb *, const struct sockaddr *);
Dsctp_pcb.c3345 sctp_destination_is_reachable(struct sctp_tcb *stcb, const struct sockaddr *destaddr) in sctp_destination_is_reachable() function
3476 if (sctp_destination_is_reachable(stcb, in sctp_select_primary_destination()
3541 if (sctp_destination_is_reachable(stcb, in sctp_del_local_addr_ep()
Dsctp_output.c8174 … if (sctp_destination_is_reachable(stcb, (struct sockaddr *)&net->ro.ro_sa) == 0) {