ifgroupreq       1151 net/if.c       	struct ifgroupreq *ifgr;
ifgroupreq       1317 net/if.c       		ifgr = (struct ifgroupreq *)data;
ifgroupreq       1331 net/if.c       		ifgr = (struct ifgroupreq *)data;
ifgroupreq       1718 net/if.c       	struct ifgroupreq	*ifgr = (struct ifgroupreq *)data;
ifgroupreq       1750 net/if.c       	struct ifgroupreq	*ifgr = (struct ifgroupreq *)data;
ifgroupreq       1789 net/if.c       	struct ifgroupreq	*ifgr = (struct ifgroupreq *)data;
ifgroupreq       1806 net/if.c       	struct ifgroupreq	*ifgr = (struct ifgroupreq *)data;
ifgroupreq        475 net/if.h       struct ifgroupreq {
ifgroupreq       2258 netinet/ip_carp.c 	struct ifgroupreq *ifgr = (struct ifgroupreq *)addr;
ifgroupreq       2276 netinet/ip_carp.c 	struct ifgroupreq *ifgr = (struct ifgroupreq *)addr;
ifgroupreq        148 sys/sockio.h   #define	SIOCAIFGROUP	_IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
ifgroupreq        149 sys/sockio.h   #define	SIOCGIFGROUP   _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
ifgroupreq        150 sys/sockio.h   #define	SIOCDIFGROUP    _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
ifgroupreq        151 sys/sockio.h   #define	SIOCGIFGMEMB   _IOWR('i', 138, struct ifgroupreq) /* get members */
ifgroupreq        152 sys/sockio.h   #define	SIOCGIFGATTR   _IOWR('i', 139, struct ifgroupreq) /* get ifgroup attribs */
ifgroupreq        153 sys/sockio.h   #define	SIOCSIFGATTR   _IOW('i', 140, struct ifgroupreq) /* set ifgroup attribs */