Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pppoe.c227 #define NUMTAGS 20 /* number of tags we are set up to work with */ macro
241 const struct pppoe_tag *tags[NUMTAGS];
377 if ((i = neg->numtags++) < NUMTAGS) { in insert_tag()
409 ((count < sp->neg->numtags) && (count < NUMTAGS)); in make_packet()