ifgroupreq
struct ifgroupreq *ifgr)
struct ifgroupreq *ifgr);
struct ifgroupreq ifgr;
struct ifgroupreq ifgr;
struct ifgroupreq ifgr = {};
struct ifgroupreq ifgr = {};
struct ifgroupreq ifgr;
struct ifgroupreq ifgr;
struct ifgroupreq ifgr;
struct ifgroupreq ifgr2;
struct ifgroupreq ifgr;
struct ifgroupreq ifgr;
if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp)
if_getgroupmembers(struct ifgroupreq *ifgr)
groupname = ((struct ifgroupreq *)data)->ifgr_group;
error = if_getgroup((struct ifgroupreq *)data, ifp);
groupname = ((struct ifgroupreq *)data)->ifgr_group;
static int if_getgroup(struct ifgroupreq *, struct ifnet *);
static int if_getgroupmembers(struct ifgroupreq *);
struct ifgroupreq ifgr;
cmd = _IOC_NEWTYPE(cmd, struct ifgroupreq);
struct ifgroupreq *req;
req = (struct ifgroupreq *)data;
#define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
#define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
#define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
#define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */