Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsockio.h124 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
/dragonfly/sbin/ifconfig/
HDifgroup.c59 if (ioctl(s, SIOCAIFGROUP, &ifgr) == -1 && errno != EEXIST) in setifgroup()
/dragonfly/sys/net/
HDif.c2365 case SIOCAIFGROUP: in ifioctl()