Symbol: ifgroupreq
lib/libifconfig/libifconfig.c
493
struct ifgroupreq *ifgr)
lib/libifconfig/libifconfig.h
197
struct ifgroupreq *ifgr);
sbin/ifconfig/ifconfig.c
864
struct ifgroupreq ifgr;
sbin/ifconfig/ifgroup.c
106
struct ifgroupreq ifgr;
sbin/ifconfig/ifgroup.c
48
struct ifgroupreq ifgr = {};
sbin/ifconfig/ifgroup.c
64
struct ifgroupreq ifgr = {};
sbin/ifconfig/ifgroup.c
80
struct ifgroupreq ifgr;
sbin/pfctl/pfctl_optimize.c
1513
struct ifgroupreq ifgr;
sbin/pfctl/pfctl_parser.c
1504
struct ifgroupreq ifgr;
sbin/pfctl/pfctl_parser.c
1535
struct ifgroupreq ifgr2;
sbin/pfctl/pfctl_parser.c
1747
struct ifgroupreq ifgr;
share/examples/libifconfig/status.c
349
struct ifgroupreq ifgr;
sys/net/if.c
1456
if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp)
sys/net/if.c
1492
if_getgroupmembers(struct ifgroupreq *ifgr)
sys/net/if.c
2733
groupname = ((struct ifgroupreq *)data)->ifgr_group;
sys/net/if.c
2746
error = if_getgroup((struct ifgroupreq *)data, ifp);
sys/net/if.c
2758
groupname = ((struct ifgroupreq *)data)->ifgr_group;
sys/net/if.c
277
static int if_getgroup(struct ifgroupreq *, struct ifnet *);
sys/net/if.c
278
static int if_getgroupmembers(struct ifgroupreq *);
sys/net/if.c
2783
struct ifgroupreq ifgr;
sys/net/if.c
2851
cmd = _IOC_NEWTYPE(cmd, struct ifgroupreq);
sys/net/if.c
2910
struct ifgroupreq *req;
sys/net/if.c
2912
req = (struct ifgroupreq *)data;
sys/sys/sockio.h
132
#define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
sys/sys/sockio.h
133
#define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
sys/sys/sockio.h
134
#define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
sys/sys/sockio.h
135
#define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */