Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difgroup.c57 if (ioctl_ctx(ctx, SIOCAIFGROUP, (caddr_t)&ifgr) == -1 && errno != EEXIST) in setifgroup()
/freebsd/sys/sys/
H A Dsockio.h133 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ macro
/freebsd/sys/net/
H A Dif.c183 #define SIOCAIFGROUP32 _IOC_NEWTYPE(SIOCAIFGROUP, struct ifgroupreq32)
2743 case SIOCAIFGROUP: in ifhwioctl()