Home
last modified time | relevance | path

Searched refs:ka_interval (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c139 (vhost->ka_interval * vhost->ka_probes)); in lws_plat_set_socket_options()
149 optval = vhost->ka_interval; in lws_plat_set_socket_options()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h569 int ka_interval; member
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c122 optval = vhost->ka_interval; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c119 alive.keepaliveinterval = vhost->ka_interval * 1000; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/core-net/
Dvhost.c967 vh->ka_interval = info->ka_interval; in lws_create_vhost()
Dprivate-lib-core-net.h511 int ka_interval; member
/third_party/libwebsockets/lib/core/
Dcontext.c1154 if (!info->ka_interval && info->ka_time > 0) { in lws_create_context()
/third_party/libwebsockets/READMEs/
DREADME.coding.md527 also fill ka_probes and ka_interval in that case.