Home
last modified time | relevance | path

Searched refs:NIOCREGIF (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_legacy.c131 if (ioctl_cmd == NIOCGINFO || ioctl_cmd == NIOCREGIF) { in nmreq_from_legacy()
142 case NIOCREGIF: { in nmreq_from_legacy()
367 case NIOCREGIF: { in netmap_ioctl_legacy()
/freebsd/sys/net/
H A Dnetmap_legacy.h253 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */ macro
H A Dnetmap_user.h494 case NIOCREGIF: in win_nm_ioctl_internal()
902 if (ioctl(d->fd, NIOCREGIF, &d->req)) { in nm_open()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_netmap.c78 err = ioctl(be->fd, NIOCREGIF, &req); in netmap_set_vnet_hdr_len()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c337 ret = ioctl(ctx->fd, NIOCREGIF, &req); in niocregif()