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

/freebsd-12-stable/sys/net/
H A Dnetmap_legacy.h41 * NIOCGINFO takes a struct ifreq, the interface name is the input,
50 * The argument to NIOCGINFO/NIOCREGIF overlays struct ifreq so we
253 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */ macro
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_legacy.c132 if (ioctl_cmd == NIOCGINFO || ioctl_cmd == NIOCREGIF) {
235 case NIOCGINFO: {
244 /* Regular NIOCGINFO. */
367 case NIOCGINFO:

Completed in 109 milliseconds