Searched refs:SIOCAIFGROUP (Results 1 – 3 of 3) sorted by relevance
124 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
59 if (ioctl(s, SIOCAIFGROUP, &ifgr) == -1 && errno != EEXIST) in setifgroup()
2365 case SIOCAIFGROUP: in ifioctl()