Searched refs:ip6_dst (Results 1 – 14 of 14) sorted by relevance
/external/tcpdump/ |
D | print-tcp.c | 166 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()
|
D | print-icmp6.c | 212 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()
|
D | ip6.h | 88 struct in6_addr ip6_dst; /* destination address */ member
|
D | print-sunrpc.c | 105 ip6addr_string(&ip6->ip6_dst), dstid, length); in sunrpcrequest_print()
|
D | print-udp.c | 339 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()
|
D | print-dccp.c | 112 phu.ph.ph_dst = ip6->ip6_dst; in dccp6_cksum() 257 ip6addr_string(&ip6->ip6_dst), dport); in dccp_print()
|
D | print-nfs.c | 185 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()
|
D | print-ip6.c | 121 ip6addr_string(&ip6->ip6_dst)); in ip6_print()
|
D | print-pgm.c | 187 ip6addr_string(&ip6->ip6_dst)); in pgm_print() 208 ip6addr_string(&ip6->ip6_dst), in pgm_print()
|
D | print-sctp.c | 110 ip6addr_string(&ip6->ip6_dst), in sctp_print()
|
D | print-esp.c | 423 memcmp(&sin6->sin6_addr, &ip6->ip6_dst, in esp_print()
|
D | print-isakmp.c | 234 memcpy(&sin6->sin6_addr, &ip6->ip6_dst, sizeof(ip6->ip6_dst)); in cookie_record()
|
/external/bluetooth/hcidump/parser/ |
D | tcpip.c | 111 memcpy(&sai6.sin6_addr, &ip6->ip6_dst, sizeof(struct in6_addr)); in ip_dump()
|
/external/ping6/ |
D | ping6.c | 2439 if (!inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf, sizeof(ntop_buf))) in pr_iph()
|