@CHIP-RTOS C Library V2.06 - TCP/IP API
Get_Iface_Entries_Ext
This function returns information about all
installed TCP/IP device interfaces. int Get_Iface_Entries_Ext(Iface_Entry_Ext far * iface_entry, int max); Parameters
iface_entry
- Output Parameter: Pointer to a user
provided array of
Iface_Entry_Ext
type data structures which will receive the information.
max
- Number of data structures in array. Up to this number of
device interfaces will be reported.
Return Value
- Number of valid entries in the array at
iface_entry containing
reported device interface information.
Comments
- This function is different from GET_IFACE_ENTRIES.
It stores at the user provided array from type structures
all ip configurations (IP multihoming on one interface) of each interface found, not only the first one.
SC1x3 Comments- This function works only for IPv4 device interfaces.
The Get_IPv6_Iface_Entries API
should be used to read out information for IPv6 interfaces.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.20 | V1.20 | V1.20 | V1.10 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|