Home
last modified time | relevance | path

Searched refs:sa6_recoverscope (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dscope6_var.h58 int sa6_recoverscope(struct sockaddr_in6 *);
H A Dip6_gre.c338 error = sa6_recoverscope(&sin6); in in6_gre_setup_socket()
533 error = sa6_recoverscope(src); in in6_gre_ioctl()
H A Dscope6.c349 sa6_recoverscope(struct sockaddr_in6 *sin6) in sa6_recoverscope() function
H A Din6_gif.c280 error = sa6_recoverscope(src); in in6_gif_ioctl()
H A Dsctp6_usrreq.c1018 if ((error = sa6_recoverscope(sin6)) != 0) { in sctp6_getaddr()
1080 if ((error = sa6_recoverscope(sin6)) != 0) { in sctp6_peeraddr()
H A Din6_pcb.c523 (void)sa6_recoverscope(sin6); /* XXX: should catch errors */ in in6_sockaddr()
1416 (void)sa6_recoverscope(sin6); /* XXX: should catch errors... */ in init_sin6()
H A Dip6_output.c815 sa6_recoverscope(&src_sa) == 0 && zone == src_sa.sin6_scope_id && in ip6_output()
817 sa6_recoverscope(&dst_sa) == 0 && zone == dst_sa.sin6_scope_id) { in ip6_output()
841 sa6_recoverscope(&src_sa) != 0 || in ip6_output()
842 sa6_recoverscope(&dst_sa) != 0 || in ip6_output()
H A Dnd6.c1260 if (sa6_recoverscope(&sin6_copy)) in nd6_is_new_addr_neighbor()
2607 if (sa6_recoverscope(&p.prefix)) { in nd6_sysctl_prlist()
2640 if (sa6_recoverscope(&s6)) in nd6_sysctl_prlist()
H A Din6.c484 if ((error = sa6_recoverscope(&ifr->ifr_addr)) != 0) in in6_control()
494 if ((error = sa6_recoverscope(&ifr->ifr_dstaddr)) != 0) in in6_control()
2425 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
H A Dip6_input.c1570 if (sa6_recoverscope(&mtuctl.ip6m_addr)) in ip6_notify_pmtu()
H A Dnd6_rtr.c2561 error = sa6_recoverscope(&d.rtaddr); in nd6_sysctl_drlist()
H A Dicmp6.c1904 if (sa6_recoverscope(&fromsa)) { in icmp6_rip6_input()
/f-stack/lib/
H A Dff_route.c442 if (sa6_recoverscope(&saun->sin6) != 0) in rtm_get_jailed()
801 if (sa6_recoverscope(sin6) == 0) in rtsock_msg_buffer()
1211 if (sa6_recoverscope(sin6) == 0) in ff_rtioctl()
1573 if (sa6_recoverscope(sin6) == 0)
/f-stack/freebsd/netinet/
H A Dsctputil.h213 if (!sa6_recoverscope(store)) { \
H A Dsctputil.c3330 (void)sa6_recoverscope(sin6); in sctp_notify_peer_addr_change()
4606 if (sa6_recoverscope(&a)) { in sctp_is_same_scope()
4611 if (sa6_recoverscope(&b)) { in sctp_is_same_scope()
4632 if (!sa6_recoverscope(store)) { in sctp_recover_scope()
6997 if (sa6_recoverscope(sin6) != 0) in sctp_local_addr_count()
H A Dsctp_timer.c1509 (void)sa6_recoverscope(sin6); in sctp_pathmtu_timer()
H A Dsctp_output.c2786 (void)sa6_recoverscope(&sin6); in sctp_select_nth_preferred_addr_from_ifn_boundall()
2830 (void)sa6_recoverscope(&lsa6); in sctp_select_nth_preferred_addr_from_ifn_boundall()
4400 (void)sa6_recoverscope(sin6); in sctp_lowlevel_chunk_output()
4439 (void)sa6_recoverscope(sin6); in sctp_lowlevel_chunk_output()
4462 if ((error = sa6_recoverscope(&lsa6_storage)) != 0) { in sctp_lowlevel_chunk_output()
H A Dsctp_pcb.c917 if (sa6_recoverscope(sin6) != 0) in sctp_does_stcb_own_this_addr()
4023 (void)sa6_recoverscope(sin6); in sctp_add_remote_addr()
H A Dsctp_usrreq.c1163 if (sa6_recoverscope(sin6) != 0) in sctp_fill_up_addresses_vrf()
7361 if ((error = sa6_recoverscope(sin6)) != 0) {
/f-stack/freebsd/net/
H A Drtsock.c555 if (sa6_recoverscope(&saun->sin6) != 0) in rtm_get_jailed()
1172 if (sa6_recoverscope(sin6) == 0) in route_output()
1614 (void)sa6_recoverscope(sin6); in rtsock_msg_mbuf()
1721 (void)sa6_recoverscope(sin6); in rtsock_msg_buffer()
H A Dif_ipsec.c738 error = sa6_recoverscope(sin6); in ipsec_ioctl()
H A Dif_vxlan.c1930 sa6_recoverscope(&cfg->vxlc_local_sa.in6); in vxlan_ctrl_get_config()
1932 sa6_recoverscope(&cfg->vxlc_remote_sa.in6); in vxlan_ctrl_get_config()