Searched refs:ifgp (Results 1 – 1 of 1) sorted by relevance
1681 struct ifg_req ifgrq, *ifgp; in if_getgroup() local1692 ifgp = ifgr_groups_get(ifgr); in if_getgroup()1700 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) in if_getgroup()1703 ifgp++; in if_getgroup()1717 struct ifg_req ifgrq, *ifgp; in if_getgroupmembers() local1737 ifgp = ifgr_groups_get(ifgr); in if_getgroupmembers()1746 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) { in if_getgroupmembers()1751 ifgp++; in if_getgroupmembers()