Searched defs:lws_role_ops (Results 1 – 1 of 1) sorted by relevance
306 struct lws_role_ops { struct307 const char *name;308 const char *alpn;310 const lws_rops_t *rops_table;312 uint8_t rops_idx[(LWS_COUNT_ROLE_OPS + 1) / 2];319 uint8_t adoption_cb[2];324 uint8_t rx_cb[2];329 uint8_t writeable_cb[2];334 uint8_t close_cb[2];358 extern const struct lws_role_ops role_ops_raw_skt, role_ops_raw_file, argument