Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockio.h135 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
/f-stack/freebsd/sys/
H A Dsockio.h135 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
/f-stack/tools/ifconfig/
H A Difgroup.c66 if (ioctl(s, SIOCAIFGROUP, (caddr_t)&ifgr) == -1 && errno != EEXIST) in setifgroup()
/f-stack/freebsd/net/
H A Dif.c2854 case CASE_IOC_IFGROUPREQ(SIOCAIFGROUP): in ifhwioctl()