HomeSort by relevance Sort by last modified time
    Searched full:clat_packet_index (Results 1 - 4 of 4) sorted by null

  /external/android-clat/
translate.h 43 } clat_packet_index; typedef in typeref:enum:__anon4904
47 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, clat_packet_index pos);
50 uint16_t packet_length(clat_packet packet, clat_packet_index pos);
66 int ipv4_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len);
67 int ipv6_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len);
80 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
82 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
86 int generic_packet(clat_packet out, clat_packet_index pos, const uint8_t *payload, size_t len);
89 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
91 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp
    [all...]
translate.c 36 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, clat_packet_index pos) {
52 uint16_t packet_length(clat_packet packet, clat_packet_index pos) {
227 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
281 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
327 int generic_packet(clat_packet out, clat_packet_index pos, const uint8_t *payload, size_t len) {
343 int udp_packet(clat_packet out, clat_packet_index pos, const struct udphdr *udp,
367 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
404 int udp_translate(clat_packet out, clat_packet_index pos, const struct udphdr *udp,
444 int tcp_translate(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
ipv4.c 34 int icmp_packet(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
57 int ipv4_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len) {
ipv6.c 37 int icmp6_packet(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
78 int ipv6_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len) {

Completed in 65 milliseconds