Compounds | |||
![]() | ![]() | struct | sockaddr |
![]() | ![]() | struct | in_addr |
![]() | ![]() | struct | sockaddr_in |
![]() | ![]() | struct | recv_params |
![]() | ![]() | struct | send_params |
Defines | |||
![]() | ![]() | #define | AF_INET |
![]() | ![]() | #define | PF_INET |
![]() | ![]() | #define | SOCK_STREAM |
![]() | ![]() | #define | SOCK_DGRAM |
![]() | ![]() | #define | MSG_BLOCKING |
![]() | ![]() | #define | MSG_TIMEOUT |
![]() | ![]() | #define | MSG_DONTWAIT |
![]() | ![]() | #define | API_OPENSOCKET |
![]() | ![]() | #define | API_CLOSESOCKET |
![]() | ![]() | #define | API_BIND |
![]() | ![]() | #define | API_CONNECT |
![]() | ![]() | #define | API_RECVFROM |
![]() | ![]() | #define | API_SENDTO |
![]() | ![]() | #define | API_HTONS |
![]() | ![]() | #define | API_INETADDR |
![]() | ![]() | #define | API_SLEEP |
![]() | ![]() | #define | API_MALLOC |
![]() | ![]() | #define | API_FREE |
![]() | ![]() | #define | API_GETRCV_BYTES |
![]() | ![]() | #define | API_ACCEPT |
![]() | ![]() | #define | API_LISTEN |
![]() | ![]() | #define | API_SEND |
![]() | ![]() | #define | API_RECV |
![]() | ![]() | #define | API_INETTOASCII |
![]() | ![]() | #define | API_RESETCONNECTION |
![]() | ![]() | #define | API_NOT_SUPPORTED |
![]() | ![]() | #define | API_ERROR |
![]() | ![]() | #define | API_ENOERROR |
| #define AF_INET () |
Definition at line 84 of file tcpipapi.h.
| #define PF_INET () |
Definition at line 85 of file tcpipapi.h.
| #define SOCK_STREAM () |
Definition at line 87 of file tcpipapi.h.
| #define SOCK_DGRAM () |
Definition at line 88 of file tcpipapi.h.
| #define MSG_BLOCKING () |
Definition at line 91 of file tcpipapi.h.
| #define MSG_TIMEOUT () |
Definition at line 92 of file tcpipapi.h.
| #define MSG_DONTWAIT () |
Definition at line 93 of file tcpipapi.h.
| #define API_OPENSOCKET () |
Definition at line 99 of file tcpipapi.h.
| #define API_CLOSESOCKET () |
Definition at line 100 of file tcpipapi.h.
| #define API_BIND () |
Definition at line 101 of file tcpipapi.h.
| #define API_CONNECT () |
Definition at line 102 of file tcpipapi.h.
| #define API_RECVFROM () |
Definition at line 103 of file tcpipapi.h.
| #define API_SENDTO () |
Definition at line 104 of file tcpipapi.h.
| #define API_HTONS () |
Definition at line 105 of file tcpipapi.h.
| #define API_INETADDR () |
Definition at line 106 of file tcpipapi.h.
| #define API_SLEEP () |
Definition at line 107 of file tcpipapi.h.
| #define API_MALLOC () |
Definition at line 108 of file tcpipapi.h.
| #define API_FREE () |
Definition at line 109 of file tcpipapi.h.
| #define API_GETRCV_BYTES () |
Definition at line 110 of file tcpipapi.h.
| #define API_ACCEPT () |
Definition at line 111 of file tcpipapi.h.
| #define API_LISTEN () |
Definition at line 112 of file tcpipapi.h.
| #define API_SEND () |
Definition at line 113 of file tcpipapi.h.
| #define API_RECV () |
Definition at line 114 of file tcpipapi.h.
| #define API_INETTOASCII () |
Definition at line 115 of file tcpipapi.h.
| #define API_RESETCONNECTION () |
Definition at line 116 of file tcpipapi.h.
| #define API_NOT_SUPPORTED () |
Definition at line 122 of file tcpipapi.h.
| #define API_ERROR () |
Definition at line 123 of file tcpipapi.h.
| #define API_ENOERROR () |
Definition at line 124 of file tcpipapi.h.
1.0.0 written by Dimitri van Heesch,
© 1997-1999