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

/freebsd-13-stable/lib/libnetmap/
H A Dlibnetmap.h240 * |nmport_prepare = |
305 /* nmport_prepare - create a port descriptor, but do not open it
315 struct nmport_d *nmport_prepare(const char *portspec);
330 /* the following functions undo the actions of nmport_prepare()
344 * already nmport_prepare()d, but it must still be nmport_open_desc()ed. The
367 * between nmport_parse() and nmport_register() (or between nmport_prepare()
H A Dnmport.c497 nmport_prepare(const char *ifname) function
734 d = nmport_prepare(ifname);
/freebsd-13-stable/tools/tools/netmap/
H A Dlb.c718 rxport->nmd = nmport_prepare(glob_arg.ifname);
H A Dpkt-gen.c3114 g.nmd = nmport_prepare(g.ifname);

Completed in 55 milliseconds