2002-12-15 03:25:09 -03:00
|
|
|
#ifndef _NGX_INET_H_INCLUDED_
|
|
|
|
#define _NGX_INET_H_INCLUDED_
|
|
|
|
|
|
|
|
|
2004-03-16 03:10:12 -04:00
|
|
|
size_t ngx_sock_ntop(int family, struct sockaddr *addr, u_char *text,
|
|
|
|
size_t len);
|
|
|
|
size_t ngx_inet_ntop(int family, u_char *addr, u_char *text, size_t len);
|
2002-12-15 03:25:09 -03:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _NGX_INET_H_INCLUDED_ */
|