/external/tcpdump/ |
print-frag6.c | 39 register const struct ip6_hdr *ip6; 42 ip6 = (const struct ip6_hdr *)bp2; 50 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) - 55 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
|
ip6.h | 76 struct ip6_hdr { struct 91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) 199 extern int nextproto6_cksum(const struct ip6_hdr *, const uint8_t *, u_int, u_int, u_int);
|
print-rt6.c | 95 struct ip6_hdr *ip6 = (struct ip6_hdr *)bp2;
|
print-ip6.c | 44 nextproto6_cksum(const struct ip6_hdr *ip6, const uint8_t *data, 77 register const struct ip6_hdr *ip6; 87 ip6 = (const struct ip6_hdr *)bp; 90 if (length < sizeof (struct ip6_hdr)) { 104 len = payload_len + sizeof(struct ip6_hdr); 141 advance = sizeof(struct ip6_hdr);
|
print-sunrpc.c | 175 register const struct ip6_hdr *ip6; 201 ip6 = (struct ip6_hdr *)bp2;
|
print-dccp.c | 209 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) 276 const struct ip6_hdr *ip6; 289 ip6 = (const struct ip6_hdr *)data2;
|
print-esp.c | 570 struct ip6_hdr *ip6 = NULL; 622 ip6 = (struct ip6_hdr *)bp2; 627 len = sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen);
|
/external/android-clat/ |
dump.h | 29 void dump_ip6(struct ip6_hdr *header); 31 void dump_udp6(const struct udphdr *udp, const struct ip6_hdr *ip6, 33 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
|
checksum.h | 29 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol);
|
translate.h | 47 const struct ip6_hdr *old_header); 48 void fill_ip6_header(struct ip6_hdr *ip6, uint16_t payload_len, uint8_t protocol, 59 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, 64 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ,
|
ipv6.c | 79 const struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; 88 if(len < sizeof(struct ip6_hdr)) { 113 next_header = packet + sizeof(struct ip6_hdr); 114 len_left = len - sizeof(struct ip6_hdr);
|
ipv4.c | 59 struct ip6_hdr *ip6_targ = (struct ip6_hdr *) out[pos].iov_base; 107 out[pos].iov_len = sizeof(struct ip6_hdr);
|
translate.c | 124 const struct ip6_hdr *old_header) { 157 void fill_ip6_header(struct ip6_hdr *ip6, uint16_t payload_len, uint8_t protocol, 159 memset(ip6, 0, sizeof(struct ip6_hdr)); 178 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, 484 sin6.sin6_addr = ((struct ip6_hdr *) out[CLAT_POS_IPHDR].iov_base)->ip6_dst; 500 char iphdr[sizeof(struct ip6_hdr)]; 503 char icmp_iphdr[sizeof(struct ip6_hdr)];
|
clatd_test.cpp | 184 int is_ipv6_fragment(struct ip6_hdr *ip6, size_t len) { 225 struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; 289 struct ip6_hdr *ip6 = NULL; 319 struct ip6_hdr *ip6_orig = (struct ip6_hdr *) packet; 329 ip6 = (struct ip6_hdr *) reassembled; 408 struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; 520 struct ip6_hdr *ip6 [all...] |
dump.c | 73 void dump_ip6(struct ip6_hdr *header) { 157 void dump_udp6(const struct udphdr *udp, const struct ip6_hdr *ip6, 216 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
|
checksum.c | 90 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol) {
|
/external/wpa_supplicant_8/src/ap/ |
ndisc_snoop.c | 28 struct ip6_hdr ipv6h; 107 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr))
|
/external/iputils/ninfod/ |
ninfod.h | 44 #define MAX_REPLY_SIZE 1280-sizeof(struct ip6_hdr)
|
/external/iptables/iptables/ |
nft-ipv6.c | 47 add_proto(r, offsetof(struct ip6_hdr, ip6_nxt), 1, 53 add_addr(r, offsetof(struct ip6_hdr, ip6_src), 59 add_addr(r, offsetof(struct ip6_hdr, ip6_dst), 136 case offsetof(struct ip6_hdr, ip6_src): 149 case offsetof(struct ip6_hdr, ip6_dst): 162 case offsetof(struct ip6_hdr, ip6_nxt):
|
/bionic/libc/include/netinet/ |
ip6.h | 78 struct ip6_hdr { struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip6.h | 25 struct ip6_hdr struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ip6.h | 25 struct ip6_hdr struct
|
/development/ndk/platforms/android-21/include/netinet/ |
ip6.h | 72 struct ip6_hdr { struct
|
/development/ndk/platforms/android-9/include/netinet/ |
ip6.h | 72 struct ip6_hdr { struct
|
/external/ltp/testcases/network/stress/ns-tools/ |
ns-traffic.h | 122 struct ip6_hdr hdr;
|