Searched refs:next_header (Results 1 – 3 of 3) sorted by relevance
/external/android-clat/ |
D | ipv6.c | 83 const uint8_t *next_header; in ipv6_packet() local 113 next_header = packet + sizeof(struct ip6_hdr); in ipv6_packet() 128 frag_hdr = (struct ip6_frag *) next_header; in ipv6_packet() 134 next_header += sizeof(*frag_hdr); in ipv6_packet() 156 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv6_packet() 158 iov_len = icmp6_packet(out, pos + 2, (const struct icmp6_hdr *) next_header, len_left); in ipv6_packet() 160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv6_packet() 163 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum, in ipv6_packet() 166 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv6_packet()
|
D | ipv4.c | 63 const uint8_t *next_header; in ipv4_packet() local 93 next_header = packet + header->ihl*4; in ipv4_packet() 124 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv4_packet() 126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *) next_header, new_sum, len_left); in ipv4_packet() 128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv4_packet() 131 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum, in ipv4_packet() 134 iov_len = generic_packet(out, pos + 2, next_header, len_left); in ipv4_packet()
|
/external/pcre/dist2/src/sljit/ |
D | sljitExecAllocator.c | 178 struct block_header *next_header; in sljit_malloc_exec() local 232 next_header = AS_BLOCK_HEADER(free_block, chunk_size); in sljit_malloc_exec() 238 next_header = AS_BLOCK_HEADER(header, chunk_size); in sljit_malloc_exec() 240 next_header->size = 1; in sljit_malloc_exec() 241 next_header->prev_size = chunk_size; in sljit_malloc_exec()
|