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

/freebsd-11-stable/tools/tools/netmap/
H A Dvale-ctl.c85 bdg_ctl(const char *name, int nr_cmd, int nr_arg, char *nmr_config, int nr_arg2) argument
101 parse_nmr_config(nmr_config, &nmr);
226 char *name = NULL, *nmr_config = NULL; local
260 nmr_config = strdup(optarg);
281 return bdg_ctl(name, nr_cmd, nr_arg, nmr_config, nr_arg2) ? 1 : 0;
H A Dpkt-gen.c298 char *nmr_config; member in struct:glob_arg
2818 g.nmr_config = "";
2976 g.nmr_config = strdup(optarg);
3087 parse_nmr_config(g.nmr_config, &base_nmd.req);

Completed in 132 milliseconds