@CHIP-RTOS C Library V2.06 - TCP/IP API
Get_IPv6_Iface_Entries
This function returns information about all
installed TCP/IP IPv6 device interfaces. int Get_IPv6_Iface_Entries(
IfaceIPv6_Entry far * iface_ipv6_entries,
int max); Parameters
iface_ipv6_entries
- Output Parameter: Pointer to a
user provided array of
IfaceIPv6_Entry
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_ipv6_entries containing
reported device interface information.
Comments
- This function works only for IPv6 device interfaces.
The Get_Iface_Entries API
should be used to read out information for IPv4 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 |
-
n/a | n/a | n/a | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|