|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | sock_userdata_t |
| struct | apr_socket_t |
Macros | |
| #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) |
Definition at line 78 of file apr_arch_networkio.h.
Definition at line 81 of file apr_arch_networkio.h.
Definition at line 24 of file apr_arch_networkio.h.
Definition at line 74 of file inet_ntop.c.
Definition at line 79 of file inet_pton.c.
| void apr_sockaddr_vars_set | ( | apr_sockaddr_t * | addr, |
| int | family, | ||
| apr_port_t | port | ||
| ) |
Definition at line 180 of file sockaddr.c.
| apr_status_t status_from_res_error | ( | int | ) |