|
Groonga 3.0.9 Source Code Document
|
#include <ngx_mail.h>

Data Fields | |
| u_char | sockaddr [NGX_SOCKADDRLEN] |
| socklen_t | socklen |
| ngx_mail_conf_ctx_t * | ctx |
| unsigned | bind:1 |
| unsigned | wildcard:1 |
| unsigned | so_keepalive:2 |
Definition at line 29 of file ngx_mail.h.
| unsigned bind |
Definition at line 36 of file ngx_mail.h.
| ngx_mail_conf_ctx_t* ctx |
Definition at line 34 of file ngx_mail.h.
| unsigned so_keepalive |
Definition at line 44 of file ngx_mail.h.
| u_char sockaddr[NGX_SOCKADDRLEN] |
Definition at line 30 of file ngx_mail.h.
| socklen_t socklen |
Definition at line 31 of file ngx_mail.h.
| unsigned wildcard |
Definition at line 37 of file ngx_mail.h.
1.8.1.2