Searched refs:ifgroupreq (Results 1 – 11 of 11) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifgroup.c | 48 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 D | ifconfig.c | 870 struct ifgroupreq ifgr; in group_member()
|
/freebsd/sys/sys/ |
H A D | sockio.h | 132 #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 D | libifconfig.h | 192 struct ifgroupreq *ifgr);
|
H A D | libifconfig.c | 493 struct ifgroupreq *ifgr) in ifconfig_get_groups()
|
/freebsd/sys/net/ |
H A D | if.c | 284 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 D | if.h | 589 struct ifgroupreq { struct
|
/freebsd/contrib/wireguard-tools/ |
H A D | ipc-freebsd.h | 24 struct ifgroupreq ifgr = { .ifgr_name = "wg" }; in kernel_get_wireguard_interfaces()
|
/freebsd/share/examples/libifconfig/ |
H A D | status.c | 349 struct ifgroupreq ifgr; in print_groups()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 1399 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 D | pfctl_optimize.c | 1518 struct ifgroupreq ifgr; in interface_group()
|