Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet6/
H A Dscope6_var.h57 int sa6_recoverscope(struct sockaddr_in6 *);
H A Dip6_gre.c322 error = sa6_recoverscope(&sin6); in in6_gre_setup_socket()
517 error = sa6_recoverscope(src); in in6_gre_ioctl()
H A Din6_pcb.c569 (void)sa6_recoverscope((struct sockaddr_in6 *)sa); in in6_getsockaddr()
589 (void)sa6_recoverscope((struct sockaddr_in6 *)sa); in in6_getpeeraddr()
1298 (void)sa6_recoverscope(sin6); /* XXX: should catch errors... */ in init_sin6()
H A Dscope6.c359 sa6_recoverscope(struct sockaddr_in6 *sin6) in sa6_recoverscope() function
H A Din6_gif.c279 error = sa6_recoverscope(src); in in6_gif_ioctl()
H A Dsctp6_usrreq.c968 if ((error = sa6_recoverscope(sin6)) != 0) { in sctp6_getaddr()
1024 if ((error = sa6_recoverscope(sin6)) != 0) { in sctp6_peeraddr()
H A Dip6_output.c825 sa6_recoverscope(&src_sa) == 0 && zone == src_sa.sin6_scope_id && in ip6_output()
827 sa6_recoverscope(&dst_sa) == 0 && zone == dst_sa.sin6_scope_id) { in ip6_output()
834 sa6_recoverscope(&src_sa) != 0 || in ip6_output()
835 sa6_recoverscope(&dst_sa) != 0 || in ip6_output()
H A Dnd6.c1265 if (sa6_recoverscope(&sin6_copy)) in nd6_is_new_addr_neighbor()
2685 if (sa6_recoverscope(&p.prefix)) { in nd6_sysctl_prlist()
2718 if (sa6_recoverscope(&s6)) in nd6_sysctl_prlist()
H A Din6.c505 if ((error = sa6_recoverscope(&ifr->ifr_addr)) != 0) in in6_control_ioctl()
515 if ((error = sa6_recoverscope(&ifr->ifr_dstaddr)) != 0) in in6_control_ioctl()
2509 sa6_recoverscope(&ndpc.sin6); in in6_lltable_dump_entry()
H A Dip6_input.c1579 if (sa6_recoverscope(&mtuctl.ip6m_addr)) in ip6_notify_pmtu()
H A Dnd6_rtr.c2548 error = sa6_recoverscope(&d.rtaddr); in nd6_sysctl_drlist()
H A Dicmp6.c1953 if (sa6_recoverscope(&fromsa)) { in icmp6_rip6_input()
/freebsd/sys/netpfil/pf/
H A Dpfsync_nv.c118 sa6_recoverscope(in6); in pfsync_sockaddr_to_syncpeer_nvlist()
/freebsd/sys/netinet/
H A Dsctputil.h201 if (!sa6_recoverscope(store)) { \
H A Dsctputil.c3332 (void)sa6_recoverscope(sin6); in sctp_notify_peer_addr_change()
4665 if (sa6_recoverscope(&a)) { in sctp_is_same_scope()
4670 if (sa6_recoverscope(&b)) { in sctp_is_same_scope()
4691 if (!sa6_recoverscope(store)) { in sctp_recover_scope()
7054 if (sa6_recoverscope(sin6) != 0) in sctp_local_addr_count()
H A Dsctp_timer.c1502 (void)sa6_recoverscope(sin6); in sctp_pathmtu_timer()
H A Dsctp_output.c2783 (void)sa6_recoverscope(&sin6); in sctp_select_nth_preferred_addr_from_ifn_boundall()
2827 (void)sa6_recoverscope(&lsa6); in sctp_select_nth_preferred_addr_from_ifn_boundall()
4403 (void)sa6_recoverscope(sin6); in sctp_lowlevel_chunk_output()
4442 (void)sa6_recoverscope(sin6); in sctp_lowlevel_chunk_output()
4465 if ((error = sa6_recoverscope(&lsa6_storage)) != 0) { in sctp_lowlevel_chunk_output()
H A Dtcp_usrreq.c796 (void)sa6_recoverscope((struct sockaddr_in6 *)sa); in tcp6_usr_accept()
H A Dsctp_pcb.c787 if (sa6_recoverscope(sin6) != 0) in sctp_does_stcb_own_this_addr()
3908 (void)sa6_recoverscope(sin6); in sctp_add_remote_addr()
H A Dsctp_usrreq.c1153 if (sa6_recoverscope(sin6) != 0) in sctp_fill_up_addresses_vrf()
7351 if ((error = sa6_recoverscope((struct sockaddr_in6 *)sa)) != 0)
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c201 sa6_recoverscope(&entry->ipx_addr.v6); in roce_gid_update_addr_ifa6_cb()
/freebsd/sys/net/
H A Drtsock.c606 if (sa6_recoverscope(&saun->sin6) != 0) in rtm_get_jailed()
1247 if (sa6_recoverscope(sin6) == 0) in rts_send()
1767 (void)sa6_recoverscope(sin6); in rtsock_msg_mbuf()
1877 (void)sa6_recoverscope(sin6); in rtsock_msg_buffer()
H A Dif_ipsec.c743 error = sa6_recoverscope(sin6); in ipsec_ioctl()
H A Dif_vxlan.c1958 sa6_recoverscope(&cfg->vxlc_local_sa.in6); in vxlan_ctrl_get_config()
1960 sa6_recoverscope(&cfg->vxlc_remote_sa.in6); in vxlan_ctrl_get_config()
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION462 - int sa6_recoverscope(struct sockaddr_in6 *sa6);
492 sa6_recoverscope() will also be used at the socket or transport layer

12