Home
last modified time | relevance | path

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

/dports/net/hostapd/hostapd-2.9/hostapd/
H A Dconfig_file.c3863 u16 redirect_url_len; local
3871 redirect_url_len = os_strlen(pos + 2);
3873 redirect_url_len = 0;
3875 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1);
3879 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len);
3880 if (redirect_url_len)
3882 redirect_url_len);
3883 bss->network_auth_type_len = 3 + redirect_url_len;
/dports/net/hostapd-devel/hostap-14ab4a816/hostapd/
H A Dconfig_file.c3959 u16 redirect_url_len; in hostapd_config_fill() local
3967 redirect_url_len = os_strlen(pos + 2); in hostapd_config_fill()
3969 redirect_url_len = 0; in hostapd_config_fill()
3971 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
3975 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
3976 if (redirect_url_len) in hostapd_config_fill()
3978 redirect_url_len); in hostapd_config_fill()
3979 bss->network_auth_type_len = 3 + redirect_url_len; in hostapd_config_fill()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/hostapd/
H A Dconfig_file.c3959 u16 redirect_url_len; in hostapd_config_fill() local
3967 redirect_url_len = os_strlen(pos + 2); in hostapd_config_fill()
3969 redirect_url_len = 0; in hostapd_config_fill()
3971 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
3975 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
3976 if (redirect_url_len) in hostapd_config_fill()
3978 redirect_url_len); in hostapd_config_fill()
3979 bss->network_auth_type_len = 3 + redirect_url_len; in hostapd_config_fill()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.h372 int redirect_url_len = 0; variable
H A DHttpSM.cc7131 redirect_url_len = 0; in kill_this()
7868 redirect_request(redirect_url, redirect_url_len); in do_redirect()
7871 redirect_url_len = 0; in do_redirect()
H A DHttpTransact.cc1116 int redirect_url_len = s->http_config_param->reverse_proxy_no_host_redirect_len; in EndRemapRequest() local
1121 ….client_response.value_set(MIME_FIELD_LOCATION, MIME_LEN_LOCATION, redirect_url, redirect_url_len); in EndRemapRequest()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc8062 sm->redirect_url_len = 0; in TSHttpTxnRedirectUrlSet()
8066 sm->redirect_url_len = url_len; in TSHttpTxnRedirectUrlSet()
8084 *url_len_ptr = sm->redirect_url_len; in TSHttpTxnRedirectUrlGet()