Home
last modified time | relevance | path

Searched refs:SIOCGIFDATA (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-bsd.c96 #ifdef SIOCGIFDATA in ps_root_doioctldom()
97 case SIOCGIFDATA: /* FALLTHROUGH */ in ps_root_doioctldom()
/dragonfly/sys/sys/
H A Dsockio.h77 #define SIOCGIFDATA _IOWR('i', 38, struct ifreq) /* get if_data */ macro
/dragonfly/usr.sbin/pflogd/
H A Dpflogd.c219 if (ioctl(s, SIOCGIFDATA, (caddr_t)&ifr) == -1) in if_exists()
/dragonfly/sys/net/
H A Dif.c2045 case SIOCGIFDATA: in ifioctl()