Home
last modified time | relevance | path

Searched defs:netconn (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi.h134 struct netconn { struct
136 enum netconn_type type; argument
138 enum netconn_state state; argument
146 /** the last error this netconn had */ argument
151 by the netconn application thread (can grow quite big) */ argument
169 (or connections to arrive for listening netconns) */ argument
181 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument
192 /** A callback function that is informed about events for this netconn */ argument
193 netconn_callback callback; argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h205 struct netconn { struct
207 enum netconn_type type; argument
209 enum netconn_state state; argument
217 /** the last error this netconn had */ argument
224 by the netconn application thread (can grow quite big) */ argument
242 (or connections to arrive for listening netconns) */ argument
258 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument
269 /** A callback function that is informed about events for this netconn */ argument
270 netconn_callback callback; argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h218 struct netconn { struct
220 enum netconn_type type; argument
222 enum netconn_state state; argument
230 /** the last asynchronous unreported error this netconn had */ argument
237 by the netconn application thread (can grow quite big) */ argument
260 (or connections to arrive for listening netconns) */ argument
276 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument
284 /** A callback function that is informed about events for this netconn */ argument
285 netconn_callback callback; argument