lwIP
LWIP_SOCKOPT_CHECK_OPTLEN_CONN
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
LWIP_SOCKOPT_CHECK_OPTLEN_CONN
LWIP_SOCKOPT_CHECK_OPTLEN_CONN macro
Syntax
Show:
Summary
Declaration
from
sockets.c:207
#define
LWIP_SOCKOPT_CHECK_OPTLEN_CONN
(
sock
,
optlen
,
opttype
)
do
{
\
LWIP_SOCKOPT_CHECK_OPTLEN
(
sock
,
optlen
,
opttype
)
;
\
if
(
(
sock
)
->
conn
==
NULL
)
{
done_socket
(
sock
)
;
return
EINVAL
;
}
}
while
(
0
)
Arguments
Argument
sock
optlen
opttype
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