HomeSort by: relevance | last modified time | path
    Searched refs:sctp_destination_is_reachable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 737 int sctp_destination_is_reachable(struct sctp_tcb *, const struct sockaddr *);
sctp_pcb.c 3345 sctp_destination_is_reachable(struct sctp_tcb *stcb, const struct sockaddr *destaddr) function in typeref:typename:int
3476 if (sctp_destination_is_reachable(stcb,
3541 if (sctp_destination_is_reachable(stcb,
sctp_output.c 8174 if (sctp_destination_is_reachable(stcb, (struct sockaddr *)&net->ro.ro_sa) == 0) {

Completed in 24 milliseconds