Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/abstract/
Dtransports.h29 typedef struct lws_abs_transport { struct
34 void (*destroy)(lws_abs_transport_inst_t **d); argument
41 int (*tx)(lws_abs_transport_inst_t *d, uint8_t *buf, size_t len); argument
43 int (*close)(lws_abs_transport_inst_t *d); argument
44 int (*ask_for_writeable)(lws_abs_transport_inst_t *d); argument
45 int (*set_timeout)(lws_abs_transport_inst_t *d, int reason, int secs); argument
46 int (*state)(lws_abs_transport_inst_t *d); argument