Home
last modified time | relevance | path

Searched refs:sa6_embedscope (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dscope6_var.h57 int sa6_embedscope(struct sockaddr_in6 *, int);
H A Dip6_gre.c241 if (sa6_embedscope(&dst, 0)) { in in6_gre_udp_input()
479 if ((error = sa6_embedscope(src, 0)) != 0 || in in6_gre_ioctl()
480 (error = sa6_embedscope(dst, 0)) != 0) in in6_gre_ioctl()
H A Din6_gif.c232 if ((error = sa6_embedscope(src, 0)) != 0 || in in6_gif_ioctl()
233 (error = sa6_embedscope(dst, 0)) != 0) in in6_gif_ioctl()
H A Draw_ip6.c440 if ((error = sa6_embedscope(dstsock, use_defzone)) != 0) in rip6_output()
767 if ((error = sa6_embedscope(addr, V_ip6_use_defzone)) != 0) in rip6_bind()
820 if ((error = sa6_embedscope(addr, V_ip6_use_defzone)) != 0) in rip6_connect()
H A Dudp6_usrreq.c668 if ((error = sa6_embedscope(&addrs[0], V_ip6_use_defzone)) != 0 || in udp6_getcred()
669 (error = sa6_embedscope(&addrs[1], V_ip6_use_defzone)) != 0) { in udp6_getcred()
740 if ((error = sa6_embedscope(sin6, V_ip6_use_defzone)) != 0) { in udp6_output()
H A Dscope6.c318 sa6_embedscope(struct sockaddr_in6 *sin6, int defaultok) in sa6_embedscope() function
H A Din6_pcb.c157 if ((error = sa6_embedscope(sin6, V_ip6_use_defzone)) != 0) in in6_pcbbind()
368 if ((error = sa6_embedscope(sin6, V_ip6_use_defzone)) != 0) in in6_pcbladdr()
H A Din6_src.c609 sa6_embedscope(&dst_sa, 0); in in6_selectsrc_addr()
H A Din6.c403 error = sa6_embedscope(sa6, 0); in in6_control()
997 if (sa6_embedscope(&dst6, 0)) in in6_validate_ifra()
H A Din6_mcast.c2267 error = sa6_embedscope(&gsa->sin6, V_ip6_use_defzone); in in6p_leave_group()
H A Dip6_output.c3070 if ((error = sa6_embedscope(sa6, V_ip6_use_defzone)) in ip6_setpktopt()
/f-stack/freebsd/net/
H A Dif_ipsec.c645 error = sa6_embedscope(satosin6(src), 0); in ipsec_ioctl()
648 error = sa6_embedscope(satosin6(dst), 0); in ipsec_ioctl()
H A Drtsock.c1289 sa6_embedscope((struct sockaddr_in6 *)sa, in rt_xaddrs()
H A Dif_vxlan.c3432 error = sa6_embedscope(&vxladdr->in6, V_ip6_use_defzone); in vxlan_sockaddr_in6_embedscope()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c2406 if ((error = sa6_embedscope(&addrs[0], V_ip6_use_defzone)) != 0 || in tcp6_getcred()
2407 (error = sa6_embedscope(&addrs[1], V_ip6_use_defzone)) != 0) { in tcp6_getcred()
3114 error = sa6_embedscope(fin6, V_ip6_use_defzone); in sysctl_drop()
3117 error = sa6_embedscope(lin6, V_ip6_use_defzone); in sysctl_drop()
3230 error = sa6_embedscope(fin6, V_ip6_use_defzone); in sysctl_switch_tls()
3233 error = sa6_embedscope(lin6, V_ip6_use_defzone); in sysctl_switch_tls()
H A Dsctp_timer.c1497 (void)sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)); in sctp_pathmtu_timer()
H A Dsctp_pcb.c69 if (sa6_embedscope(&tmp_a, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in SCTP6_ARE_ADDR_EQUAL()
73 if (sa6_embedscope(&tmp_b, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in SCTP6_ARE_ADDR_EQUAL()
2903 if (sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in sctp_inpcb_bind()
3915 (void)sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)); in sctp_add_remote_addr()
H A Dsctp_output.c4326 if (sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in sctp_lowlevel_chunk_output()
4388 if (sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in sctp_lowlevel_chunk_output()
4415 if (sa6_embedscope(sin6, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in sctp_lowlevel_chunk_output()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c236 if (sa6_embedscope(sa6, V_ip6_use_defzone) != 0) { in ipfw_check_packet()
/f-stack/lib/
H A Dff_route.c121 sa6_embedscope((struct sockaddr_in6 *)sa, in rt_xaddrs()