Home
last modified time | relevance | path

Searched refs:ip6_dst (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c281 pkt.hdr.ip6_dst = info_p->daddr; in create_mld_query()
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst; in create_mld_query()
380 pkt.hdr.ip6_dst = info_p->daddr; in create_echo_request()
394 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst; in create_echo_request()
696 bitsize = sizeof(pkt->hdr.ip6_dst.s6_addr32[rand_val]) * 8; in thrust_fakes()
698 pkt->hdr.ip6_dst.s6_addr32[rand_val] ^= seed; in thrust_fakes()
Dns-icmp_redirector.c533 sndip6_p->hdr.ip6_dst = rcvip6_p->hdr.ip6_src; in return_neigh_adv()
549 p_ip6.hdr.p_ip6_dst = sndip6_p->hdr.ip6_dst; in return_neigh_adv()
635 sndip6_p->hdr.ip6_dst = rcvip6_p->hdr.ip6_src; in return_icmp6_redirect()
643 sndrd_p->defs.nd_rd_dst = rcvip6_p->hdr.ip6_dst;; in return_icmp6_redirect()
651 p_ip6.hdr.p_ip6_dst = sndip6_p->hdr.ip6_dst; in return_icmp6_redirect()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip6_var.h75 struct in6_addr ip6_dst; /* destination address */ member
Duser_socket.c3061 dst.sin6_addr = ip6->ip6_dst;
/third_party/musl/ndk_musl_include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/musl/include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip6.h22 struct in6_addr ip6_dst; member
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c70 ip6.ip6_dst.s6_addr[15] = 1; in setup_client()
/third_party/iptables/iptables/
Dnft-ipv6.c64 offsetof(struct ip6_hdr, ip6_dst), in nft_ipv6_add()
158 case offsetof(struct ip6_hdr, ip6_dst): in nft_ipv6_parse_payload()
Dxtables-monitor.c379 inet_ntop(AF_INET6, &ip6h->ip6_dst, addrbuf, sizeof(addrbuf)); in trace_print_packet()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c235 dst.sin6_addr = ip6->ip6_dst;
259 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) {
483 dst.sin6_addr = ip6cp->ip6c_ip6->ip6_dst;
/third_party/toybox/toys/pending/
Ddhcpd.c882 memcpy(&packet.iph.ip6_dst, &gstate.client_nip6, sizeof(uint32_t)*4); in send_packet6()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c4649 ip6h->ip6_dst = sin6->sin6_addr;
4850 sin6->sin6_addr = ip6h->ip6_dst;
11803 ip6->ip6_dst = src_sin6->sin6_addr;
Dsctputil.c8343 dst.sin6_addr = ip6cp->ip6c_ip6->ip6_dst;