Searched defs:netconn (Results 1 – 3 of 3) sorted by relevance
134 struct netconn { struct136 enum netconn_type type; argument138 enum netconn_state state; argument146 /** the last error this netconn had */ argument151 by the netconn application thread (can grow quite big) */ argument169 (or connections to arrive for listening netconns) */ argument181 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument192 /** A callback function that is informed about events for this netconn */ argument193 netconn_callback callback; argument
205 struct netconn { struct207 enum netconn_type type; argument209 enum netconn_state state; argument217 /** the last error this netconn had */ argument224 by the netconn application thread (can grow quite big) */ argument242 (or connections to arrive for listening netconns) */ argument258 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument269 /** A callback function that is informed about events for this netconn */ argument270 netconn_callback callback; argument
218 struct netconn { struct220 enum netconn_type type; argument222 enum netconn_state state; argument230 /** the last asynchronous unreported error this netconn had */ argument237 by the netconn application thread (can grow quite big) */ argument260 (or connections to arrive for listening netconns) */ argument276 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument284 /** A callback function that is informed about events for this netconn */ argument285 netconn_callback callback; argument