| Entity | Type | Scope | Short Description |
| accept | function | public | |
| bind | function | public | |
| closesocket | function | public | |
| connect | function | public | |
| getWaitingBytes | function | public | |
| htons | function | public | This function converts a unsigned short from host byte order to network byte order.
|
| inet_addr | function | public | The function converts a string containing an (Ipv4) Internet Protocol
dotted address into a proper address for the in_addr (sin_addr) structure.
|
| inet_ntoa | function | public | This function converts a network address into a string in dotted format.
|
| listen | function | public | |
| ntohs | function | public | This function converts a unsigned short from network byte order to host byte order.
|
| recv | function | public | |
| recvfrom | function | public | |
| send | function | public | |
| sendto | function | public | |
| Sleep | function | public | |
| socket | function | public | |