RtnGetDeviceFromIpAddress

RtnGetDeviceFromIpAddress converts a binary IP address in network byte order into the network device pointer for the particular device.

Syntax

void * RtnGetDeviceFromIpAddress(
    unsigned long ipAddress
);

Parameters

ipAddress

Binary IP address in network byte order

Return Value

A pointer to a Network Device data structure. Opaque network device identifier (pointer).

Requirements

Minimum Supported Version RTX64 2013
Header rtnapi.h
Library RtTcpip.lib