www.beck-ipc.com

@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

    SC12SC13SC11SC1x3
    n/an/an/aV0.90

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


End of document