HomeSort by: relevance | last modified time | path
    Searched refs:in6_setscope (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/netinet6/
scope6_var.h 113 int in6_setscope(struct in6_addr *, const struct ifnet *, u_int32_t *);
ip6_forward.c 234 * address). We use a local copy of ip6_src, since in6_setscope()
240 if (in6_setscope(&src_in6, rt->rt_ifp, &outzone) != 0 ||
241 in6_setscope(&src_in6, rcvif, &inzone) != 0 ||
277 if (in6_setscope(&dst_in6, rcvif, &inzone) != 0 ||
278 in6_setscope(&dst_in6, rt->rt_ifp, &outzone) != 0 ||
in6_src.c 203 if (in6_setscope(dst, ifp1, &dstzone) ||
214 if (in6_setscope(&src, ifp, &osrczone) ||
215 in6_setscope(&src, ifp1, &srczone) ||
526 error = in6_setscope(&srcsock.sin6_addr, ifp, NULL);
584 error = in6_setscope(&dst, ifp, &odstzone);
mld6.c 300 if (in6_setscope(&all_in6, in6m->in6m_ifp, NULL)) {
327 if (in6_setscope(&allnode, in6m->in6m_ifp, NULL)) {
332 if (in6_setscope(&allrouter, in6m->in6m_ifp, NULL)) {
400 * make a copy for local work (in6_setscope() may modify the 1st arg)
403 if (in6_setscope(&mld_addr, ifp, NULL)) {
432 if (in6_setscope(&all_in6, ifp, NULL)) {
nd6.c 619 if (in6_setscope(&sin6_copy.sin6_addr, ifp, &zone))
669 if (in6_setscope(&sin6_copy.sin6_addr, ifp, &zone))
857 if ((rc = in6_setscope(&in6_all, ifa->ifa_ifp, NULL)) != 0) {
1040 if (in6_setscope(&llsol, ifp, NULL))
1072 if (in6_setscope(&llsol, ifp, NULL) == 0)
1268 if ((error = in6_setscope(&nb_addr, ifp, NULL)) != 0)
in6_ifattach.c 414 if (in6_setscope(&ifra.ifra_addr.sin6_addr, ifp, NULL))
542 if (in6_setscope(&sa6->sin6_addr, ifp, NULL))
scope6.c 285 in6_setscope(struct in6_addr *in6, const struct ifnet *ifp, uint32_t *ret_id) function in typeref:typename:int
nd6_nbr.c 135 if (in6_setscope(&taddr6, ifp, NULL) != 0)
358 if (in6_setscope(&in6_all, ifp, NULL) != 0)
470 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0)
656 if (in6_setscope(&taddr6, ifp, NULL)) {
966 if (in6_setscope(&daddr6, ifp, NULL))
icmp6.c 335 if (in6_setscope(&ip6->ip6_src, ifp, NULL) != 0)
337 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0)
1078 if (in6_setscope(&icmp6dst.sin6_addr, rcvif, NULL)) {
1083 if (in6_setscope(&icmp6src.sin6_addr, rcvif, NULL)) {
1178 if (in6_setscope(&sin6.sin6_addr, rcvif, NULL)) {
1326 if (in6_setscope(&in6_subj, rcvif, NULL)) {
2281 if (in6_setscope(&redtgt6, ifp, NULL) ||
2282 in6_setscope(&reddst6, ifp, NULL)) {
ip6_mroute.c 1486 if ((error = in6_setscope(&src0, ifp, &iszone)) != 0 ||
1487 (error = in6_setscope(&dst0, ifp, &idzone)) != 0) {
1504 if (in6_setscope(&src0, mif6table[mifi].m6_ifp,
1506 in6_setscope(&dst0, mif6table[mifi].m6_ifp,
ip6_input.c 387 * in6_setscope() then also checks and rejects the cases where src or
401 if (in6_setscope(&ip6->ip6_src, rcvif, NULL) ||
402 in6_setscope(&ip6->ip6_dst, rcvif, NULL)) {
828 if (in6_setscope(&ip6a->ip6a_src, ia->ia_ifp, &ip6a->ip6a_scope_id)) {
raw_ip6.c 454 error = in6_setscope(&dstsock->sin6_addr, oifp, NULL);
750 (error = in6_setscope(&addr->sin6_addr, ifp, NULL)) != 0) {
in6.c 524 error = in6_setscope(&sa6->sin6_addr, ifp, NULL);
820 error = in6_setscope(llsol, ifp, NULL);
823 log(LOG_ERR, "%s: in6_setscope failed\n", __func__);
877 if ((error = in6_setscope(&mltaddr.sin6_addr, ifp, NULL)) != 0)
980 if ((error = in6_setscope(&mltaddr.sin6_addr, ifp, NULL)) != 0)
1128 if (in6_setscope(&in6_tmp, ifp, &zoneid))
ip6_output.c 578 if (in6_setscope(&src0, origifp, &zone))
585 if (in6_setscope(&dst0, origifp, &zone))
2554 if (in6_setscope(&ia, ifp, NULL)) {
2613 if (in6_setscope(&mreq.ipv6mr_multiaddr, ifp, NULL)) {
in6_pcb.c 485 (error = in6_setscope(&sin6->sin6_addr, ifp, NULL)) != 0) {
udp6_usrreq.c 865 (error = in6_setscope(&sin6->sin6_addr,
  /src/sys/net/npf/
npf_sendpkt.c 80 if (in6_setscope(&ip6->ip6_src, rcvif, NULL) ||
81 in6_setscope(&ip6->ip6_dst, rcvif, NULL)) {
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 1436 if ((error = in6_setscope(&u.dst6.sin6_addr, ifp,
  /src/sys/netinet/
ip_carp.c 1190 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0) {
1193 CARP_LOG(sc, ("in6_setscope failed"));
  /src/sys/net/
if_spppsubr.c 4175 (void)in6_setscope(&desiredaddr, &sp->pp_if, NULL);
4384 (void)in6_setscope(&suggestaddr, &sp->pp_if, NULL);

Completed in 44 milliseconds