simplesocket.h File Reference

Include dependency graph for simplesocket.h:


Data Structures

struct  socketContainer_t

Defines

#define IP_ERROR_NO_PROTO   -2
#define IP_ERROR_NULL_PROTO   -3
#define IP_ERROR_UNKNOWN_ADDRESS   0xffffffff

Functions

int ipv4_proto_s (char *proto)
int ipv4_dgram_socket_s (char *proto)
int ipv4_stream_socket_s (char *proto)
short ipv4_service_ss (char *proto, char *service)
short ipv4_service_h (short service)
long int ipv4_address_s (const char *address)
int ipv4_udp_bind_ss (struct socketContainer_t *container, char *service, char *address)
int ipv4_udp_bind_hs (struct socketContainer_t *container, short service, char *address)
int ipv4_udp_bind_ns (struct socketContainer_t *container, short service, char *address)
int ipv4_tcp_bind_ss (struct socketContainer_t *container, char *service, char *address)
int ipv4_tcp_bind_hs (struct socketContainer_t *container, short service, char *address)
int ipv4_tcp_bind_ns (struct socketContainer_t *container, short service, char *address)
int ipv4_tcp_listen_ss (struct socketContainer_t *container, char *service, char *address, int max)
int ipv4_tcp_listen_hs (struct socketContainer_t *container, short service, char *address, int max)
int ipv4_tcp_listen_ns (struct socketContainer_t *container, short service, char *address, int max)
int ipv4_tcp_connect_ss (struct socketContainer_t *container, char *service, char *address)
int ipv4_tcp_connect_hs (struct socketContainer_t *container, short service, char *address)
int ipv4_tcp_connect_ns (struct socketContainer_t *container, short service, char *address)
int ipv4_tcp_accept (const struct socketContainer_t *listen_cont, struct socketContainer_t *client_cont)

Generated on Mon Apr 7 22:13:48 2008 for SocketDispatcher by  doxygen 1.5.1