Home
last modified time | relevance | path

Searched refs:SIOCGIFGROUP (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/ifconfig/
H A Difgroup.c98 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 Difconfig.c816 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 Dsockio.h136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ macro
/f-stack/freebsd/sys/
H A Dsockio.h136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ macro
/f-stack/freebsd/net/
H A Dif.c2863 case CASE_IOC_IFGROUPREQ(SIOCGIFGROUP): in ifhwioctl()