Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ngx_inet.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_inet.c:

Go to the source code of this file.

Functions

in_addr_t ngx_inet_addr (u_char *text, size_t len)
size_t ngx_sock_ntop (struct sockaddr *sa, u_char *text, size_t len, ngx_uint_t port)
size_t ngx_inet_ntop (int family, void *addr, u_char *text, size_t len)
ngx_int_t ngx_ptocidr (ngx_str_t *text, ngx_cidr_t *cidr)
ngx_int_t ngx_parse_addr (ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len)
ngx_int_t ngx_parse_url (ngx_pool_t *pool, ngx_url_t *u)
ngx_int_t ngx_inet_resolve_host (ngx_pool_t *pool, ngx_url_t *u)

Function Documentation

in_addr_t ngx_inet_addr ( u_char *  text,
size_t  len 
)

Definition at line 18 of file ngx_inet.c.

Here is the caller graph for this function:

size_t ngx_inet_ntop ( int  family,
void *  addr,
u_char *  text,
size_t  len 
)

Definition at line 246 of file ngx_inet.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_inet_resolve_host ( ngx_pool_t pool,
ngx_url_t u 
)

Definition at line 1076 of file ngx_inet.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_parse_addr ( ngx_pool_t pool,
ngx_addr_t addr,
u_char *  text,
size_t  len 
)

Definition at line 455 of file ngx_inet.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_parse_url ( ngx_pool_t pool,
ngx_url_t u 
)

Definition at line 515 of file ngx_inet.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_ptocidr ( ngx_str_t text,
ngx_cidr_t cidr 
)

Definition at line 355 of file ngx_inet.c.

Here is the call graph for this function:

size_t ngx_sock_ntop ( struct sockaddr *  sa,
u_char *  text,
size_t  len,
ngx_uint_t  port 
)

Definition at line 177 of file ngx_inet.c.

Here is the call graph for this function:

Here is the caller graph for this function: