Home
last modified time | relevance | path

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

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