Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c640 case NETCONN_UDP:
731 case NETCONN_UDP:
1168 case NETCONN_UDP:
1232 case NETCONN_UDP:
1276 case NETCONN_UDP:
1369 case NETCONN_UDP:
1433 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
1553 case NETCONN_UDP:
1896 case NETCONN_UDP:
2023 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
[all …]
H A Dsockets.c1696 … ((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)), in lwip_socket()
2918 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_getsockopt_impl()
2940 case NETCONN_UDP: in lwip_getsockopt_impl()
2996 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP); in lwip_getsockopt_impl()
3033 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3043 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3326 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_setsockopt_impl()
3400 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
3437 case NETCONN_UDP: in lwip_setsockopt_impl()
3477 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
[all …]
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_netconn.c61 conn = netconn_new(NETCONN_UDP); in snmp_netconn_thread()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dapi.h122 NETCONN_UDP = 0x20, enumerator
130 NETCONN_UDP_IPV6 = NETCONN_UDP | NETCONN_TYPE_IPV6 /* 0x28 */,