Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h567 int sctp_is_address_on_local_host(struct sockaddr *addr, uint32_t vrf_id);
H A Dsctp_pcb.c3690 sctp_is_address_on_local_host(struct sockaddr *addr, uint32_t vrf_id) in sctp_is_address_on_local_host() function
3788 if (sctp_is_address_on_local_host(newaddr, stcb->asoc.vrf_id)) { in sctp_add_remote_addr()
3856 net->addr_is_local = sctp_is_address_on_local_host(newaddr, stcb->asoc.vrf_id); in sctp_add_remote_addr()
H A Dsctp_output.c5635 if (sctp_is_address_on_local_host(src, vrf_id)) { in sctp_send_initiate_ack()
5650 if (sctp_is_address_on_local_host(src, vrf_id)) { in sctp_send_initiate_ack()