Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt-gen.c200 #define MAX_BODYSIZE 65536 macro
209 uint8_t body[MAX_BODYSIZE]; /* hardwired */
214 uint8_t body[MAX_BODYSIZE]; /* hardwired */
244 #define MAX_PKTSIZE MAX_BODYSIZE /* XXX: + IP_HDR + ETH_HDR */
1960 char buf[MAX_BODYSIZE]; in receiver_body()