Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.c1605 struct ifg_req ifgrq, *ifgp; in if_getgroup() local
1616 ifgp = ifgr->ifgr_groups; in if_getgroup()
1624 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) in if_getgroup()
1627 ifgp++; in if_getgroup()
1641 struct ifg_req ifgrq, *ifgp; in if_getgroupmembers() local
1661 ifgp = ifgr->ifgr_groups; in if_getgroupmembers()
1670 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) { in if_getgroupmembers()
1675 ifgp++; in if_getgroupmembers()