Searched defs:lws_ss_policy (Results 1 – 1 of 1) sorted by relevance
166 typedef struct lws_ss_policy { struct167 struct lws_ss_policy *next; argument168 const char *streamtype; /**< stream type lhs to match on */170 const char *endpoint; /**< DNS address to connect to */171 const char *rideshare_streamtype; /**< optional transport174 const char *payload_fmt;175 const char *socks5_proxy;176 lws_ss_metadata_t *metadata; /* linked-list of metadata */180 union {246 } lws_ss_policy_t; argument