HomeSort by relevance Sort by last modified time
    Searched refs:ip6_dst (Results 1 - 14 of 14) sorted by null

  /external/tcpdump/
print-tcp.c 166 phu.ph.ph_dst = ip6->ip6_dst;
253 ip6addr_string(&ip6->ip6_dst),
328 dst = &ip6->ip6_dst;
332 if (memcmp(src, dst, sizeof ip6->ip6_dst) > 0)
336 memcpy(&tha.src, dst, sizeof ip6->ip6_dst);
340 memcpy(&tha.dst, dst, sizeof ip6->ip6_dst);
770 MD5_Update(&ctx, (char *)&ip6->ip6_dst, sizeof(ip6->ip6_dst));
ip6.h 88 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
print-icmp6.c 212 phu.ph.ph_dst = ip6->ip6_dst;
281 TCHECK(oip->ip6_dst);
288 printf(" %s",ip6addr_string(&oip->ip6_dst));
292 ip6addr_string(&oip->ip6_dst),
304 ip6addr_string(&oip->ip6_dst),
309 ip6addr_string(&oip->ip6_dst),
314 ip6addr_string(&oip->ip6_dst),
332 TCHECK(oip->ip6_dst);
336 ip6addr_string(&oip->ip6_dst));
347 TCHECK(oip->ip6_dst);
    [all...]
print-sunrpc.c 105 ip6addr_string(&ip6->ip6_dst), dstid, length);
print-ip6.c 121 ip6addr_string(&ip6->ip6_dst));
print-udp.c 339 phu.ph.ph_dst = ip6->ip6_dst;
379 ip6addr_string(&ip6->ip6_dst));
384 ip6addr_string(&ip6->ip6_dst),
print-dccp.c 112 phu.ph.ph_dst = ip6->ip6_dst;
257 ip6addr_string(&ip6->ip6_dst), dport);
print-pgm.c 187 ip6addr_string(&ip6->ip6_dst));
208 ip6addr_string(&ip6->ip6_dst),
print-sctp.c 110 ip6addr_string(&ip6->ip6_dst),
print-nfs.c 185 strlcpy(dstaddr, ip6addr_string(&ip6->ip6_dst),
926 memcpy(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
970 memcmp(&ip6->ip6_dst, &xmep->client,
971 sizeof(ip6->ip6_dst)) != 0) {
    [all...]
print-esp.c 423 memcmp(&sin6->sin6_addr, &ip6->ip6_dst,
print-isakmp.c 234 memcpy(&sin6->sin6_addr, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /external/bluetooth/hcidump/parser/
tcpip.c 111 memcpy(&sai6.sin6_addr, &ip6->ip6_dst, sizeof(struct in6_addr));

Completed in 97 milliseconds