Searched defs:netconn (Results 1 – 1 of 1) sorted by relevance
252 struct netconn { struct254 enum netconn_type type; /* read only */ argument256 enum netconn_state state; /* accessed only in tcipthread only */ argument274 /* the last error this netconn had */ argument281 by the netconn application thread (can grow quite big) */ argument303 (or connections to arrive for listening netconns) */ argument325 /* flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument341 /* A callback function that is informed about events for this netconn */ argument342 netconn_callback callback; argument344 enum netconn_shutdown shutdown; argument[all …]