taglinefilesource code
ifconf801net/core/dev.cstruct ifconf ifc;
ifconf812net/core/dev.cerr=verify_area(VERIFY_WRITE, arg, sizeof(struct ifconf));
ifconf815net/core/dev.cmemcpy_fromfs(&ifc, arg, sizeof(struct ifconf));
ifconf863net/core/dev.cmemcpy_tofs(arg, &ifc, sizeof(struct ifconf));