Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c166 phu.ph.ph_dst = ip6->ip6_dst; in tcp6_cksum()
253 ip6addr_string(&ip6->ip6_dst), in tcp_print()
328 dst = &ip6->ip6_dst; in tcp_print()
332 if (memcmp(src, dst, sizeof ip6->ip6_dst) > 0) in tcp_print()
336 memcpy(&tha.src, dst, sizeof ip6->ip6_dst); in tcp_print()
340 memcpy(&tha.dst, dst, sizeof ip6->ip6_dst); in tcp_print()
770 MD5_Update(&ctx, (char *)&ip6->ip6_dst, sizeof(ip6->ip6_dst)); in tcp_verify_signature()
Dprint-icmp6.c212 phu.ph.ph_dst = ip6->ip6_dst; in icmp6_cksum()
281 TCHECK(oip->ip6_dst); in icmp6_print()
288 printf(" %s",ip6addr_string(&oip->ip6_dst)); in icmp6_print()
292 ip6addr_string(&oip->ip6_dst), in icmp6_print()
304 ip6addr_string(&oip->ip6_dst), in icmp6_print()
309 ip6addr_string(&oip->ip6_dst), in icmp6_print()
314 ip6addr_string(&oip->ip6_dst), in icmp6_print()
332 TCHECK(oip->ip6_dst); in icmp6_print()
336 ip6addr_string(&oip->ip6_dst)); in icmp6_print()
347 TCHECK(oip->ip6_dst); in icmp6_print()
Dip6.h88 struct in6_addr ip6_dst; /* destination address */ member
Dprint-sunrpc.c105 ip6addr_string(&ip6->ip6_dst), dstid, length); in sunrpcrequest_print()
Dprint-udp.c339 phu.ph.ph_dst = ip6->ip6_dst; in udp6_cksum()
379 ip6addr_string(&ip6->ip6_dst)); in udpipaddr_print()
384 ip6addr_string(&ip6->ip6_dst), in udpipaddr_print()
Dprint-dccp.c112 phu.ph.ph_dst = ip6->ip6_dst; in dccp6_cksum()
257 ip6addr_string(&ip6->ip6_dst), dport); in dccp_print()
Dprint-nfs.c185 strlcpy(dstaddr, ip6addr_string(&ip6->ip6_dst), in print_nfsaddr()
926 memcpy(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst)); in xid_map_enter()
970 memcmp(&ip6->ip6_dst, &xmep->client, in xid_map_find()
971 sizeof(ip6->ip6_dst)) != 0) { in xid_map_find()
Dprint-ip6.c121 ip6addr_string(&ip6->ip6_dst)); in ip6_print()
Dprint-pgm.c187 ip6addr_string(&ip6->ip6_dst)); in pgm_print()
208 ip6addr_string(&ip6->ip6_dst), in pgm_print()
Dprint-sctp.c110 ip6addr_string(&ip6->ip6_dst), in sctp_print()
Dprint-esp.c423 memcmp(&sin6->sin6_addr, &ip6->ip6_dst, in esp_print()
Dprint-isakmp.c234 memcpy(&sin6->sin6_addr, &ip6->ip6_dst, sizeof(ip6->ip6_dst)); in cookie_record()
/external/bluetooth/hcidump/parser/
Dtcpip.c111 memcpy(&sai6.sin6_addr, &ip6->ip6_dst, sizeof(struct in6_addr)); in ip_dump()
/external/ping6/
Dping6.c2439 if (!inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf, sizeof(ntop_buf))) in pr_iph()