Searched refs:nmreq (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libnetmap/
H A DMakefile10 nmctx-pthreads.c nmreq.c
/freebsd-12-stable/sys/net/
H A Dnetmap_legacy.h53 * The actual argument (struct nmreq) has a number of options to request
149 * struct nmreq overlays a struct ifreq (just the name)
151 struct nmreq { struct
253 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
254 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
H A Dnetmap_user.h262 struct nmreq req; /* also contains the nr_name = ifname */
328 * req provides the initial values of nmreq before parsing ifname.
338 static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req,
347 * that may go into the nmreq.
484 szIn = sizeof(struct nmreq);
485 szOut = sizeof(struct nmreq);
819 nm_open(const char *ifname, const struct nmreq *req,
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_legacy.c62 nmreq_register_from_legacy(struct nmreq *nmr, struct nmreq_header *hdr,
123 nmreq_from_legacy(struct nmreq *nmr, u_long ioctl_cmd)
276 nmreq_register_to_legacy(const struct nmreq_register *req, struct nmreq *nmr)
292 nmreq_to_legacy(struct nmreq_header *hdr, struct nmreq *nmr)
371 struct nmreq *nmr = (struct nmreq *) data;
416 struct nmreq *nmr = (struct nmreq *)data;
/freebsd-12-stable/usr.sbin/bhyve/
H A Dnet_backends.c408 nmreq_init(struct nmreq *req, char *ifname)
420 struct nmreq req;
/freebsd-12-stable/tests/sys/netmap/
H A Dctrl-api-test.c301 struct nmreq req;

Completed in 85 milliseconds