GME  13
Classes | Defines | Typedefs | Functions
apr_arch_networkio.h File Reference

Go to the source code of this file.

Classes

struct  sock_userdata_t
struct  apr_socket_t

Defines

#define apr_is_option_set(skt, option)   (((skt)->options & (option)) == (option))
#define apr_set_option(skt, option, on)

Typedefs

typedef struct sock_userdata_t sock_userdata_t

Functions

apr_status_t status_from_res_error (int)
const char * apr_inet_ntop (int af, const void *src, char *dst, apr_size_t size)
int apr_inet_pton (int af, const char *src, void *dst)
void apr_sockaddr_vars_set (apr_sockaddr_t *, int, apr_port_t)

Define Documentation

#define apr_is_option_set (   skt,
  option 
)    (((skt)->options & (option)) == (option))

Definition at line 78 of file win32/apr_arch_networkio.h.

#define apr_set_option (   skt,
  option,
  on 
)
Value:
do {                                 \
        if (on)                          \
            (skt)->options |= (option);         \
        else                             \
            (skt)->options &= ~(option);        \
    } while (0)

Definition at line 81 of file win32/apr_arch_networkio.h.


Typedef Documentation

Definition at line 24 of file win32/apr_arch_networkio.h.


Function Documentation

const char* apr_inet_ntop ( int  af,
const void *  src,
char *  dst,
apr_size_t  size 
)
int apr_inet_pton ( int  af,
const char *  src,
void *  dst 
)