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
Result
Log
Script
Protocol-Independent Nodename and Service Name Translation
The getaddrinfo() function
1
Translates the name of a service location or a service name to a set of socket addresses
PASS
X
X
2
A non-zero value is returned upon error
PASS
X
X
The freeaddrinfo() function
3
Frees one or more addrinfo structures returned by getaddrinfo()
PASS
X
X
The gai_strerror() function
4
Provides a descriptive text string corresponding to an EAI_xxx error value
PASS
X
X
Socket Address Structure to Node Name and Service Name
5
Translate a socket address to a node name and service location
PASS
X
X
Address Conversion Functions
6
Convert an text string address into its AF_INET numeric binary form
PASS
X
X
7
Convert an text string address into its AF_INET6 numeric binary form
PASS
X
X
8
Convert a numeric address into a AF_INET text string suitable for presentation
PASS
X
X
9
Convert a numeric address into a AF_INET6 text string suitable for presentation
PASS
X
X
Address Testing Macros
10
Use IN6_IS_ADDR_UNSPECIFIED to test for special IPv6 addresses
PASS
X
X
11
Use IN6_IS_ADDR_LOOPBACK to test for special IPv6 addresses
PASS
X
X
12
Use IN6_IS_ADDR_MULTICAST to test for special IPv6 addresses
PASS
X
X
13
Use IN6_IS_ADDR_LINKLOCAL to test for special IPv6 addresses
PASS
X
X
14
Use IN6_IS_ADDR_SITELOCAL to test for special IPv6 addresses
PASS
X
X
15
Use IN6_IS_ADDR_V4MAPPED to test for special IPv6 addresses
PASS
X
X
16
Use IN6_IS_ADDR_V4COMPAT to test for special IPv6 addresses
PASS
X
X
17
Use IN6_IS_ADDR_MC_NODELOCAL to test for special IPv6 addresses
PASS
X
X
18
Use IN6_IS_ADDR_MC_LINKLOCAL to test for special IPv6 addresses
PASS
X
X
19
Use IN6_IS_ADDR_MC_SITELOCAL to test for special IPv6 addresses
PASS
X
X
20
Use IN6_IS_ADDR_MC_ORGLOCAL to test for special IPv6 addresses
PASS
X
X
21
Use IN6_IS_ADDR_MC_GLOBAL to test for special IPv6 addresses
PASS
X
X
Index
RFC3493 : Basic Socket Interface Extensions for IPv6
Socket Interface
Interface Identification
Socket Options
Library Functions
RFC3542 : Advanced Sockets Application Program Interface (API) for IPv6
Common Structures and Definitions
IPv6 Raw Sockets
Packet Information
Routing Header Option
Hop-By-Hop Options
Destination Options
Hop-by-Hop and Destination Options Processing
Extended interfaces for rresvport, rcmd and rexec
Up
This Report was generated by IPv6 Sockets API Test Kit