Searched refs:send_rawv6 (Results 1 – 2 of 2) sorted by relevance
/external/android-clat/ |
D | translate.c | 468 void send_rawv6(int fd, clat_packet out, int iov_len) __attribute__((weak)); 470 void send_rawv6(int fd, clat_packet out, int iov_len) { in send_rawv6() function 520 send_rawv6(fd, out, iov_len); in translate_packet()
|
D | clatd_test.cpp | 433 extern "C" void send_rawv6(int fd, clat_packet out, int iov_len) { writev(fd, out, iov_len); } in send_rawv6() function
|