SIOCGIFGROUP
if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCGIFGROUP, ifgr) == -1) {
if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCGIFGROUP, ifgr) == -1) {
if (ioctl(sock, SIOCGIFGROUP, (caddr_t)&ifgr) == -1) {
if (ioctl(sock, SIOCGIFGROUP, (caddr_t)&ifgr) == -1)
if (ioctl(s, SIOCGIFGROUP, (caddr_t)&ifgr) == -1)
if (ioctl(s, SIOCGIFGROUP, (caddr_t)&ifgr) == -1)
#define SIOCGIFGROUP32 _IOC_NEWTYPE(SIOCGIFGROUP, struct ifgroupreq32)
case SIOCGIFGROUP: