mbedTLS
MBEDTLS_NET_PROTO_UDP
is only used within 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
mbedTLS
MBEDTLS_NET_PROTO_UDP
MBEDTLS_NET_PROTO_UDP macro
The UDP transport protocol
Syntax
Show:
Summary
Declaration
from
net_sockets.h:67
#define
MBEDTLS_NET_PROTO_UDP
1
Examples
References
from
examples
Code
Location
#define
MBEDTLS_NET_PROTO_UDP
1
/**< The UDP transport protocol */
net_sockets.h:67
hints
.
ai_socktype
=
proto
==
MBEDTLS_NET_PROTO_UDP
?
SOCK_DGRAM
:
SOCK_STREAM
;
net_sockets.c:71
hints
.
ai_protocol
=
proto
==
MBEDTLS_NET_PROTO_UDP
?
IPPROTO_UDP
:
IPPROTO_TCP
;
net_sockets.c:72
hints
.
ai_socktype
=
proto
==
MBEDTLS_NET_PROTO_UDP
?
SOCK_DGRAM
:
SOCK_STREAM
;
net_sockets.c:122
hints
.
ai_protocol
=
proto
==
MBEDTLS_NET_PROTO_UDP
?
IPPROTO_UDP
:
IPPROTO_TCP
;
net_sockets.c:123
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