Home
last modified time | relevance | path

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

/third_party/curl/lib/
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/
Dp2p.c466 struct os_reltime *rx_time) in p2p_add_group_clients() argument
534 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
709 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument
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()
769 (unsigned int) rx_time->sec, in p2p_add_device()
770 (unsigned int) rx_time->usec, in p2p_add_device()
778 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device()
[all …]
Dp2p_i.h864 struct os_reltime *rx_time, int level, const u8 *ies,
Dp2p.h1615 struct os_reltime *rx_time, int level, const u8 *ies,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c468 struct os_reltime *rx_time) in p2p_add_group_clients() argument
536 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
713 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument
755 if (rx_time == NULL) { in p2p_add_device()
757 rx_time = &time_now; in p2p_add_device()
767 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device()
769 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
773 (unsigned int) rx_time->sec, in p2p_add_device()
774 (unsigned int) rx_time->usec, in p2p_add_device()
782 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device()
[all …]
Dp2p_i.h870 struct os_reltime *rx_time, int level, const u8 *ies,
Dp2p.h1626 struct os_reltime *rx_time, int level, const u8 *ies,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h62 struct os_reltime rx_time; member
Dieee802_1x.c1010 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
Dieee802_11.c4935 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h66 struct os_reltime rx_time; member
Dieee802_1x.c1019 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
Dieee802_11.c6559 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()