www.beck-ipc.com

@CHIP-RTOS C Library - TCP/IP API


Dev_SetSpecificFlags_IPv4

Set/Erase specific device driver flags

int Dev_SetSpecificFlags_IPv4( DevUserIfaceHandle DevHandlePtr,
                      int flags)

Parameters

DevHandlePtr

Device handle

flag

Flag parameter (By default these features are enabled)
Bit10 0: Disable IP Forwarding, 1: Enable IP Forwarding from/to the device
Bit11 0: Disable forwarding of IP directed broadcasts to and from this device
Bit13 0: Disable forwarding of IP multicast messages
Other flag bits must be set to zero.

Return Value

0: success
-1: failed, Device not found

RTOS API

This library function invokes a RTOS software interrupt documentation

Related Topics

TCP/IP Device Driver overview

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3SC2x
    n/an/an/aV1.40V1.40

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.20

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document