Searched refs:rx_time (Results 1 – 13 of 13) sorted by relevance
/third_party/curl/lib/ |
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/ |
D | p2p.c | 466 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 …]
|
D | p2p_i.h | 864 struct os_reltime *rx_time, int level, const u8 *ies,
|
D | p2p.h | 1615 struct os_reltime *rx_time, int level, const u8 *ies,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p.c | 468 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 …]
|
D | p2p_i.h | 870 struct os_reltime *rx_time, int level, const u8 *ies,
|
D | p2p.h | 1626 struct os_reltime *rx_time, int level, const u8 *ies,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | sta_info.h | 62 struct os_reltime rx_time; member
|
D | ieee802_1x.c | 1010 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
|
D | ieee802_11.c | 4935 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/ |
D | sta_info.h | 66 struct os_reltime rx_time; member
|
D | ieee802_1x.c | 1019 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
|
D | ieee802_11.c | 6559 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
|