Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dmosquitto_broker_internal.h231 int fd;
232 uint16_t port;
233 char *host;
238 int sock_count;
246 char *cafile;
247 char *capath;
248 char *certfile;
249 char *keyfile;
252 char *ciphers;
255 char *crlfile;
[all …]
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dmosquitto_broker_internal.h198 uint16_t port;
199 char *host;
204 int sock_count;
209 uint8_t max_qos;
212 char *cafile;
213 char *capath;
214 char *certfile;
215 char *keyfile;
218 char *ciphers;
243 struct mosquitto__listener_sock{ argument
[all …]