Home
last modified time | relevance | path

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

/external/android-clat/
Dclatd.c99 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()
Dclatd.h27 #define PACKETLEN (MAXMTU + sizeof(struct tun_pi)) macro
Ddump.c228 char output[PACKETLEN * 3 + 2]; in logcat_hexdump()
232 for (i = 0; i < len && i < PACKETLEN; i++) { in logcat_hexdump()
/external/u-boot/drivers/net/
Dethoc.c29 #define PACKETLEN 0x18 macro