IP_NEXT_HOP_ADDRESS

[This is preliminary documentation and subject to change.]

The IP_NEXT_HOP_ADDRESS structure contains the address for the next-hop router for an IP route.

typedef struct _IP_NETWORK {
    DWORD    N_NetNumber;
    DWORD    N_NetMask;
} IP_NETWORK, *PIP_NETWORK;

typedef IP_NETWORK IP_NEXT_HOP_ADDRESS, *PIP_NEXT_HOP_ADDRESS;
 

Members

N_NetNumber
Contains the IP network address expressed as an IP address in machine byte order.
N_NetMask
Contains the network mask. Apply this mask to the IP address in order to extract the network address. The network mask is in machine byte order.

Remarks

The IP_NEXT_HOP_ADDRESS structure is a typedef of the IP_NETWORK structure. The typedef is in rtm.h.

See Also

IP_NETWORK, RTM_IP_ROUTE