Searched refs:send_rawv6 (Results 1 - 2 of 2) sorted by relevance

/external/android-clat/
H A Dtranslate.c473 void send_rawv6(int fd, clat_packet out, int iov_len) __attribute__((weak));
475 void send_rawv6(int fd, clat_packet out, int iov_len) { function
526 send_rawv6(fd, out, iov_len);
H A Dclatd_test.cpp422 // Testing stub for send_rawv6. The real version uses sendmsg() with a
425 extern "C" void send_rawv6(int fd, clat_packet out, int iov_len) { function

Completed in 396 milliseconds