Lines Matching defs:role
2143 const struct lws_role_ops *role = &role_ops_raw_skt;
2151 role = lws_role_by_name(wsi->a.vhost->listen_accept_role);
2162 lws_role_transition(wsi, LWSIFR_SERVER, LRS_ESTABLISHED, role);
2176 lwsl_notice("%s: vh %s, peer: %s, role %s, "
2178 ipbuf, role ? role->name : "null", protocol->name, n,
2220 lwsl_err("%s: bad wsi role 0x%x\n", __func__,
2239 * a backup role (raw-skt, by default). Drop
2240 * the ah, bind to the role with mode as
3168 * will be handled when the role data frame is sent...