TargetTCP IPv6 Sockets API
Overview
This page lists the IPv6 TargetTCP sockets API. APIs for DNS, multicasting, etc. are documented elsewhere. TargetTCP supports the TCP/IP-related subset of the 4.4 BSD sockets interface.
The following routines are provided:
- accept()
- bind()
- closesocket()
- connect()
- getpeername()
- getsockname()
- getsockopt()
- htonl()
- htons()
- inet_addr()
- inet_aton()
- inet_ntop()
- inet_pton()
- ioctlsocket()
- listen()
- ntohl()
- ntohs()
- recv()
- recvfrom()
- select()
- send()
- sendto()
- setsockopt()
- shutdown()
- socket()