lwIP
+
0
/2 examples
SourceVu will show references to
MSG_PEEK
from the following samples and libraries:
ESP-IDF
mbedTLS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
MSG_PEEK
MSG_PEEK macro
Syntax
Show:
Summary
Declaration
from
sockets.h:269
#define
MSG_PEEK
0x01
Examples
MSG_PEEK
is referenced by 2 libraries and example projects:
ESP-IDF
mbedTLS
References
from
0/2
examples
Code
Location
#define
MSG_PEEK
0x01
/* Peeks at an incoming message */
sockets.h:269
if
(
(
flags
&
MSG_PEEK
)
==
0
)
{
sockets.c:1038
}
while
(
(
recv_left
>
0
)
&&
!
(
flags
&
MSG_PEEK
)
)
;
sockets.c:1055
if
(
(
recvd
>
0
)
&&
!
(
flags
&
MSG_PEEK
)
)
{
sockets.c:1057
if
(
(
flags
&
MSG_PEEK
)
==
0
)
{
sockets.c:1233
LWIP_ERROR
(
"lwip_recvmsg: unsupported flags"
,
(
flags
&
~
(
MSG_PEEK
|
MSG_DONTWAIT
)
)
==
0
,
sockets.c:1334
(
flags
&
MSG_PEEK
)
)
{
sockets.c:1374
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out