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

  /external/tcpdump/
print-frag6.c 50 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
55 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
ip6.h 93 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen macro
print-ip6.c 242 payload_len = EXTRACT_16BITS(&ip6->ip6_plen);
print-esp.c 709 if (!EXTRACT_16BITS(&ip6->ip6_plen))
712 len = sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen);
print-tcp.c 384 } else if (IP_V(ip) == 6 && ip6->ip6_plen) {
    [all...]
print-udp.c 556 else if (IP_V(ip) == 6 && ip6->ip6_plen) {
  /bionic/libc/include/netinet/
ip6.h 94 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen macro
  /external/android-clat/
ipv4.c 144 ip6_targ->ip6_plen = htons(packet_length(out, pos));
dump.c 80 printf("payload len = %x\n",ntohs(header->ip6_plen));
clatd_test.cpp 227 EXPECT_EQ(len - sizeof(*ip6), htons(ip6->ip6_plen)) << msg << ": Incorrect IPv6 length\n";
366 ip6->ip6_plen = htons(total_length - sizeof(*ip6));
367 ASSERT_FALSE(is_ipv6_fragment(ip6, ip6->ip6_plen))
    [all...]
translate.c 162 ip6->ip6_plen = htons(payload_len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip6.h 45 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen macro
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 529 sndip6_p->hdr.ip6_plen = htons(sizeof(struct neighbor_adv));
550 p_ip6.hdr.p_ip6_plen = sndip6_p->hdr.ip6_plen;
631 sndip6_p->hdr.ip6_plen = htons(ip6_payload_size);
652 p_ip6.hdr.p_ip6_plen = sndip6_p->hdr.ip6_plen;
ns-icmpv6_sender.c 277 pkt.hdr.ip6_plen = htons(ip6_psize);
376 pkt.hdr.ip6_plen = htons(ip6_psize);
652 bitsize = sizeof(pkt->hdr.ip6_plen) * 8;
654 pkt->hdr.ip6_plen ^= seed;

Completed in 774 milliseconds