Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h551 int sctp_is_address_on_local_host(struct sockaddr *addr, uint32_t vrf_id);
H A Dsctp_pcb.c3570 sctp_is_address_on_local_host(struct sockaddr *addr, uint32_t vrf_id) in sctp_is_address_on_local_host() function
3668 if (sctp_is_address_on_local_host(newaddr, stcb->asoc.vrf_id)) { in sctp_add_remote_addr()
3736 net->addr_is_local = sctp_is_address_on_local_host(newaddr, stcb->asoc.vrf_id); in sctp_add_remote_addr()
H A Dsctp_output.c5675 if (sctp_is_address_on_local_host(src, vrf_id)) { in sctp_send_initiate_ack()
5690 if (sctp_is_address_on_local_host(src, vrf_id)) { in sctp_send_initiate_ack()