Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.c1578 struct ifg_req ifgrq, *ifgp; in if_getgroup() local
1589 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() local
1634 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()