Searched refs:in6_setscope (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6_var.h86 int in6_setscope (struct in6_addr *, struct ifnet *, u_int32_t *);
H A Dip6_forward.c454 * for NUDs.) We use a local copy of ip6_src, since in6_setscope()
459 if (in6_setscope(&src_in6, rt->rt_ifp, &outzone)) {
466 if (in6_setscope(&src_in6, m->m_pkthdr.rcvif, &inzone)) {
507 if (in6_setscope(&dst_in6, m->m_pkthdr.rcvif, &inzone) != 0 ||
508 in6_setscope(&dst_in6, rt->rt_ifp, &outzone) != 0 ||
H A Droute6.c247 if (in6_setscope(nextaddr, ia6->ia_ifp, NULL) != 0) {
H A Dnd6_nbr.c291 if (in6_setscope(&taddr6, ifp, NULL) != 0)
501 if (in6_setscope(&saddr6, ifp, NULL) != 0)
638 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0)
895 if (in6_setscope(&taddr6, ifp, NULL))
1346 if (in6_setscope(&daddr6, ifp, NULL))
1743 if (in6_setscope(&taddr6, ifp, NULL) != 0)
1746 if (in6_setscope(&saddr6, ifp, NULL) != 0)
H A Din6_src.c267 *errorp = in6_setscope(&srcsock.sin6_addr, ifp, NULL);
317 *errorp = in6_setscope(&dst, ifp, &odstzone);
338 if (in6_setscope(&dst, ifp1, &dstzone) ||
343 if (in6_setscope(&src, ifp, &osrczone) ||
344 in6_setscope(&src, ifp1, &srczone) ||
H A Dip6_mroute.c1433 if ((error = in6_setscope(&src0, ifp, &iszone)) != 0 ||
1434 (error = in6_setscope(&dst0, ifp, &idzone)) != 0) {
1449 if (in6_setscope(&src0, mif6table[mifi].m6_ifp,
1451 in6_setscope(&dst0, mif6table[mifi].m6_ifp,
H A Dscope6.c490 in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id) function
498 panic("in6_setscope: scope array is NULL");
H A Dicmp6.c264 if (in6_setscope(&ip6->ip6_src, ifp, NULL) != 0)
266 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0)
1142 if (in6_setscope(&icmp6dst.sin6_addr, m->m_pkthdr.rcvif, NULL))
1148 if (in6_setscope(&icmp6src.sin6_addr, m->m_pkthdr.rcvif, NULL))
2444 if (in6_setscope(&redtgt6, m->m_pkthdr.rcvif, NULL) ||
2445 in6_setscope(&reddst6, m->m_pkthdr.rcvif, NULL)) {
H A Din6_mcast.c1452 (void) in6_setscope(&gsa->sin6.sin6_addr, ifp, NULL);
1673 (void)in6_setscope(&gsa->sin6.sin6_addr, ifp, NULL);
2083 (void)in6_setscope(&gsa->sin6.sin6_addr, ifp, &scopeid);
2412 (void) in6_setscope(&gsa->sin6.sin6_addr, ifp, NULL);
2665 (void)in6_setscope(&gsa->sin6.sin6_addr, ifp, NULL);
2985 (void)in6_setscope(&mcaddr, ifp, NULL); variable
H A Din6_ifattach.c516 if (in6_setscope(&ifra.ifra_addr.sin6_addr, ifp, NULL))
714 if (in6_setscope(in6, ifp, NULL))
H A Dmld6.c216 * A special case for IPv6 is the in6_setscope() routine. ip6_output()
788 in6_setscope(&mld->mld_addr, ifp, NULL);
996 in6_setscope(&mld->mld_addr, ifp, NULL);
1291 in6_setscope(&mld->mld_addr, ifp, NULL);
3286 (void) in6_setscope(&ip6->ip6_dst, ifp, NULL); /* XXX LOR */
3290 * occur if we called in6_setscope() at transmission.
H A Dnd6_prproxy.c1078 send_na = (in6_setscope(&daddr, fwd_ifp, NULL) == 0);
1084 in6_setscope(&daddr, fwd_ifp, NULL) == 0);
H A Din6.c1773 if ((error = in6_setscope(&llsol, ifp, NULL)) != 0) {
1776 "in6_setscope failed\n");
1824 if ((error = in6_setscope(&mltaddr.sin6_addr, ifp, NULL)) !=
1906 if ((error = in6_setscope(&mltaddr.sin6_addr, ifp, NULL))
H A Dip6_output.c998 if (in6_setscope(&src0, origifp, &zone))
1008 if (in6_setscope(&dst0, origifp, &zone))
H A Dnd6.c1503 if (in6_setscope(&sin6_copy.sin6_addr, ifp, &zone))
2056 if (in6_setscope(&llsol, ifp, NULL))
2084 if (in6_setscope(&llsol, ifp, NULL) == 0) {

Completed in 131 milliseconds