Searched refs:ifgroupreq (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sbin/ifconfig/
H A Difgroup.c54 struct ifgroupreq ifgr;
72 struct ifgroupreq ifgr;
89 struct ifgroupreq ifgr;
115 struct ifgroupreq ifgr;
H A Difconfig.c716 struct ifgroupreq ifgr;
/freebsd-13-stable/sys/sys/
H A Dsockio.h135 #define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
136 #define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
137 #define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
138 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig.h193 struct ifgroupreq *ifgr);
H A Dlibifconfig.c495 struct ifgroupreq *ifgr)
/freebsd-13-stable/sys/net/
H A Dif.h526 struct ifgroupreq { struct
H A Dif.c190 struct ifgroupreq ifgr;
272 static int if_getgroup(struct ifgroupreq *, struct ifnet *);
273 static int if_getgroupmembers(struct ifgroupreq *);
1677 if_getgroup(struct ifgroupreq *ifgr, struct ifnet *ifp)
1713 if_getgroupmembers(struct ifgroupreq *ifgr)
2864 ifgr_group_get((struct ifgroupreq *)data))))
2873 error = if_getgroup((struct ifgroupreq *)data, ifp);
2883 ifgr_group_get((struct ifgroupreq *)data))))
3033 error = if_getgroupmembers((struct ifgroupreq *)data);
/freebsd-13-stable/share/examples/libifconfig/
H A Dstatus.c351 struct ifgroupreq ifgr;
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c1181 struct ifgroupreq ifgr;
1212 struct ifgroupreq ifgr2;
1403 struct ifgroupreq ifgr;
H A Dpfctl_optimize.c1507 struct ifgroupreq ifgr;

Completed in 147 milliseconds