Home | History | Annotate | Download | only in common

Lines Matching defs:ifc

419 	struct linux32_ifconf ifc;
430 error = copyin(data, &ifc, sizeof(ifc));
434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL;
436 if (ifc.ifc_len < 0)
439 space = ifc.ifc_len;
440 ifrp = NETBSD32PTR64(ifc.ifc_req);
492 ifc.ifc_len -= space;
494 ifc.ifc_len = -space;
496 return copyout(&ifc, data, sizeof(ifc));