/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | flying_stars_fx.c | 91 float max_age; member 247 vage = data->max_age * (1.0f - info->sound.goomPower); in fs_sound_event_occured() 298 data->max_age = 1.0f - (float) IVAL (data->max_age_p) / 100.0f; in fs_apply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
D | rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | rrm.c | 313 u16 max_age = 0; in wpas_rrm_build_lci_report() local 342 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 351 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | rrm.c | 306 u16 max_age = 0; in wpas_rrm_build_lci_report() local 335 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 344 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1207 uint32_t max_age = 0; 1217 if (line->age[i] >= max_age) { 1218 max_age = line->age[i];
|
/third_party/python/Lib/test/ |
D | test_http_cookiejar.py | 1647 max_age = "max-age=3600"
|
/third_party/grpc/ |
D | BUILD.gn | 471 "${GRPC_DIR}/src/core/ext/filters/max_age/max_age_filter.cc", 472 "${GRPC_DIR}/src/core/ext/filters/max_age/max_age_filter.h",
|