Home
last modified time | relevance | path

Searched refs:if_delgroup (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/
H A Dif_var.h963 int if_delgroup(struct ifnet *, const char *);
H A Dif.c1231 if_delgroup(struct ifnet *ifp, const char *groupname) in if_delgroup() function
2379 if ((error = if_delgroup(ifp, ifgr->ifgr_group))) in ifioctl()