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

/freebsd-13-stable/lib/libnetmap/
H A Dlibnetmap.h241 * | |nmport_parse
256 /* nmport_parse - fills the nmport_d netmap-register request
268 int nmport_parse(struct nmport_d *d, const char *portspec);
275 * initialized (via nmport_parse() or otherwise).
297 /* the following functions undo the actions of nmport_new(), nmport_parse(),
309 * @portspec. It is equivalent to nmport_new() followed by nmport_parse().
367 * between nmport_parse() and nmport_register() (or between nmport_prepare()
431 * internally by nmport_parse().
H A Dnmport.c464 nmport_parse(struct nmport_d *d, const char *ifname) function
507 if (nmport_parse(d, ifname) < 0)

Completed in 48 milliseconds