Groonga 3.0.9 Source Code Document
|
#include <ngx_http_core_module.h>
Data Fields | |
union { | |
struct sockaddr sockaddr | |
struct sockaddr_in sockaddr_in | |
u_char sockaddr_data [NGX_SOCKADDRLEN] | |
} | u |
socklen_t | socklen |
unsigned | set:1 |
unsigned | default_server:1 |
unsigned | bind:1 |
unsigned | wildcard:1 |
unsigned | so_keepalive:2 |
int | backlog |
int | rcvbuf |
int | sndbuf |
u_char | addr [NGX_SOCKADDR_STRLEN+1] |
Definition at line 56 of file ngx_http_core_module.h.
u_char addr[NGX_SOCKADDR_STRLEN+1] |
Definition at line 105 of file ngx_http_core_module.h.
int backlog |
Definition at line 86 of file ngx_http_core_module.h.
unsigned bind |
Definition at line 73 of file ngx_http_core_module.h.
unsigned default_server |
Definition at line 72 of file ngx_http_core_module.h.
int rcvbuf |
Definition at line 87 of file ngx_http_core_module.h.
unsigned set |
Definition at line 71 of file ngx_http_core_module.h.
int sndbuf |
Definition at line 88 of file ngx_http_core_module.h.
unsigned so_keepalive |
Definition at line 84 of file ngx_http_core_module.h.
struct sockaddr sockaddr |
Definition at line 58 of file ngx_http_core_module.h.
u_char sockaddr_data[NGX_SOCKADDRLEN] |
Definition at line 66 of file ngx_http_core_module.h.
struct sockaddr_in sockaddr_in |
Definition at line 59 of file ngx_http_core_module.h.
socklen_t socklen |
Definition at line 69 of file ngx_http_core_module.h.
union { ... } u |
unsigned wildcard |
Definition at line 74 of file ngx_http_core_module.h.