RttcpipDeleteMultiRoute

RttcpipDeleteMultiRoute deletes the multicast IP address from the routing table on the selected device.

Syntax

Copy
INT RttcpipDeleteMultiRoute(
    CHAR *DeviceName,
    INT Family,
    ULONG IpAddress
);

Parameters

DeviceName

Ascii device name.

Family

IP address family - AF_INET or AF_INET6.

IpAddress

IpAddress in network byte order.

Return Value

If this function is successful, it returns 0 (zero). If this function fails, it returns -1.

Requirements

Minimum supported version Header Library

eRTOS 1.0 SDK

RttcpipApi.h

RtTcpipApi.lib