Searched defs:max_age (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/base/
H A Dtransport_security_state_unittest.cc14 int max_age = 42; local
18 "", &max_age, &include_subdomains));
20 " ", &max_age, &include_subdomains));
22 "abc", &max_age, &include_subdomains));
24 " abc", &max_age, &include_subdomains));
26 " abc ", &max_age, &include_subdomains));
28 "max-age", &max_age, &include_subdomains));
30 " max-age", &max_age, &include_subdomains));
32 " max-age ", &max_age, &include_subdomains));
34 "max-age=", &max_age,
89 int max_age = 42; local
[all...]
H A Dcookie_monster.cc283 uint64 max_age = 0; local
290 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {
291 return current + TimeDelta::FromSeconds(max_age);
H A Dtransport_security_state.cc168 int* max_age,
170 DCHECK(max_age);
249 *max_age = max_age_candidate;
255 *max_age = max_age_candidate;
167 ParseHeader(const std::string& value, int* max_age, bool* include_subdomains) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.c635 const char *location, int max_age)
643 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
662 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.c635 const char *location, int max_age)
643 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
662 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
88 max_age = atoi(pos2);
118 if (max_age < 1)
123 location, inet_ntoa(addr.sin_addr), max_age);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.c635 const char *location, int max_age)
643 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
662 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
634 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/tcpdump/
H A Dprint-stp.c46 u_int8_t max_age[2]; member in struct:stp_bpdu_
122 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
224 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
/external/kernel-headers/original/linux/
H A Dif_bridge.h59 __u32 max_age; member in struct:__bridge_info
/external/chromium/net/url_request/
H A Durl_request_http_job.cc59 HTTPSProberDelegateImpl(const std::string& host, int max_age, argument
63 max_age_(max_age),
501 int max_age; local
507 value, &max_age, &include_subdomains);
515 base::TimeDelta max_age_delta = base::TimeDelta::FromSeconds(max_age);
532 value, &max_age, &include_subdomains);
539 base::TimeDelta max_age_delta = base::TimeDelta::FromSeconds(max_age);
565 new HTTPSProberDelegateImpl(request_info_.url.host(), max_age,

Completed in 1209 milliseconds