27 #ifndef LIBWEBSOCKET_H_3060898B846849FF9F88F5DB59B5950C
28 #define LIBWEBSOCKET_H_3060898B846849FF9F88F5DB59B5950C
42 #include "lws_config.h"
46 typedef struct lws_context * lws_ctx_t;
54 #define LWS_US_PER_SEC ((lws_usec_t)1000000)
55 #define LWS_MS_PER_SEC ((lws_usec_t)1000)
56 #define LWS_US_PER_MS ((lws_usec_t)1000)
57 #define LWS_NS_PER_US ((lws_usec_t)1000)
60 #define LWS_MI (LWS_KI * 1024)
61 #define LWS_GI (LWS_MI * 1024)
62 #define LWS_TI ((uint64_t)LWS_GI * 1024)
63 #define LWS_PI ((uint64_t)LWS_TI * 1024)
65 #define LWS_US_TO_MS(x) ((x + (LWS_US_PER_MS / 2)) / LWS_US_PER_MS)
67 #if defined(LWS_HAS_INTPTR_T)
69 #define lws_intptr_t intptr_t
71 typedef unsigned long long lws_intptr_t;
74 #if defined(WIN32) || defined(_WIN32)
75 #ifndef WIN32_LEAN_AND_MEAN
76 #define WIN32_LEAN_AND_MEAN
87 #define _O_RDONLY 0x0000
88 #define O_RDONLY _O_RDONLY
91 typedef unsigned int uid_t;
92 typedef unsigned int gid_t;
93 typedef unsigned short sa_family_t;
94 #if !defined(LWS_HAVE_SUSECONDS_T)
95 typedef unsigned int useconds_t;
96 typedef int suseconds_t;
99 #define LWS_INLINE __inline
101 #define LWS_WARN_UNUSED_RESULT
102 #define LWS_WARN_DEPRECATED
103 #define LWS_FORMAT(string_index)
105 #if !defined(LWS_EXTERN) && defined(LWS_BUILDING_SHARED)
108 #define LWS_EXTERN extern __declspec(dllexport)
110 #define LWS_EXTERN extern __declspec(dllimport)
115 #if !defined(LWS_INTERNAL) && !defined(LWS_EXTERN)
120 #if !defined(LWS_EXTERN)
124 #if defined(__MINGW32__)
125 #define LWS_INVALID_FILE -1
127 #define LWS_INVALID_FILE INVALID_HANDLE_VALUE
129 #define LWS_SOCK_INVALID (INVALID_SOCKET)
130 #define LWS_O_RDONLY _O_RDONLY
131 #define LWS_O_WRONLY _O_WRONLY
132 #define LWS_O_CREAT _O_CREAT
133 #define LWS_O_TRUNC _O_TRUNC
135 #if (__STDC_VERSION__ < 199901L) && !defined(__func__)
136 #define __func__ __FUNCTION__
141 #if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
142 #include <sys/capability.h>
145 #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__QNX__) || defined(__OpenBSD__)
146 #include <sys/socket.h>
147 #include <netinet/in.h>
150 #define LWS_INLINE inline
151 #define LWS_O_RDONLY O_RDONLY
152 #define LWS_O_WRONLY O_WRONLY
153 #define LWS_O_CREAT O_CREAT
154 #define LWS_O_TRUNC O_TRUNC
156 #if !defined(LWS_PLAT_OPTEE) && !defined(OPTEE_TA) && !defined(LWS_PLAT_FREERTOS)
159 #define LWS_INVALID_FILE -1
160 #define LWS_SOCK_INVALID (-1)
162 #define getdtablesize() (30)
163 #if defined(LWS_PLAT_FREERTOS)
164 #define LWS_INVALID_FILE NULL
165 #define LWS_SOCK_INVALID (-1)
167 #define LWS_INVALID_FILE NULL
168 #define LWS_SOCK_INVALID (-1)
172 #if defined(__FreeBSD__)
173 #include <sys/signal.h>
175 #if defined(__GNUC__)
178 #if __GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
179 #define LWS_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
181 #define LWS_WARN_UNUSED_RESULT
184 #if defined(LWS_BUILDING_SHARED)
186 #define LWS_VISIBLE __attribute__((visibility("default")))
187 #define LWS_EXTERN extern
190 #if defined(WIN32) || defined(_WIN32) || defined(__MINGW32__)
192 #define LWS_EXTERN extern
204 #define LWS_WARN_DEPRECATED __attribute__ ((deprecated))
205 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1)))
209 #define LWS_WARN_UNUSED_RESULT
210 #define LWS_WARN_DEPRECATED
211 #define LWS_FORMAT(string_index)
212 #if !defined(LWS_EXTERN)
213 #define LWS_EXTERN extern
218 #if defined(__ANDROID__)
219 #include <netinet/in.h>
227 #if !defined(LWS_PLAT_OPTEE)
228 #include <sys/time.h>
233 #if defined(LWS_WITH_LIBUV_INTERNAL)
236 #ifdef LWS_HAVE_UV_VERSION_H
237 #include <uv-version.h>
240 #ifdef LWS_HAVE_NEW_UV_VERSION_H
241 #include <uv/version.h>
245 #if defined(LWS_WITH_TLS)
248 #ifdef USE_OLD_CYASSL
254 #include <IDE/WIN/user_settings.h>
255 #include <cyassl/ctaocrypt/settings.h>
257 #include <cyassl/options.h>
259 #include <cyassl/openssl/ssl.h>
260 #include <cyassl/error-ssl.h>
268 #include <IDE/WIN/user_settings.h>
269 #include <wolfssl/wolfcrypt/settings.h>
271 #include <wolfssl/options.h>
273 #include <wolfssl/openssl/ssl.h>
274 #include <wolfssl/error-ssl.h>
277 #if defined(LWS_WITH_MBEDTLS)
278 #if defined(LWS_PLAT_FREERTOS)
280 #if !defined(LWS_AMAZON_RTOS)
282 #undef MBEDTLS_CONFIG_FILE
283 #define MBEDTLS_CONFIG_FILE <mbedtls/esp_config.h>
286 #if defined(LWS_WITH_TLS)
287 #include <mbedtls/ssl.h>
288 #include <mbedtls/entropy.h>
289 #include <mbedtls/ctr_drbg.h>
290 #include <mbedtls/version.h>
292 #if !defined(MBEDTLS_PRIVATE)
293 #define MBEDTLS_PRIVATE(_q) _q
296 #if (MBEDTLS_VERSION_MAJOR == 3) && (MBEDTLS_VERSION_MINOR == 0)
297 #define MBEDTLS_PRIVATE_V30_ONLY(_q) MBEDTLS_PRIVATE(_q)
299 #define MBEDTLS_PRIVATE_V30_ONLY(_q) _q
304 #include <openssl/ssl.h>
305 #if !defined(LWS_WITH_MBEDTLS)
306 #include <openssl/err.h>
323 #define lws_pthread_mutex(name) pthread_mutex_t name;
325 static LWS_INLINE
void
326 lws_pthread_mutex_init(pthread_mutex_t *lock)
328 pthread_mutex_init(lock, NULL);
331 static LWS_INLINE
void
332 lws_pthread_mutex_destroy(pthread_mutex_t *lock)
334 pthread_mutex_destroy(lock);
337 static LWS_INLINE
void
338 lws_pthread_mutex_lock(pthread_mutex_t *lock)
340 pthread_mutex_lock(lock);
343 static LWS_INLINE
void
344 lws_pthread_mutex_unlock(pthread_mutex_t *lock)
346 pthread_mutex_unlock(lock);
350 #define lws_pthread_mutex(name)
351 #define lws_pthread_mutex_init(_a)
352 #define lws_pthread_mutex_destroy(_a)
353 #define lws_pthread_mutex_lock(_a)
354 #define lws_pthread_mutex_unlock(_a)
358 #define CONTEXT_PORT_NO_LISTEN -1
359 #define CONTEXT_PORT_NO_LISTEN_SERVER -2
361 #include <libwebsockets/lws-logs.h>
366 #ifndef lws_container_of
367 #define lws_container_of(P,T,M) ((T *)((char *)(P) - offsetof(T, M)))
369 #define LWS_ALIGN_TO(x, bou) x += ((bou) - ((x) % (bou))) % (bou)
375 #define LWS_FEATURE_SERVE_HTTP_FILE_HAS_OTHER_HEADERS_ARG
378 #define LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD
381 #define LWS_FEATURE_PROTOCOLS_HAS_PEER_WRITE_ALLOWANCE
384 #define LWS_FEATURE_SERVE_HTTP_FILE_HAS_OTHER_HEADERS_LEN
387 #define LWS_FEATURE_FOPS
391 #if !defined(LWS_WIN32_HANDLE_TYPES)
392 typedef SOCKET lws_sockfd_type;
393 #if defined(__MINGW32__)
394 typedef int lws_filefd_type;
396 typedef HANDLE lws_filefd_type;
401 #define lws_pollfd pollfd
402 #define LWS_POLLHUP (POLLHUP)
403 #define LWS_POLLIN (POLLRDNORM | POLLRDBAND)
404 #define LWS_POLLOUT (POLLWRNORM)
409 #if defined(LWS_PLAT_FREERTOS)
410 #include <libwebsockets/lws-freertos.h>
412 typedef int lws_sockfd_type;
413 typedef int lws_filefd_type;
416 #if defined(LWS_PLAT_OPTEE)
420 unsigned int tv_usec;
422 #if defined(LWS_WITH_NETWORK)
424 #define lws_pollfd pollfd
428 int gettimeofday(
struct timeval *tv,
struct timezone *tz);
435 typedef unsigned short sa_family_t;
436 typedef unsigned short in_port_t;
437 typedef uint32_t socklen_t;
439 #include <libwebsockets/lws-optee.h>
441 #if !defined(TEE_SE_READER_NAME_MAX)
447 socklen_t ai_addrlen;
448 struct sockaddr *ai_addr;
450 struct addrinfo *ai_next;
454 ssize_t recv(
int sockfd,
void *buf,
size_t len,
int flags);
455 ssize_t send(
int sockfd,
const void *buf,
size_t len,
int flags);
456 ssize_t read(
int fd,
void *buf,
size_t count);
457 int getsockopt(
int sockfd,
int level,
int optname,
458 void *optval, socklen_t *optlen);
459 int setsockopt(
int sockfd,
int level,
int optname,
460 const void *optval, socklen_t optlen);
461 int connect(
int sockfd,
const struct sockaddr *addr,
466 uint16_t ntohs(uint16_t netshort);
467 uint16_t htons(uint16_t hostshort);
469 int bind(
int sockfd,
const struct sockaddr *addr,
473 #define MSG_NOSIGNAL 0x4000
476 #define EWOULDBLOCK EAGAIN
477 #define EADDRINUSE 98
483 #define SOCK_STREAM 1
485 # define AI_PASSIVE 0x0001
486 #define IPPROTO_UDP 17
491 #define EINPROGRESS 115
492 int shutdown(
int sockfd,
int how);
494 int atoi(
const char *nptr);
495 long long atoll(
const char *nptr);
497 int socket(
int domain,
int type,
int protocol);
498 int getaddrinfo(
const char *node,
const char *service,
499 const struct addrinfo *hints,
500 struct addrinfo **res);
502 void freeaddrinfo(
struct addrinfo *res);
504 #if !defined(TEE_SE_READER_NAME_MAX)
513 int poll(
struct pollfd *fds,
int nfds,
int timeout);
515 #define LWS_POLLHUP (0x18)
516 #define LWS_POLLIN (1)
517 #define LWS_POLLOUT (4)
523 #define lws_pollfd pollfd
524 #define LWS_POLLHUP (POLLHUP | POLLERR)
525 #define LWS_POLLIN (POLLIN)
526 #define LWS_POLLOUT (POLLOUT)
531 #if (defined(WIN32) || defined(_WIN32)) && !defined(__MINGW32__)
533 #define ssize_t SSIZE_T
536 #if defined(WIN32) && defined(LWS_HAVE__STAT32I64)
537 #include <sys/types.h>
538 #include <sys/stat.h>
541 #if defined(LWS_HAVE_STDINT_H)
544 #if defined(WIN32) || defined(_WIN32)
546 typedef __int64 int64_t;
547 typedef unsigned __int64 uint64_t;
548 typedef __int32 int32_t;
549 typedef unsigned __int32 uint32_t;
550 typedef __int16 int16_t;
551 typedef unsigned __int16 uint16_t;
552 typedef unsigned __int8 uint8_t;
554 typedef unsigned int uint32_t;
555 typedef unsigned short uint16_t;
556 typedef unsigned char uint8_t;
560 typedef int64_t lws_usec_t;
561 typedef unsigned long long lws_filepos_t;
562 typedef long long lws_fileofs_t;
563 typedef uint32_t lws_fop_flags_t;
565 #define lws_concat_temp(_t, _l) (_t + sizeof(_t) - _l)
566 #define lws_concat_used(_t, _l) (sizeof(_t) - _l)
584 #include <libwebsockets/lws-dll2.h>
585 #include <libwebsockets/lws-map.h>
587 #include <libwebsockets/lws-fault-injection.h>
588 #include <libwebsockets/lws-timeout-timer.h>
589 #include <libwebsockets/lws-cache-ttl.h>
590 #if defined(LWS_WITH_SYS_SMD)
591 #include <libwebsockets/lws-smd.h>
593 #include <libwebsockets/lws-state.h>
594 #include <libwebsockets/lws-retry.h>
595 #include <libwebsockets/lws-adopt.h>
596 #include <libwebsockets/lws-network-helper.h>
597 #include <libwebsockets/lws-metrics.h>
598 #include <libwebsockets/lws-system.h>
599 #include <libwebsockets/lws-ws-close.h>
600 #include <libwebsockets/lws-callbacks.h>
601 #include <libwebsockets/lws-ws-state.h>
602 #include <libwebsockets/lws-ws-ext.h>
603 #include <libwebsockets/lws-protocols-plugins.h>
605 #include <libwebsockets/lws-context-vhost.h>
607 #if defined(LWS_WITH_CONMON)
608 #include <libwebsockets/lws-conmon.h>
611 #if defined(LWS_ROLE_MQTT)
612 #include <libwebsockets/lws-mqtt.h>
614 #include <libwebsockets/lws-client.h>
615 #include <libwebsockets/lws-http.h>
616 #include <libwebsockets/lws-spa.h>
617 #include <libwebsockets/lws-purify.h>
618 #include <libwebsockets/lws-misc.h>
619 #include <libwebsockets/lws-dsh.h>
620 #include <libwebsockets/lws-service.h>
621 #include <libwebsockets/lws-write.h>
622 #include <libwebsockets/lws-writeable.h>
623 #include <libwebsockets/lws-ring.h>
624 #include <libwebsockets/lws-sha1-base64.h>
625 #include <libwebsockets/lws-x509.h>
626 #include <libwebsockets/lws-cgi.h>
627 #if defined(LWS_WITH_FILE_OPS)
628 #include <libwebsockets/lws-vfs.h>
630 #include <libwebsockets/lws-gencrypto.h>
632 #include <libwebsockets/lws-lejp.h>
633 #include <libwebsockets/lws-lecp.h>
634 #include <libwebsockets/lws-cose.h>
635 #include <libwebsockets/lws-struct.h>
636 #include <libwebsockets/lws-threadpool.h>
637 #include <libwebsockets/lws-tokenize.h>
638 #include <libwebsockets/lws-lwsac.h>
639 #include <libwebsockets/lws-fts.h>
640 #include <libwebsockets/lws-diskcache.h>
641 #include <libwebsockets/lws-sequencer.h>
642 #include <libwebsockets/lws-secure-streams.h>
643 #include <libwebsockets/lws-secure-streams-policy.h>
644 #include <libwebsockets/lws-secure-streams-client.h>
646 #if !defined(LWS_PLAT_FREERTOS)
647 #include <libwebsockets/abstract/abstract.h>
649 #include <libwebsockets/lws-test-sequencer.h>
651 #include <libwebsockets/lws-async-dns.h>
653 #if defined(LWS_WITH_TLS)
655 #include <libwebsockets/lws-tls-sessions.h>
657 #if defined(LWS_WITH_MBEDTLS)
658 #include <mbedtls/md5.h>
659 #include <mbedtls/sha1.h>
660 #include <mbedtls/sha256.h>
661 #include <mbedtls/sha512.h>
664 #include <libwebsockets/lws-genhash.h>
665 #include <libwebsockets/lws-genrsa.h>
666 #include <libwebsockets/lws-genaes.h>
667 #include <libwebsockets/lws-genec.h>
669 #include <libwebsockets/lws-jwk.h>
670 #include <libwebsockets/lws-jose.h>
671 #include <libwebsockets/lws-jws.h>
672 #include <libwebsockets/lws-jwe.h>
676 #include <libwebsockets/lws-eventlib-exports.h>
677 #include <libwebsockets/lws-i2c.h>
678 #include <libwebsockets/lws-spi.h>
679 #include <libwebsockets/lws-gpio.h>
680 #include <libwebsockets/lws-bb-i2c.h>
681 #include <libwebsockets/lws-bb-spi.h>
682 #include <libwebsockets/lws-button.h>
683 #include <libwebsockets/lws-led.h>
684 #include <libwebsockets/lws-pwm.h>
685 #include <libwebsockets/lws-display.h>
686 #include <libwebsockets/lws-ssd1306-i2c.h>
687 #include <libwebsockets/lws-ili9341-spi.h>
688 #include <libwebsockets/lws-settings.h>
689 #include <libwebsockets/lws-netdev.h>
Definition: lws-ws-ext.h:139
Definition: libwebsockets.h:570
int events
Definition: libwebsockets.h:572
int prev_events
Definition: libwebsockets.h:573
lws_sockfd_type fd
Definition: libwebsockets.h:571
Definition: lws-protocols-plugins.h:44
Definition: lws-http.h:369
Definition: lws-http.h:204