taglinefilesource code
ifconf765net/core/dev.cstruct ifconf ifc;
ifconf776net/core/dev.cerr=verify_area(VERIFY_WRITE, arg, sizeof(struct ifconf));
ifconf779net/core/dev.cmemcpy_fromfs(&ifc, arg, sizeof(struct ifconf));
ifconf828net/core/dev.cmemcpy_tofs(arg, &ifc, sizeof(struct ifconf));