Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dapi_msg.h79 struct api_msg { struct
82 struct netconn *conn;
84 err_t err;
86 union {
156 it has its own struct (to avoid struct api_msg getting bigger than necessary). argument
H A Dtcpip_priv.h129 } api_msg; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dapi_msg.h79 struct api_msg { struct
82 struct netconn *conn;
84 err_t err;
86 union {
166 it has its own struct (to avoid struct api_msg getting bigger than necessary). argument
H A Dtcpip_priv.h136 } api_msg; member
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi_msg.h123 struct api_msg { struct
125 void (* function)(struct api_msg_msg *msg); argument
127 struct api_msg_msg msg; argument