Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif.c1332 struct ifg_req ifgrq, *ifgp; in if_getgroup() local
1344 ifgp = ifgr->ifgr_groups; in if_getgroup()
1355 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) { in if_getgroup()
1360 ifgp++; in if_getgroup()
1376 struct ifg_req ifgrq, *ifgp; in if_getgroupmembers() local
1396 ifgp = ifgr->ifgr_groups; in if_getgroupmembers()
1405 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req)))) { in if_getgroupmembers()
1410 ifgp++; in if_getgroupmembers()