Home
last modified time | relevance | path

Searched refs:ka_probes (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c139 (vhost->ka_interval * vhost->ka_probes)); in lws_plat_set_socket_options()
154 optval = vhost->ka_probes; in lws_plat_set_socket_options()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h558 int ka_probes; member
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c127 optval = vhost->ka_probes; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/core-net/
Dvhost.c968 vh->ka_probes = info->ka_probes; in lws_create_vhost()
Dprivate-lib-core-net.h510 int ka_probes; member
/third_party/libwebsockets/READMEs/
DREADME.coding.md527 also fill ka_probes and ka_interval in that case.