Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/appletalk/
H A Dcops.h14 #define MAX_LLAP_SIZE 603 macro
H A Dcops.c811 if(pkt_len < 0 || pkt_len > MAX_LLAP_SIZE) in cops_rx()