lwIP
+
0
/1 examples
SourceVu will show references to
iovec::iov_base
from the following samples and libraries:
icmpv6_ping sample
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
iovec::iov_base
iovec::iov_base field
Syntax
Show:
Summary
Declaration
from
sockets.h:129
void
*
iov_base
;
Examples
iovec::iov_base
is referenced by 1 libraries and example projects:
icmpv6_ping sample
References
from
0/1
examples
Code
Location
Referrer
void
*
iov_base
;
sockets.h:129
pbuf_copy_partial
(
buf
->
p
,
(
u8_t
*
)
msg
->
msg_iov
[
i
]
.
iov_base
,
copylen
,
copied
)
;
sockets.c:1181
lwip_recvfrom_udp_raw()
vec
.
iov_base
=
mem
;
sockets.c:1268
lwip_recvfrom()
if
(
(
message
->
msg_iov
[
i
]
.
iov_base
==
NULL
)
||
(
(
ssize_t
)
message
->
msg_iov
[
i
]
.
iov_len
<=
0
)
||
sockets.c:1350
lwip_recvmsg()
ssize_t
recvd_local
=
lwip_recv_tcp
(
sock
,
message
->
msg_iov
[
i
]
.
iov_base
,
message
->
msg_iov
[
i
]
.
iov_len
,
recv_flags
)
;
sockets.c:1368
lwip_recvmsg()
MEMCPY
(
&
(
(
u8_t
*
)
chain_buf
.
p
->
payload
)
[
offset
]
,
msg
->
msg_iov
[
i
]
.
iov_base
,
msg
->
msg_iov
[
i
]
.
iov_len
)
;
sockets.c:1550
lwip_sendmsg()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
iovec::iov_base
is written by 1 function and is read by 3 functions:
lwip_recvfrom()
All items filtered out
iovec::iov_base
lwip_recvfrom_udp_raw()
lwip_recvmsg()
lwip_sendmsg()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out