LwIP + 0/3 examples
CodeScope will show references to netconn_type::NETCONN_UDP from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
 
Symbols
loading...
Files
loading...

netconn_type::NETCONN_UDP

UDP IPv4

Syntax

NETCONN_UDP = 0x20;

Examples

netconn_type::NETCONN_UDP is referenced by 3 libraries and example projects.

References

LocationReferrerText
api.h:122
NETCONN_UDP = 0x20,
api_msg.c:640pcb_new()
case NETCONN_UDP:
api_msg.c:728netconn_alloc()
case NETCONN_UDP:
api_msg.c:1165lwip_netconn_do_delconn()
case NETCONN_UDP:
api_msg.c:1229lwip_netconn_do_bind()
case NETCONN_UDP:
api_msg.c:1273lwip_netconn_do_bind_if()
case NETCONN_UDP:
api_msg.c:1366lwip_netconn_do_connect()
case NETCONN_UDP:
api_msg.c:1430lwip_netconn_do_disconnect()
if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
api_msg.c:1550lwip_netconn_do_send()
case NETCONN_UDP:
api_msg.c:1893lwip_netconn_do_getaddr()
case NETCONN_UDP:
sockets.c:1702lwip_socket()
((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)),
sockets.c:2924lwip_getsockopt_impl()
(NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) {
sockets.c:2946lwip_getsockopt_impl()
case NETCONN_UDP:
sockets.c:3002lwip_getsockopt_impl()
LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP);
sockets.c:3332lwip_setsockopt_impl()
(NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) {
sockets.c:3406lwip_setsockopt_impl()
LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP);
sockets.c:3443lwip_setsockopt_impl()
case NETCONN_UDP: