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

  /external/android-clat/
clatd.h 25 #define PACKETLEN (MAXMTU+sizeof(struct tun_pi))
clatd.c 305 char packet[PACKETLEN];
308 memset(packet, 0, PACKETLEN);
310 readlen = read(active_fd,packet,PACKETLEN);
dump.c 220 char output[PACKETLEN*3+2];
224 for(i = 0; i < len && i < PACKETLEN; i++) {

Completed in 28 milliseconds