Library Functions

Test Program Version :REL_1_1_18

Start:2023/01/26 16:32:24
End :2023/01/26 16:32:35

No.Title ResultLogScript

Protocol-Independent Nodename and Service Name Translation



The getaddrinfo() function


1Translates the name of a service location or a service name to a set of socket addressesPASSXX
2A non-zero value is returned upon errorPASSXX

The freeaddrinfo() function


3Frees one or more addrinfo structures returned by getaddrinfo()PASSXX

The gai_strerror() function


4Provides a descriptive text string corresponding to an EAI_xxx error valuePASSXX

Socket Address Structure to Node Name and Service Name


5Translate a socket address to a node name and service locationPASSXX

Address Conversion Functions


6Convert an text string address into its AF_INET numeric binary formPASSXX
7Convert an text string address into its AF_INET6 numeric binary formPASSXX
8Convert a numeric address into a AF_INET text string suitable for presentationPASSXX
9Convert a numeric address into a AF_INET6 text string suitable for presentationPASSXX

Address Testing Macros


10Use IN6_IS_ADDR_UNSPECIFIED to test for special IPv6 addressesPASSXX
11Use IN6_IS_ADDR_LOOPBACK to test for special IPv6 addressesPASSXX
12Use IN6_IS_ADDR_MULTICAST to test for special IPv6 addressesPASSXX
13Use IN6_IS_ADDR_LINKLOCAL to test for special IPv6 addressesPASSXX
14Use IN6_IS_ADDR_SITELOCAL to test for special IPv6 addressesPASSXX
15Use IN6_IS_ADDR_V4MAPPED to test for special IPv6 addressesPASSXX
16Use IN6_IS_ADDR_V4COMPAT to test for special IPv6 addressesPASSXX
17Use IN6_IS_ADDR_MC_NODELOCAL to test for special IPv6 addressesPASSXX
18Use IN6_IS_ADDR_MC_LINKLOCAL to test for special IPv6 addressesPASSXX
19Use IN6_IS_ADDR_MC_SITELOCAL to test for special IPv6 addressesPASSXX
20Use IN6_IS_ADDR_MC_ORGLOCAL to test for special IPv6 addressesPASSXX
21Use IN6_IS_ADDR_MC_GLOBAL to test for special IPv6 addressesPASSXX

Index
This Report was generated by IPv6 Sockets API Test Kit