Home
last modified time | relevance | path

Searched refs:ipv4_scope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_output.c319 sctp_is_v4_ifa_addr_prefered (struct ifaddr *ifa, uint8_t loopscope, uint8_t ipv4_scope, uint8_t *sin_loop, uint8_t *sin_local) in sctp_is_v4_ifa_addr_prefered() argument
372 if (!ipv4_scope && *sin_local) { in sctp_is_v4_ifa_addr_prefered()
376 if (((ipv4_scope == 0) && (loopscope == 0)) && (*sin_local)) { in sctp_is_v4_ifa_addr_prefered()
385 sctp_is_v4_ifa_addr_acceptable (struct ifaddr *ifa, uint8_t loopscope, uint8_t ipv4_scope, uint8_t *sin_loop, uint8_t *sin_local) in sctp_is_v4_ifa_addr_acceptable() argument
531 uint8_t ipv4_scope, in sctp_choose_v4_boundspecific_inp() argument
548 sin = sctp_is_v4_ifa_addr_prefered (ifa, loopscope, ipv4_scope, &sin_loop, &sin_local); in sctp_choose_v4_boundspecific_inp()
557 sin = sctp_is_v4_ifa_addr_acceptable (ifa, loopscope, ipv4_scope, &sin_loop, &sin_local); in sctp_choose_v4_boundspecific_inp()
573 sin = sctp_is_v4_ifa_addr_prefered (laddr->ifa, loopscope, ipv4_scope, &sin_loop, &sin_local); in sctp_choose_v4_boundspecific_inp()
587 sin = sctp_is_v4_ifa_addr_acceptable (laddr->ifa, loopscope, ipv4_scope, &sin_loop, &sin_local); in sctp_choose_v4_boundspecific_inp()
611 uint8_t ipv4_scope, in sctp_choose_v4_boundspecific_stcb() argument
831 sctp_select_v4_nth_prefered_addr_from_ifn_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t ipv4_scope,int cur_addr_num) sctp_select_v4_nth_prefered_addr_from_ifn_boundall() argument
859 sctp_count_v4_num_prefered_boundall(struct ifnet * ifn,struct sctp_tcb * stcb,int non_asoc_addr_ok,uint8_t loopscope,uint8_t ipv4_scope,uint8_t * sin_loop,uint8_t * sin_local) sctp_count_v4_num_prefered_boundall() argument
888 sctp_choose_v4_boundall(struct sctp_inpcb * inp,struct sctp_tcb * stcb,struct sctp_nets * net,struct rtentry * rt,uint8_t ipv4_scope,uint8_t loopscope,int non_asoc_addr_ok) sctp_choose_v4_boundall() argument
1083 uint8_t ipv4_scope, loopscope; sctp_ipv4_source_address_selection() local
[all...]
H A Dsctp_header.h178 u_int8_t ipv4_scope; /* IPv4 private addr scope */ member
H A Dsctp_asconf.c2786 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) in sctp_check_address_list_all() argument
2836 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) in sctp_check_address_list() argument
2845 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
H A Dsctp_input.c1509 asoc->ipv4_local_scope = cookie->ipv4_scope; in sctp_process_cookie_new()
1609 cookie->ipv4_scope, cookie->loopback_scope); in sctp_process_cookie_new()