Home
last modified time | relevance | path

Searched refs:NETCONN_UDP (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/contrib/apps/udpecho/
A Dudpecho.c57 conn = netconn_new(NETCONN_UDP); in udpecho_thread()
/lib/lwip/lwip/src/api/
A Dapi_msg.c643 case NETCONN_UDP:
734 case NETCONN_UDP:
1169 case NETCONN_UDP:
1233 case NETCONN_UDP:
1277 case NETCONN_UDP:
1370 case NETCONN_UDP:
1434 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
1554 case NETCONN_UDP:
1897 case NETCONN_UDP:
2024 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
[all …]
A Dsockets.c2969 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_getsockopt_impl()
2991 case NETCONN_UDP: in lwip_getsockopt_impl()
3047 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP); in lwip_getsockopt_impl()
3084 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3094 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3377 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_setsockopt_impl()
3451 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
3488 case NETCONN_UDP: in lwip_setsockopt_impl()
3528 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
3538 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, u8_t, NETCONN_UDP); in lwip_setsockopt_impl()
[all …]
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_netconn.c61 conn = netconn_new(NETCONN_UDP); in snmp_netconn_thread()
/lib/lwip/lwip/src/include/lwip/
A Dapi.h122 NETCONN_UDP = 0x20, enumerator
130 NETCONN_UDP_IPV6 = NETCONN_UDP | NETCONN_TYPE_IPV6 /* 0x28 */,
/lib/lwip/lwip/contrib/apps/shell/
A Dshell.c618 conns[i] = netconn_new(NETCONN_UDP); in com_udpc()
870 conns[i] = netconn_new(NETCONN_UDP); in com_udpb()

Completed in 39 milliseconds