Home
last modified time | relevance | path

Searched refs:ip_limit_ah (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dpeer-limits.c272 if (context->ip_limit_ah && in lws_peer_confirm_ah_attach_ok()
273 peer->http.count_ah >= context->ip_limit_ah) { in lws_peer_confirm_ah_attach_ok()
275 context->ip_limit_ah); in lws_peer_confirm_ah_attach_ok()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h553 unsigned short ip_limit_ah; member
/third_party/libwebsockets/test-apps/
Dtest-server.c542 info.ip_limit_ah = 24; /* for testing */ in main()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h497 unsigned short ip_limit_ah; member
Dcontext.c619 context->ip_limit_ah = info->ip_limit_ah; in lws_create_context()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c342 a->info->ip_limit_ah = atoi(ctx->buf); in lejp_globals_cb()
/third_party/libwebsockets/READMEs/
DREADME.coding.md130 `info.ip_limit_ah` and `info.ip_limit_wsi`.