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

  /external/android-clat/
clatd.h 24 #define PACKETLEN (MAXMTU+sizeof(struct tun_pi))
clatd.c 92 // three words of the IPv6 address, and if they all match, return PACKETLEN (accept packet).
101 BPF_STMT(BPF_RET | BPF_K, PACKETLEN),
334 uint8_t buf[PACKETLEN], *packet;
336 readlen = read(read_fd, buf, PACKETLEN);
dump.c 227 char output[PACKETLEN*3+2];
231 for(i = 0; i < len && i < PACKETLEN; i++) {

Completed in 157 milliseconds