Home
last modified time | relevance | path

Searched refs:PACKETLEN (Results 1 – 3 of 3) sorted by relevance

/external/android-clat/
Dclatd.h24 #define PACKETLEN (MAXMTU+sizeof(struct tun_pi)) macro
Dclatd.c101 BPF_STMT(BPF_RET | BPF_K, PACKETLEN), in configure_packet_socket()
334 uint8_t buf[PACKETLEN], *packet; in read_packet()
336 readlen = read(read_fd, buf, PACKETLEN); in read_packet()
Ddump.c227 char output[PACKETLEN*3+2]; in logcat_hexdump()
231 for(i = 0; i < len && i < PACKETLEN; i++) { in logcat_hexdump()