Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/appletalk/
Dcops.h13 #define MAX_LLAP_SIZE 603 macro
Dcops.c813 if(pkt_len < 0 || pkt_len > MAX_LLAP_SIZE) in cops_rx()