Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
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 …]
Dsockets.c1768 … ((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)), in lwip_socket()
2998 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_getsockopt_impl()
3020 case NETCONN_UDP: in lwip_getsockopt_impl()
3076 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP); in lwip_getsockopt_impl()
3113 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3123 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3406 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_setsockopt_impl()
3480 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
3517 case NETCONN_UDP: in lwip_setsockopt_impl()
3557 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
[all …]
/third_party/lwip/src/apps/snmp/
Dsnmp_netconn.c61 conn = netconn_new(NETCONN_UDP); in snmp_netconn_thread()
/third_party/lwip/src/include/lwip/
Dapi.h122 NETCONN_UDP = 0x20, enumerator
130 NETCONN_UDP_IPV6 = NETCONN_UDP | NETCONN_TYPE_IPV6 /* 0x28 */,