Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

apr_arch_os2calls.h File Reference

#include "apr_errno.h"
#include <sys/types.h>
#include <sys/socket.h>

Include dependency graph for apr_arch_os2calls.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define socket   apr_os2_socket
#define select   apr_os2_select
#define sock_errno   apr_os2_sock_errno
#define accept   apr_os2_accept
#define bind   apr_os2_bind
#define connect   apr_os2_connect
#define getpeername   apr_os2_getpeername
#define getsockname   apr_os2_getsockname
#define getsockopt   apr_os2_getsockopt
#define ioctl   apr_os2_ioctl
#define listen   apr_os2_listen
#define recv   apr_os2_recv
#define send   apr_os2_send
#define setsockopt   apr_os2_setsockopt
#define shutdown   apr_os2_shutdown
#define soclose   apr_os2_soclose
#define writev   apr_os2_writev
#define sendto   apr_os2_sendto
#define recvfrom   apr_os2_recvfrom

Variables

int(* apr_os2_socket )(int, int, int)
int(* apr_os2_select )(int *, int, int, int, long)
int(* apr_os2_sock_errno )()
int(* apr_os2_accept )(int, struct sockaddr *, int *)
int(* apr_os2_bind )(int, struct sockaddr *, int)
int(* apr_os2_connect )(int, struct sockaddr *, int)
int(* apr_os2_getpeername )(int, struct sockaddr *, int *)
int(* apr_os2_getsockname )(int, struct sockaddr *, int *)
int(* apr_os2_getsockopt )(int, int, int, char *, int *)
int(* apr_os2_ioctl )(int, int, caddr_t, int)
int(* apr_os2_listen )(int, int)
int(* apr_os2_recv )(int, char *, int, int)
int(* apr_os2_send )(int, const char *, int, int)
int(* apr_os2_setsockopt )(int, int, int, char *, int)
int(* apr_os2_shutdown )(int, int)
int(* apr_os2_soclose )(int)
int(* apr_os2_writev )(int, struct iovec *, int)
int(* apr_os2_sendto )(int, const char *, int, int, const struct sockaddr *, int)
int(* apr_os2_recvfrom )(int, char *, int, int, struct sockaddr *, int *)


Define Documentation

#define accept   apr_os2_accept
 

Definition at line 44 of file apr_arch_os2calls.h.

Referenced by apr_socket_accept(), and cgid_server().

#define bind   apr_os2_bind
 

Definition at line 45 of file apr_arch_os2calls.h.

Referenced by apr_socket_bind(), and cgid_server().

#define connect   apr_os2_connect
 

Definition at line 46 of file apr_arch_os2calls.h.

Referenced by ap_proxy_ftp_handler(), apr_socket_connect(), connect_to_daemon(), main(), and start_connect().

#define getpeername   apr_os2_getpeername
 

Definition at line 47 of file apr_arch_os2calls.h.

Referenced by get_remote_addr().

#define getsockname   apr_os2_getsockname
 

Definition at line 48 of file apr_arch_os2calls.h.

Referenced by get_local_addr().

#define getsockopt   apr_os2_getsockopt
 

Definition at line 49 of file apr_arch_os2calls.h.

Referenced by apr_socket_connect().

#define ioctl   apr_os2_ioctl
 

Definition at line 50 of file apr_arch_os2calls.h.

Referenced by apr_socket_atmark(), nonblock(), pipeblock(), and pipenonblock().

#define listen   apr_os2_listen
 

Definition at line 51 of file apr_arch_os2calls.h.

Referenced by apr_socket_listen(), and cgid_server().

#define recv   apr_os2_recv
 

Definition at line 52 of file apr_arch_os2calls.h.

#define recvfrom   apr_os2_recvfrom
 

Definition at line 59 of file apr_arch_os2calls.h.

Referenced by apr_socket_recvfrom().

#define select   apr_os2_select
 

Definition at line 42 of file apr_arch_os2calls.h.

Referenced by APR_DECLARE(), apr_wait_for_io_or_timeout(), main(), test(), and worker_main().

#define send   apr_os2_send
 

Definition at line 53 of file apr_arch_os2calls.h.

Referenced by APR_DECLARE().

#define sendto   apr_os2_sendto
 

Definition at line 58 of file apr_arch_os2calls.h.

Referenced by APR_DECLARE(), and apr_socket_sendto().

#define setsockopt   apr_os2_setsockopt
 

Definition at line 54 of file apr_arch_os2calls.h.

Referenced by APR_DECLARE(), apr_socket_opt_set(), main(), soblock(), and sononblock().

#define shutdown   apr_os2_shutdown
 

Definition at line 55 of file apr_arch_os2calls.h.

Referenced by apr_socket_shutdown(), and cgid_handler().

#define sock_errno   apr_os2_sock_errno
 

Definition at line 43 of file apr_arch_os2calls.h.

Referenced by APR_DECLARE(), and socket_cleanup().

#define socket   apr_os2_socket
 

Definition at line 41 of file apr_arch_os2calls.h.

Referenced by apr_socket_create_ex(), cgid_server(), connect_to_daemon(), main(), and start_connect().

#define soclose   apr_os2_soclose
 

Definition at line 56 of file apr_arch_os2calls.h.

Referenced by socket_cleanup().

#define writev   apr_os2_writev
 

Definition at line 57 of file apr_arch_os2calls.h.

Referenced by main().


Variable Documentation

int(* apr_os2_accept)(int, struct sockaddr *, int *)
 

Definition at line 28 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_bind)(int, struct sockaddr *, int)
 

Definition at line 29 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_connect)(int, struct sockaddr *, int)
 

Definition at line 30 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_getpeername)(int, struct sockaddr *, int *)
 

Definition at line 31 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_getsockname)(int, struct sockaddr *, int *)
 

Definition at line 32 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_getsockopt)(int, int, int, char *, int *)
 

Definition at line 33 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_ioctl)(int, int, caddr_t, int)
 

Definition at line 34 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_listen)(int, int)
 

Definition at line 35 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_recv)(int, char *, int, int)
 

Definition at line 36 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_recvfrom)(int, char *, int, int, struct sockaddr *, int *)
 

Definition at line 43 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_select)(int *, int, int, int, long)
 

Definition at line 26 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_send)(int, const char *, int, int)
 

Definition at line 37 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_sendto)(int, const char *, int, int, const struct sockaddr *, int)
 

Definition at line 42 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_setsockopt)(int, int, int, char *, int)
 

Definition at line 38 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_shutdown)(int, int)
 

Definition at line 39 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_sock_errno)()
 

Definition at line 27 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_socket)(int, int, int)
 

Definition at line 25 of file os2calls.c.

Referenced by os2_fn_link(), and os2_socket_init().

int(* apr_os2_soclose)(int)
 

Definition at line 40 of file os2calls.c.

Referenced by os2_fn_link().

int(* apr_os2_writev)(int, struct iovec *, int)
 

Definition at line 41 of file os2calls.c.

Referenced by os2_fn_link().