Home
last modified time | relevance | path

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

/trueos/sys/netgraph/
HDng_pppoe.c205 #define NUMTAGS 20 /* number of tags we are set up to work with */ macro
219 const struct pppoe_tag *tags[NUMTAGS];
354 if ((i = neg->numtags++) < NUMTAGS) { in insert_tag()
386 ((count < sp->neg->numtags) && (count < NUMTAGS)); in make_packet()