Searched refs:LAYER_MAX (Results 1 – 3 of 3) sorted by relevance
39 #define LAYER_MAX 10 /* How many layers we can handle on a link */ macro
57 struct layer const *layer[LAYER_MAX]; /* i/o layers */
278 struct mbuf *bp, *lbp[LAYER_MAX], *next; in link_PullPacket()279 u_short lproto[LAYER_MAX], proto; in link_PullPacket()