Searched refs:ifgp (Results 1 – 1 of 1) sorted by relevance
1578 struct ifg_req ifgrq, *ifgp; in if_getgroup() local1589 ifgp = ifgr->ifgr_groups; in if_getgroup()1597 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) in if_getgroup()1600 ifgp++; in if_getgroup()1614 struct ifg_req ifgrq, *ifgp; in if_getgroupmembers() local1634 ifgp = ifgr->ifgr_groups; in if_getgroupmembers()1643 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) { in if_getgroupmembers()1648 ifgp++; in if_getgroupmembers()