Searched refs:ifgroupreq (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sbin/ifconfig/ |
| HD | 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()
|
| HD | ifconfig.c | 879 struct ifgroupreq ifgr; in group_member()
|
| /freebsd-14-stable/sys/sys/ |
| HD | sockio.h | 134 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ 135 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ 136 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ 137 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
|
| /freebsd-14-stable/lib/libifconfig/ |
| HD | libifconfig.h | 192 struct ifgroupreq *ifgr);
|
| HD | libifconfig.c | 493 struct ifgroupreq *ifgr) in ifconfig_get_groups()
|
| /freebsd-14-stable/sys/net/ |
| HD | if.c | 286 static int if_getgroup(struct ifgroupreq *, struct ifnet *); 287 static int if_getgroupmembers(struct ifgroupreq *); 1578 if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp) in if_getgroup() 1614 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()
|
| HD | if.h | 589 struct ifgroupreq { struct
|
| /freebsd-14-stable/contrib/wireguard-tools/ |
| HD | ipc-freebsd.h | 24 struct ifgroupreq ifgr = { .ifgr_name = "wg" }; in kernel_get_wireguard_interfaces()
|
| /freebsd-14-stable/share/examples/libifconfig/ |
| HD | status.c | 349 struct ifgroupreq ifgr; in print_groups()
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | pfctl_parser.c | 1372 struct ifgroupreq ifgr; in ifa_add_groups_to_map() 1403 struct ifgroupreq ifgr2; in ifa_add_groups_to_map() 1594 struct ifgroupreq ifgr; in ifa_grouplookup()
|
| HD | pfctl_optimize.c | 1500 struct ifgroupreq ifgr; in interface_group()
|