Searched refs:PACKETLEN (Results 1 – 3 of 3) sorted by relevance
24 #define PACKETLEN (MAXMTU+sizeof(struct tun_pi)) macro
101 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()
227 char output[PACKETLEN*3+2]; in logcat_hexdump()231 for(i = 0; i < len && i < PACKETLEN; i++) { in logcat_hexdump()