Sign in
nginx
/
nginx
/
e89c4581f4706187052671a8a40dda4fe3e3c391
/
.
/
src
/
core
/
ngx_inet.h
blob: 9f714441fe41d71b61391d1422909d33c8d0968c [
file
] [
log
] [
blame
]
#ifndef
_NGX_INET_H_INCLUDED_
#define
_NGX_INET_H_INCLUDED_
size_t
ngx_sock_ntop
(
int
family
,
struct
sockaddr
*
addr
,
char
*
text
,
size_t
len
);
size_t
ngx_inet_ntop
(
int
family
,
char
*
addr
,
char
*
text
,
size_t
len
);
#endif
/* _NGX_INET_H_INCLUDED_ */