lwIP
+
0
/18 examples
SourceVu will show references to
SOL_SOCKET
from the following samples and libraries:
ESP-IDF
mbedTLS
iperf sample
ot_br sample
ot_cli sample
ot_trel sample
http_request sample
wifi_coexist sample
icmpv6_ping sample
non_blocking sample
tcp_client_multi_net sample
tcp_server sample
udp_client sample
udp_server sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
SOL_SOCKET
SOL_SOCKET macro
Syntax
Show:
Summary
Declaration
from
sockets.h:243
#define
SOL_SOCKET
0xfff
Examples
SOL_SOCKET
is referenced by 18 libraries and example projects:
ESP-IDF
mbedTLS
iperf sample
ot_br sample
ot_cli sample
ot_trel sample
http_request sample
wifi_coexist sample
icmpv6_ping sample
non_blocking sample
tcp_client_multi_net sample
tcp_server sample
udp_client sample
udp_server sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
References
from
0/18
examples
Code
Location
#define
SOL_SOCKET
0xfff
/* options for socket level */
sockets.h:243
getsockopt
(
ep
->
sock
,
SOL_SOCKET
,
SO_ERROR
,
&
opt_val
,
&
opt_len
)
;
ping_sock.c:107
if
(
setsockopt
(
ep
->
sock
,
SOL_SOCKET
,
SO_BINDTODEVICE
,
&
iface
,
sizeof
(
iface
)
)
!=
0
)
{
ping_sock.c:302
setsockopt
(
ep
->
sock
,
SOL_SOCKET
,
SO_RCVTIMEO
,
&
timeout
,
sizeof
(
timeout
)
)
;
ping_sock.c:311
case
SOL_SOCKET
:
sockets.c:2981
case
SOL_SOCKET
:
sockets.c:3402
Call Tree
from
0/18
examples
All items filtered out
All items filtered out
Data Use
from
0/18
examples
All items filtered out
All items filtered out
Class Tree
from
0/18
examples
All items filtered out
All items filtered out
Override Tree
from
0/18
examples
All items filtered out
All items filtered out
Implementations
from
0/18
examples
All items filtered out
All items filtered out
Instances
from
0/18
examples
Lifecycle
from
0/18
examples
All items filtered out
All items filtered out