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

  /external/android-clat/
ring.c 122 translate_packet(write_fd, to_ipv6, packet, tp->tp_len);
translate.h 52 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize);
clatd.c 367 translate_packet(write_fd, to_ipv6, packet, readlen);
translate.c 488 /* function: translate_packet
495 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize) { function
clatd_test.cpp 459 translate_packet(write_fd, (version == 4), original, original_len);
    [all...]

Completed in 94 milliseconds