/src/sys/netinet6/ |
in6_cksum.c | 53 struct in6_addr ip6_dst; member in struct:in6_cksum::__anonf1628337010a::__anonf16283370208 80 * ipv6.ip6ph_dst = mtod(m, struct ip6_hdr *)->ip6_dst; 95 in6_dst = &ip6->ip6_dst; 100 in6_dst = &u.addrs.ip6_dst;
|
ip6_forward.c | 103 IN6_PRINT(dbuf, &ip6->ip6_dst), dstifp ? if_name(dstifp) : "?", 146 IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst) || 150 IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst) ? "mcast/dst" : 202 sockaddr_in6_init(&u.dst6, &ip6->ip6_dst, 0, 0, 0); 217 * ip6->ip6_dst 275 dst_in6 = ip6->ip6_dst; 282 in6_getscopename(&ip6->ip6_dst), inzone, outzone); 367 IN6_PRINT(ip6bufd, &ip6->ip6_dst), 383 in6_clearscope(&ip6->ip6_dst);
|
ip6_mroute.c | 1041 IN6_PRINT(ip6bufd, &ip6->ip6_dst), 1049 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_NODELOCAL(&ip6->ip6_dst) || 1050 IN6_IS_ADDR_MC_LINKLOCAL(&ip6->ip6_dst)) 1069 IN6_PRINT(ip6bufd, &ip6->ip6_dst), 1081 MF6CFIND(ip6->ip6_src, ip6->ip6_dst, rt); 1107 IN6_PRINT(ip6bufd, &ip6->ip6_dst)); 1134 hash = MF6CHASH(ip6->ip6_src, ip6->ip6_dst); 1138 IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, 1234 sockaddr_in6_init(&rt->mf6c_mcastgrp, &ip6->ip6_dst, 1485 dst0 = ip6->ip6_dst; [all...] |
ip6_flow.c | 152 dst_sum = ip6->ip6_dst.s6_addr32[0] + ip6->ip6_dst.s6_addr32[1] 153 + ip6->ip6_dst.s6_addr32[2] + ip6->ip6_dst.s6_addr32[3]; 177 if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &ip6f->ip6f_dst) 614 ip6f->ip6f_dst = ip6->ip6_dst;
|
ip6_input.c | 350 odst = ip6->ip6_dst; 364 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst); 397 if (in6_clearscope(&ip6->ip6_src) || in6_clearscope(&ip6->ip6_dst)) { 402 in6_setscope(&ip6->ip6_dst, rcvif, NULL)) { 412 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { 420 ingroup = in6_multi_group(&ip6->ip6_dst, rcvif); 435 sockaddr_in6_init(&u.dst6, &ip6->ip6_dst, 0, 0, 0); 451 * We don't explicitly match ip6_dst against an interface here. It 501 IN6_PRINT(ip6bufd, &ip6->ip6_dst)); 544 ia6 = in6_ifawithifp(deliverifp, &ip6->ip6_dst); [all...] |
nd6_nbr.c | 107 struct in6_addr daddr6 = ip6->ip6_dst; 141 IN6_PRINT(ip6buf2, &ip6->ip6_dst), if_name(ifp)); 462 ip6->ip6_dst = *daddr6; 464 ip6->ip6_dst.s6_addr16[0] = IPV6_ADDR_INT16_MLL; 465 ip6->ip6_dst.s6_addr16[1] = 0; 466 ip6->ip6_dst.s6_addr32[1] = 0; 467 ip6->ip6_dst.s6_addr32[2] = IPV6_ADDR_INT32_ONE; 468 ip6->ip6_dst.s6_addr32[3] = taddr6->s6_addr32[3]; 469 ip6->ip6_dst.s6_addr8[12] = 0xff; 470 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0 [all...] |
frag6.c | 192 sockaddr_in6_init(&u.dst6, &ip6->ip6_dst, 0, 0, 0); 259 IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &q6->ip6q_dst)) 299 q6->ip6q_dst = ip6->ip6_dst; 364 ip6err->ip6_dst = q6->ip6q_dst; 476 ip6->ip6_dst = q6->ip6q_dst; 586 ip6->ip6_dst = q6->ip6q_dst;
|
nd6_rtr.c | 78 IN6_PRINT(ip6bufd, &ip6->ip6_dst), if_name(ifp));
|
icmp6.c | 337 if (in6_setscope(&ip6->ip6_dst, ifp, NULL) != 0) 387 IN6_IS_ADDR_MULTICAST(&oip6->ip6_dst)) && 458 nip6->ip6_dst = oip6->ip6_dst; 461 in6_clearscope(&oip6->ip6_dst); 570 if (faithprefix(&ip6->ip6_dst)) { 910 IN6_PRINT(ip6buf2, &ip6->ip6_dst), 1077 (finaldst == NULL) ? &eip6->ip6_dst : finaldst, 0, 0, 0); 1093 finaldst = &eip6->ip6_dst; 1231 struct sockaddr_in6 sin6; /* ip6_dst */ [all...] |
ip6_output.c | 420 finaldst = ip6->ip6_dst; 484 else if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { 511 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0); 514 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { 584 dst0 = ip6->ip6_dst; 588 sockaddr_in6_init(&dst_sa, &ip6->ip6_dst, 0, 0, 0); 618 !IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) 626 if (!IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) 645 ingroup = in6_multi_group(&ip6->ip6_dst, ifp); 683 IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst)) { [all...] |
in6_gif.c | 170 ip6->ip6_dst = sin6_dst->sin6_addr; 515 else if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &dst6->sin6_addr))
|
in6_offload.c | 113 phsum = in6_cksum_phdr(&iph->ip6_src, &iph->ip6_dst, htonl(thlen + mss),
|
raw_ip6.c | 177 if (faithprefix(&ip6->ip6_dst)) { 198 !IN6_ARE_ADDR_EQUAL(&in6p_laddr(inp), &ip6->ip6_dst)) 435 ip6->ip6_dst = *dst; 458 ip6->ip6_dst = dstsock->sin6_addr;
|
/src/sys/altq/ |
altq_flowvalve.h | 50 struct in6_addr ip6_dst; member in struct:fv_flow::__anon0e1301d9010a::__anon0e1301d90308
|
/src/sys/net/npf/ |
npf_sendpkt.c | 77 if (in6_clearscope(&ip6->ip6_src) || in6_clearscope(&ip6->ip6_dst)) { 81 in6_setscope(&ip6->ip6_dst, rcvif, NULL)) { 157 memcpy(&ip6->ip6_src, &oip->ip6_dst, sizeof(struct in6_addr)); 158 memcpy(&ip6->ip6_dst, &oip->ip6_src, sizeof(struct in6_addr));
|
npf_socket.c | 214 d6addr = &ip6->ip6_dst; 221 s6addr = &ip6->ip6_dst;
|
/src/sys/net/agr/ |
if_agrether_hash.c | 137 hash = HASH(&ip6->ip6_dst, sizeof(ip6->ip6_dst), hash);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_tftp_pxy.c | 332 sw2ip6.in6 = ip6->ip6_dst; 334 ip6->ip6_dst = nat->nat_nsrc6.in6; 368 ip6->ip6_dst = nat->nat_nsrc6.in6; 380 ip6->ip6_dst = nat->nat_osrc6.in6; 396 ip6->ip6_dst = sw2ip6.in6;
|
/src/sys/netipsec/ |
xform_ipip.c | 437 if (IN6_IS_SCOPE_LINKLOCAL(&ip6->ip6_dst)) 438 ip6->ip6_dst.s6_addr16[1] = 0; 458 ip6o->ip6_dst = saidx->dst.sin6.sin6_addr; 460 if (IN6_IS_SCOPE_LINKLOCAL(&ip6o->ip6_dst)) 461 ip6o->ip6_dst.s6_addr16[1] = htons(saidx->dst.sin6.sin6_scope_id);
|
ipsec_output.c | 351 sin6->sin6_addr = ip6->ip6_dst; 352 if (IN6_IS_SCOPE_LINKLOCAL(&ip6->ip6_dst)) { 356 ntohs(ip6->ip6_dst.s6_addr16[1]); 770 (!in6_sa_equal_addrwithscope(&dst->sin6, &ip6->ip6_dst)))) {
|
/src/sys/netinet/ |
ip6.h | 88 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
|
in_pcb.h | 144 #define in6p_faddr(inpcb) (((struct in6pcb *)(inpcb))->in6p_ip6.ip6_dst) 146 #define const_in6p_faddr(inpcb) (((const struct in6pcb *)(inpcb))->in6p_ip6.ip6_dst)
|
tcp_input.c | 823 (char *)&ip6->ip6_dst - (char *)ip6); 860 in6_print(dst, sizeof(dst), &ip6->ip6_dst); 1309 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { 1426 faith = faithprefix(&ip6->ip6_dst); 1431 th->th_sport, &ip6->ip6_dst, th->th_dport, faith, &vestige); 1434 inp = in6pcb_lookup_bound(&tcbtable, &ip6->ip6_dst, 1565 dst.sin6.sin6_addr = ip6->ip6_dst; 1667 &ip6->ip6_dst)) && 1691 &ip6->ip6_dst); 2999 dst.sin6.sin6_addr = ip6->ip6_dst; [all...] |
/src/sys/net/ |
if_stf.c | 401 * ip6_dst has priority as it may be able to give us shorter IPv4 hops. 403 if (IN6_IS_ADDR_6TO4(&ip6->ip6_dst)) 404 in4 = GET_V4(&ip6->ip6_dst); 632 if (stf_checkaddr6(sc, &ip6->ip6_dst, NULL) < 0 ||
|
ether_sw_offload.c | 246 sum = in6_cksum_phdr(&ip6->ip6_src, &ip6->ip6_dst, htonl(len),
|