Home
last modified time | relevance | path

Searched refs:SIOCSIFDESCR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsockio.h80 #define SIOCSIFDESCR _IOW('i', 42, struct ifreq) /* set ifnet descr */ macro
/dragonfly/sbin/ifconfig/
H A Difconfig.c1205 if (ioctl(s, SIOCSIFDESCR, &ifr) < 0) in setifdescr()
/dragonfly/sys/net/
H A Dif.c2080 case SIOCSIFDESCR: in ifioctl()