Home
last modified time | relevance | path

Searched refs:rx_time (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/lib/
H A Dtftp.c133 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 Dp2p.c466 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 Dp2p_i.h864 struct os_reltime *rx_time, int level, const u8 *ies,
H A Dp2p.h1593 * @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 Dp2p.c528 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 Dp2p.h1620 * @rx_time: Time when the result was received
1642 struct os_reltime *rx_time, int level, const u8 *ies,
H A Dp2p_i.h923 struct os_reltime *rx_time, int level, const u8 *ies,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h66 struct os_reltime rx_time; member
H A Dieee802_1x.c1019 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
H A Dieee802_11.c6581 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 Dsta_info.h62 struct os_reltime rx_time; member
H A Dieee802_1x.c1010 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
H A Dieee802_11.c4935 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()

Completed in 45 milliseconds