Home
last modified time | relevance | path

Searched refs:ifgroupreq (Results 1 – 11 of 11) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difgroup.c48 struct ifgroupreq ifgr = {}; in setifgroup()
64 struct ifgroupreq ifgr = {}; in unsetifgroup()
80 struct ifgroupreq ifgr; in getifgroups()
106 struct ifgroupreq ifgr; in printgroup()
H A Difconfig.c870 struct ifgroupreq ifgr; in group_member()
/freebsd/sys/sys/
H A Dsockio.h132 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
133 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
134 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
135 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
/freebsd/lib/libifconfig/
H A Dlibifconfig.h192 struct ifgroupreq *ifgr);
H A Dlibifconfig.c493 struct ifgroupreq *ifgr) in ifconfig_get_groups()
/freebsd/sys/net/
H A Dif.c284 static int if_getgroup(struct ifgroupreq *, struct ifnet *);
285 static int if_getgroupmembers(struct ifgroupreq *);
1574 if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp) in if_getgroup()
1610 if_getgroupmembers(struct ifgroupreq *ifgr) in if_getgroupmembers()
2870 ((struct ifgroupreq *)data)->ifgr_group); in ifhwioctl()
2880 error = if_getgroup((struct ifgroupreq *)data, ifp); in ifhwioctl()
2890 ((struct ifgroupreq *)data)->ifgr_group); in ifhwioctl()
2912 struct ifgroupreq ifgr; in ifioctl()
2980 cmd = _IOC_NEWTYPE(cmd, struct ifgroupreq); in ifioctl()
3038 error = if_getgroupmembers((struct ifgroupreq *)data); in ifioctl()
H A Dif.h589 struct ifgroupreq { struct
/freebsd/contrib/wireguard-tools/
H A Dipc-freebsd.h24 struct ifgroupreq ifgr = { .ifgr_name = "wg" }; in kernel_get_wireguard_interfaces()
/freebsd/share/examples/libifconfig/
H A Dstatus.c349 struct ifgroupreq ifgr; in print_groups()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1399 struct ifgroupreq ifgr; in ifa_add_groups_to_map()
1430 struct ifgroupreq ifgr2; in ifa_add_groups_to_map()
1651 struct ifgroupreq ifgr; in ifa_grouplookup()
H A Dpfctl_optimize.c1518 struct ifgroupreq ifgr; in interface_group()