Searched refs:SIOCAIFGROUP (Results 1 – 3 of 3) sorted by relevance
57 if (ioctl_ctx(ctx, SIOCAIFGROUP, (caddr_t)&ifgr) == -1 && errno != EEXIST) in setifgroup()
133 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
183 #define SIOCAIFGROUP32 _IOC_NEWTYPE(SIOCAIFGROUP, struct ifgroupreq32)2743 case SIOCAIFGROUP: in ifhwioctl()