Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif.c1681 struct ifg_req ifgrq, *ifgp; in if_getgroup() local
1692 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() local
1737 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()