Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
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
A Dtcpip_priv.h129 } api_msg; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
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
A Dtcpip_priv.h136 } api_msg; member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dapi_msg.h123 struct api_msg { struct
125 void (* function)(struct api_msg_msg *msg); argument
127 struct api_msg_msg msg; argument

Completed in 9 milliseconds