lwIP
getnameinfo()
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
getnameinfo()
getnameinfo() function
Syntax
Show:
Summary
Declaration
from
netdb.h:21
int
getnameinfo
(
const
struct
sockaddr
*
addr
,
socklen_t
addrlen
,
char
*
host
,
socklen_t
hostlen
,
char
*
serv
,
socklen_t
servlen
,
int
flags
)
;
Arguments
Argument
Declared as
addr
const
struct
sockaddr
*
addrlen
socklen_t
host
char
*
hostlen
socklen_t
serv
char
*
servlen
socklen_t
flags
int
Related Functions
Found 18 other functions taking a
sockaddr
argument:
Function
bind()
connect()
sendto()
accept()
recvfrom()
sockaddr_to_ipaddr_port()
lwip_recvfrom()
lwip_sendto()
lwip_accept()
lwip_bind()
lwip_getpeername()
lwip_getsockname()
lwip_connect()
lwip_sock_make_addr()
lwip_getaddrname()
getsockname()
lwip_recv_tcp_from()
getpeername()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out