Searched refs:ifgroupreq (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sockio.h | 135 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ 136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ 137 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ 138 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
|
| /f-stack/freebsd/sys/ |
| H A D | sockio.h | 135 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ 136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ 137 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ 138 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
|
| /f-stack/tools/ifconfig/ |
| H A D | ifgroup.c | 56 struct ifgroupreq ifgr; in setifgroup() 74 struct ifgroupreq ifgr; in unsetifgroup() 92 struct ifgroupreq ifgr; in getifgroups() 140 struct ifgroupreq ifgr; in printgroup()
|
| H A D | ifconfig.c | 794 struct ifgroupreq ifgr; in group_member()
|
| /f-stack/freebsd/net/ |
| H A D | if.c | 190 struct ifgroupreq ifgr; 272 static int if_getgroup(struct ifgroupreq *, struct ifnet *); 273 static int if_getgroupmembers(struct ifgroupreq *); 1677 if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp) in if_getgroup() 1713 if_getgroupmembers(struct ifgroupreq *ifgr) in if_getgroupmembers() 2859 ifgr_group_get((struct ifgroupreq *)data)))) in ifhwioctl() 2868 error = if_getgroup((struct ifgroupreq *)data, ifp); in ifhwioctl() 2878 ifgr_group_get((struct ifgroupreq *)data)))) in ifhwioctl() 3028 error = if_getgroupmembers((struct ifgroupreq *)data); in ifioctl()
|
| H A D | if.h | 526 struct ifgroupreq { struct
|
| /f-stack/tools/compat/include/net/ |
| H A D | if.h | 512 struct ifgroupreq { struct
|