@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-
| SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
| n/a | n/a | n/a | V1.40 | V1.40 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|