Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libnetmap/
H A Dlibnetmap.h488 struct nmreq_opt_parser;
489 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers,
509 struct nmreq_opt_parser { struct
519 struct nmreq_opt_parser *next; /* list of options */ argument
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; in nmport_opt_key_ctor()
438 struct nmreq_opt_parser *p; in nmport_disable_option()
450 struct nmreq_opt_parser *p; in nmport_enable_option()
H A Dnmreq.c417 nmreq_option_parsekeys(const char *prefix, char *body, struct nmreq_opt_parser *p, in nmreq_option_parsekeys()
488 nmreq_option_decode1(char *opt, struct nmreq_opt_parser *parsers, in nmreq_option_decode1()
491 struct nmreq_opt_parser *p; in nmreq_option_decode1()
558 nmreq_options_decode(const char *opt, struct nmreq_opt_parser parsers[], in nmreq_options_decode()