Home
last modified time | relevance | path

Searched refs:NIOCGINFO (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_legacy.c131 if (ioctl_cmd == NIOCGINFO || ioctl_cmd == NIOCREGIF) { in nmreq_from_legacy()
234 case NIOCGINFO: { in nmreq_from_legacy()
366 case NIOCGINFO: in netmap_ioctl_legacy()
/freebsd/sys/net/
H A Dnetmap_legacy.h252 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */ macro