![]() |
Public API Reference |
#include <sys/types.h>
Go to the source code of this file.
Specifically, should define the following macros, constants, typedefs, and prototypes: inet_addr(), gethostbyname(), ntohl(), etc. socket(), listen(), bind(), etc. -- the standard socket functions csNetworkSocket -- typedef or macro for socket descriptor type struct sockaddr -- standard socket address type (and cousins) socklen_t -- typedef or macro CS_NET_SOCKET_INVALID -- value representing invalid socket CS_CLOSESOCKET -- name of function to close a socket CS_IOCTLSOCKET -- name of "ioctl" function for sockets CS_GETSOCKETERROR -- name of function or variable for socket error code
Definition in file sockets.h.