func (nr *Networks) WalkDrivers(dfn DriverWalkFunc) {
    type driverVal struct {
        name string
        data driverData
    }