Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/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.h137 } api_msg; member