Searched refs:ifgroupreq (Results 1 – 11 of 11) sorted by relevance
| /src/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 | 864 struct ifgroupreq ifgr; in group_member()
|
| /src/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 */
|
| /src/lib/libifconfig/ |
| H A D | libifconfig.h | 197 struct ifgroupreq *ifgr);
|
| H A D | libifconfig.c | 493 struct ifgroupreq *ifgr) in ifconfig_get_groups()
|
| /src/sys/net/ |
| H A D | if.c | 277 static int if_getgroup(struct ifgroupreq *, struct ifnet *); 278 static int if_getgroupmembers(struct ifgroupreq *); 1446 if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp) in if_getgroup() 1482 if_getgroupmembers(struct ifgroupreq *ifgr) in if_getgroupmembers() 2720 groupname = ((struct ifgroupreq *)data)->ifgr_group; in ifhwioctl() 2733 error = if_getgroup((struct ifgroupreq *)data, ifp); in ifhwioctl() 2745 groupname = ((struct ifgroupreq *)data)->ifgr_group; in ifhwioctl() 2770 struct ifgroupreq ifgr; in ifioctl() 2838 cmd = _IOC_NEWTYPE(cmd, struct ifgroupreq); in ifioctl() 2897 struct ifgroupreq *req; in ifioctl() [all …]
|
| H A D | if.h | 588 struct ifgroupreq { struct
|
| /src/contrib/wireguard-tools/ |
| H A D | ipc-freebsd.h | 24 struct ifgroupreq ifgr = { .ifgr_name = "wg" }; in kernel_get_wireguard_interfaces()
|
| /src/share/examples/libifconfig/ |
| H A D | status.c | 349 struct ifgroupreq ifgr; in print_groups()
|
| /src/sbin/pfctl/ |
| H A D | pfctl_parser.c | 1504 struct ifgroupreq ifgr; in ifa_add_groups_to_map() 1535 struct ifgroupreq ifgr2; in ifa_add_groups_to_map() 1747 struct ifgroupreq ifgr; in ifa_grouplookup()
|
| H A D | pfctl_optimize.c | 1513 struct ifgroupreq ifgr; in interface_group()
|