Searched refs:PACKETLEN (Results 1 – 4 of 4) sorted by relevance
99 BPF_STMT(BPF_RET | BPF_K, PACKETLEN), in configure_packet_socket()398 uint8_t buf[PACKETLEN], *packet; in read_packet()400 readlen = read(read_fd, buf, PACKETLEN); in read_packet()
27 #define PACKETLEN (MAXMTU + sizeof(struct tun_pi)) macro
228 char output[PACKETLEN * 3 + 2]; in logcat_hexdump()232 for (i = 0; i < len && i < PACKETLEN; i++) { in logcat_hexdump()
29 #define PACKETLEN 0x18 macro