Searched refs:max_age (Results 1 - 23 of 23) sorted by relevance

/external/autotest/frontend/tko/
H A Dviews.py31 max_age = request.GET['max_age']
33 graphing_utils.handle_plot_request(id, max_age), mimetype='image/png')
H A Dgraphing_utils.py823 def handle_plot_request(id, max_age):
829 max_age: maximum age, in minutes, that a cached version should be held
835 update_time = model.last_updated + datetime.timedelta(minutes=int(max_age))
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c28 int max_age = -1; local
86 max_age = atoi(pos2);
116 if (max_age < 1)
121 location, inet_ntoa(addr.sin_addr), max_age);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 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
86 max_age = atoi(pos2);
116 if (max_age < 1)
121 location, inet_ntoa(addr.sin_addr), max_age);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 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
86 max_age = atoi(pos2);
116 if (max_age < 1)
121 location, inet_ntoa(addr.sin_addr), max_age);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/v8/tools/release/
H A Dauto_roll.py68 max_age=self._options.max_age * DAY_IN_SECONDS)
H A Dreleases.py298 revisions = self.GetRecentReleases(max_age=7 * DAY_IN_SECONDS)
H A Dcommon_includes.py636 def GetRecentReleases(self, max_age):
645 int(time_now - max_age)).strip()
/external/tcpdump/
H A Dprint-stp.c39 uint8_t max_age[2]; member in struct:stp_bpdu_
118 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
267 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
/external/autotest/site_utils/admin/
H A Dclean_staged_images.py141 prune_builds(builds_dir, options.max_age, options.max_paladin_age)
/external/iproute2/include/linux/
H A Dif_bridge.h58 __u32 max_age; member in struct:__bridge_info
/external/libnl/include/linux-private/linux/
H A Dif_bridge.h56 __u32 max_age; member in struct:__bridge_info
/external/kernel-headers/original/uapi/linux/
H A Dif_bridge.h58 __u32 max_age; member in struct:__bridge_info
/external/wpa_supplicant_8/hostapd/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/wpa_supplicant_8/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/wpa_supplicant_8/wpa_supplicant/
H A Drrm.c306 u16 max_age = 0; local
335 max_age = WPA_GET_LE16(subelem + 2);
344 if (max_age != 0xffff && max_age < diff_l)

Completed in 450 milliseconds