Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_netconn.c60 conn = netconn_new(NETCONN_UDP); in snmp_netconn_thread()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_netconn.c61 conn = netconn_new(NETCONN_UDP); in snmp_netconn_thread()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_msg.c507 case NETCONN_UDP:
597 case NETCONN_UDP:
856 case NETCONN_UDP:
912 case NETCONN_UDP:
997 case NETCONN_UDP:
1045 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
1138 case NETCONN_UDP:
1418 case NETCONN_UDP:
1499 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
H A Dsockets.c867 if (NETCONNTYPE_GROUP(sock->conn->type) == NETCONN_UDP) {
977 NETCONN_UDPLITE : NETCONN_UDP, event_callback);
1526 if ((sock->conn->type != NETCONN_UDP) ||
1568 if (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP) {
1720 case NETCONN_UDP:
1930 if ((sock->conn->type != NETCONN_UDP) ||
1961 if (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP) {
1969 if (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP) {
1977 if (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP) {
1986 if (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP) {
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_msg.c640 case NETCONN_UDP:
728 case NETCONN_UDP:
1165 case NETCONN_UDP:
1229 case NETCONN_UDP:
1273 case NETCONN_UDP:
1366 case NETCONN_UDP:
1430 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
1550 case NETCONN_UDP:
1893 case NETCONN_UDP:
2020 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
[all …]
H A Dsockets.c1724 … ((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)), in lwip_socket()
2947 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_getsockopt_impl()
2969 case NETCONN_UDP: in lwip_getsockopt_impl()
3025 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP); in lwip_getsockopt_impl()
3062 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3072 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
3355 (NETCONNTYPE_GROUP(sock->conn->type) != NETCONN_UDP)) { in lwip_setsockopt_impl()
3429 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
3466 case NETCONN_UDP: in lwip_setsockopt_impl()
3506 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h109 NETCONN_UDP = 0x20, enumerator
117 NETCONN_UDP_IPV6 = NETCONN_UDP | NETCONN_TYPE_IPV6 /* 0x28 */,
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h122 NETCONN_UDP = 0x20, enumerator
130 NETCONN_UDP_IPV6 = NETCONN_UDP | NETCONN_TYPE_IPV6 /* 0x28 */,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_msg.c577 case NETCONN_UDP:
664 case NETCONN_UDP:
1063 case NETCONN_UDP:
1131 case NETCONN_UDP:
1221 case NETCONN_UDP:
1282 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
1405 case NETCONN_UDP:
1727 case NETCONN_UDP:
1855 if (NETCONNTYPE_GROUP(msg->conn->type) == NETCONN_UDP) {
H A Dsockets.c1256 ((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)) , in lwip_socket()
1960 case NETCONN_UDP: in lwip_getsockopt_impl()
2022 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, *optlen, int, NETCONN_UDP); in lwip_getsockopt_impl()
2058 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
2067 if (NETCONNTYPE_GROUP(netconn_type(sock->conn)) != NETCONN_UDP) { in lwip_getsockopt_impl()
2387 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, int, NETCONN_UDP); in lwip_setsockopt_impl()
2426 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, u8_t, NETCONN_UDP); in lwip_setsockopt_impl()
2432 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct in_addr, NETCONN_UDP); in lwip_setsockopt_impl()
2438 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, u8_t, NETCONN_UDP); in lwip_setsockopt_impl()
2456 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP); in lwip_setsockopt_impl()
/nrf52832-nimble/rt-thread/examples/test/
H A Dnet_test.c22 conn = netconn_new(NETCONN_UDP); in udpecho_entry()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi.h88 NETCONN_UDP = 0x20, enumerator