Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c127 (vhost->ka_interval * vhost->ka_probes)); in lws_plat_set_socket_options()
137 optval = vhost->ka_interval; in lws_plat_set_socket_options()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c114 optval = vhost->ka_interval; in lws_plat_set_socket_options()
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h353 int ka_interval; member
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c107 alive.keepaliveinterval = vhost->ka_interval * 1000; in lws_plat_set_socket_options()
/external/libwebsockets/lib/core-net/
Dvhost.c782 vh->ka_interval = info->ka_interval; in lws_create_vhost()
Dprivate-lib-core-net.h590 int ka_interval; member
/external/libwebsockets/lib/core/
Dcontext.c598 if (!info->ka_interval && info->ka_time > 0) { in lws_create_context()
/external/libwebsockets/READMEs/
DREADME.coding.md563 also fill ka_probes and ka_interval in that case.