Home
last modified time | relevance | path

Searched refs:SIOCDIFGROUP (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockio.h137 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ macro
/f-stack/freebsd/sys/
H A Dsockio.h137 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ macro
/f-stack/tools/ifconfig/
H A Difgroup.c84 if (ioctl(s, SIOCDIFGROUP, (caddr_t)&ifgr) == -1 && errno != ENOENT) in unsetifgroup()
/f-stack/freebsd/net/
H A Dif.c2873 case CASE_IOC_IFGROUPREQ(SIOCDIFGROUP): in ifhwioctl()