Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/inet/
H A Dethernet_inet.h41 #define ETHER_MAX_FRAMES (200) /* Maximum of consecutive frames */ macro
H A Dethernet.c320 if (frames > ETHER_MAX_FRAMES) { in ether_input()