Searched refs:SIOCGIFGROUP (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | ifgroup.c | 98 if (ioctl(s, SIOCGIFGROUP, (caddr_t)&ifgr) == -1) { in getifgroups() 112 if (ioctl(s, SIOCGIFGROUP, (caddr_t)&ifgr) == -1) in getifgroups() 116 if (ioctl_va(s, SIOCGIFGROUP, (caddr_t)&ifgr, 3, offset, ifgr.ifgr_groups, clen) == -1) in getifgroups()
|
| H A D | ifconfig.c | 816 if (ioctl(sock, SIOCGIFGROUP, (caddr_t)&ifgr) == -1) { in group_member() 831 if (ioctl(sock, SIOCGIFGROUP, (caddr_t)&ifgr) == -1) in group_member() 835 if (ioctl_va(sock, SIOCGIFGROUP, (caddr_t)&ifgr, 3, offset, ifgr.ifgr_groups, clen) == -1) in group_member()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sockio.h | 136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | sockio.h | 136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ macro
|
| /f-stack/freebsd/net/ |
| H A D | if.c | 2863 case CASE_IOC_IFGROUPREQ(SIOCGIFGROUP): in ifhwioctl()
|