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

  /external/android-clat/
translate.h 35 // A clat_packet is an array of iovec structures representing a packet that we are translating.
36 // The CLAT_POS_XXX constants represent the array indices within the clat_packet that contain
44 typedef struct iovec clat_packet[CLAT_POS_MAX]; typedef in typeref:struct:iovec
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)
    [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) {
225 * returns: the highest position in the output clat_packet that's filled in
227 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
279 * returns: the highest position in the output clat_packet that's filled in
281 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
325 * returns: the highest position in the output clat_packet that's filled in
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,
365 * returns: the highest position in the output clat_packet that's filled i
    [all...]
ipv4.c 32 * returns: the highest position in the output clat_packet that's filled in
34 int icmp_packet(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
55 * returns: the highest position in the output clat_packet that's filled in
57 int ipv4_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len) {
ipv6.c 35 * returns: the highest position in the output clat_packet that's filled in
37 int icmp6_packet(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
76 * returns: the highest position in the output clat_packet that's filled in
78 int ipv6_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len) {
clatd_test.cpp 424 extern "C" void send_rawv6(int fd, clat_packet out, int iov_len) {

Completed in 886 milliseconds