Home
last modified time | relevance | path

Searched refs:ip_limit_ah (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dpeer-limits.c296 if (context->ip_limit_ah && in lws_peer_confirm_ah_attach_ok()
297 peer->http.count_ah >= context->ip_limit_ah) { in lws_peer_confirm_ah_attach_ok()
299 context->ip_limit_ah); in lws_peer_confirm_ah_attach_ok()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h819 unsigned short ip_limit_ah; member
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h719 unsigned short ip_limit_ah; member
H A Dcontext.c1170 context->ip_limit_ah = info->ip_limit_ah; in lws_create_context()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c632 info.ip_limit_ah = 128; /* for testing */ in main()
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c358 a->info->ip_limit_ah = (uint16_t)atoi(ctx->buf); in lejp_globals_cb()

Completed in 15 milliseconds