Home
last modified time | relevance | path

Searched defs:netconn_type (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi.h83 enum netconn_type { enum
219 #define netconn_type(conn) (conn->type) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h100 enum netconn_type { enum
299 #define netconn_type(conn) (conn->type) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h113 enum netconn_type { enum
317 #define netconn_type(conn) (conn->type) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dsockets.c132 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument
141 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dsockets.c143 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument
152 #define DOMAIN_TO_NETCONN_TYPE(domain, netconn_type) (netconn_type) argument