Searched refs:ifgroupreq (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | sockio.h | 124 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */ 125 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */ 126 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */ 127 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
|
| /dragonfly/sbin/ifconfig/ |
| HD | ifgroup.c | 49 struct ifgroupreq ifgr; in setifgroup() 67 struct ifgroupreq ifgr; in unsetifgroup() 84 struct ifgroupreq ifgr; in getifgroups() 125 struct ifgroupreq ifgr; in printgroup()
|
| HD | ifconfig.c | 615 struct ifgroupreq ifgr; in group_member()
|
| /dragonfly/sys/net/ |
| HD | if.h | 351 struct ifgroupreq { struct
|
| HD | if.c | 135 static int if_getgroups(struct ifgroupreq *, struct ifnet *); 136 static int if_getgroupmembers(struct ifgroupreq *); 1247 if_getgroups(struct ifgroupreq *ifgr, struct ifnet *ifp) in if_getgroups() 1300 if_getgroupmembers(struct ifgroupreq *ifgr) in if_getgroupmembers() 1962 struct ifgroupreq *ifgr; in ifioctl() 2000 return (if_getgroupmembers((struct ifgroupreq *)data)); in ifioctl() 2366 ifgr = (struct ifgroupreq *)ifr; in ifioctl() 2375 ifgr = (struct ifgroupreq *)ifr; in ifioctl() 2384 ifgr = (struct ifgroupreq *)ifr; in ifioctl()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl_parser.c | 1228 struct ifgroupreq ifgr; in ifa_exists() 1262 struct ifgroupreq ifgr; in ifa_grouplookup()
|
| /dragonfly/contrib/dhcpcd/src/ |
| HD | if-bsd.c | 338 struct ifgroupreq ifgr = { .ifgr_len = 0 }; in if_ignoregroup()
|
| /dragonfly/sbin/dhclient/ |
| HD | dhclient.c | 2261 struct ifgroupreq ifgr; in get_ifname()
|