Searched refs:nmport_opt_parsers (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libnetmap/
H A Dnmport.c251 static struct nmreq_opt_parser *nmport_opt_parsers; variable in typeref:struct:nmreq_opt_parser
269 NPOPT_DESC(o).next = nmport_opt_parsers; \
270 nmport_opt_parsers = &NPOPT_DESC(o); \
440 for (p = nmport_opt_parsers; p != NULL; p = p->next) {
452 for (p = nmport_opt_parsers; p != NULL; p = p->next) {
478 if (nmreq_options_decode(scan, nmport_opt_parsers, d, d->ctx) < 0) {

Completed in 52 milliseconds