tunnel_device
if (strlen(name) >= sizeof(tunnel_device::name))
tunnel_device* device = new(std::nothrow) tunnel_device;
memset(device, 0, sizeof(tunnel_device));
tunnel_device* device = (tunnel_device*)_device;
tunnel_device* device = (tunnel_device*)_device;
tunnel_device* device = (tunnel_device*)_device;
tunnel_device* device = (tunnel_device*)_device;
static tunnel_device* gDevices[10] = {};
static tunnel_device*
tunnel_device* device;
tunnel_device* device = find_tunnel_device(name);