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

/freebsd-12-stable/lib/libnetmap/
H A Dlibnetmap.h488 struct nmreq_opt_parser;
489 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers,
508 /* struct nmreq_opt_parser - describes an option parser */
509 struct nmreq_opt_parser { struct
519 struct nmreq_opt_parser *next; /* list of options */
H A Dnmreq.c415 nmreq_option_parsekeys(const char *prefix, char *body, struct nmreq_opt_parser *p,
486 nmreq_option_decode1(char *opt, struct nmreq_opt_parser *parsers,
489 struct nmreq_opt_parser *p;
556 nmreq_options_decode(const char *opt, struct nmreq_opt_parser parsers[],
H A Dnmport.c251 static struct nmreq_opt_parser *nmport_opt_parsers;
258 static struct nmreq_opt_parser NPOPT_DESC(o) = { \
273 struct nmreq_opt_parser *option;
281 struct nmreq_opt_parser *o = k->option;
438 struct nmreq_opt_parser *p;
450 struct nmreq_opt_parser *p;

Completed in 49 milliseconds