/third_party/curl/lib/ |
H A D | tftp.c | 133 time_t rx_time; member 247 time(&state->rx_time); in tftp_set_timeouts() 630 time(&state->rx_time); in tftp_rx() 650 time(&state->rx_time); in tftp_rx() 755 time(&state->rx_time); in tftp_tx() 1206 if(current > state->rx_time + state->retry_time) { in tftp_state_timeout() 1209 time(&state->rx_time); /* update even though we received nothing */ in tftp_state_timeout()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 466 struct os_reltime *rx_time) in p2p_add_group_clients() 534 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients() 697 * @rx_time: Time when the result was received 709 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() 751 if (rx_time == NULL) { in p2p_add_device() 753 rx_time = &time_now; in p2p_add_device() 763 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device() 765 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device() 768 "Do not update peer entry based on old frame (rx_time=%u.%06u last_seen=%u.%06u flags=0x%x)", in p2p_add_device() 769 (unsigned int) rx_time in p2p_add_device() 463 p2p_add_group_clients(struct p2p_data *p2p, const u8 *go_dev_addr, const u8 *go_interface_addr, int freq, const u8 *gi, size_t gi_len, struct os_reltime *rx_time) p2p_add_group_clients() argument 708 p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, struct os_reltime *rx_time, int level, const u8 *ies, size_t ies_len, int scan_res) p2p_add_device() argument 3468 p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq, struct os_reltime *rx_time, int level, const u8 *ies, size_t ies_len) p2p_scan_res_handler() argument [all...] |
H A D | p2p_i.h | 864 struct os_reltime *rx_time, int level, const u8 *ies,
|
H A D | p2p.h | 1593 * @rx_time: Time when the result was received 1615 struct os_reltime *rx_time, int level, const u8 *ies,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 528 struct os_reltime *rx_time) 596 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); 761 * @rx_time: Time when the result was received 773 struct os_reltime *rx_time, int level, const u8 *ies, 815 if (rx_time == NULL) { 817 rx_time = &time_now; 827 os_reltime_before(rx_time, &dev->last_seen) && 829 os_reltime_expired(&dev->last_seen, rx_time, 832 "Do not update peer entry based on old frame (rx_time=%u.%06u last_seen=%u.%06u flags=0x%x)", 833 (unsigned int) rx_time 525 p2p_add_group_clients(struct p2p_data *p2p, const u8 *go_dev_addr, const u8 *go_interface_addr, int freq, const u8 *gi, size_t gi_len, struct os_reltime *rx_time) global() argument 772 p2p_add_device(struct p2p_data *p2p, const u8 *addr, int freq, struct os_reltime *rx_time, int level, const u8 *ies, size_t ies_len, int scan_res) global() argument 3630 p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq, struct os_reltime *rx_time, int level, const u8 *ies, size_t ies_len) global() argument [all...] |
H A D | p2p.h | 1620 * @rx_time: Time when the result was received 1642 struct os_reltime *rx_time, int level, const u8 *ies,
|
H A D | p2p_i.h | 923 struct os_reltime *rx_time, int level, const u8 *ies,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 66 struct os_reltime rx_time; member
|
H A D | ieee802_1x.c | 1019 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
|
H A D | ieee802_11.c | 6581 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 62 struct os_reltime rx_time; member
|
H A D | ieee802_1x.c | 1010 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
|
H A D | ieee802_11.c | 4935 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
|