Searched refs:last_rx (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c203 static struct timespec last_rx, first_rx; variable in typeref:struct:timespec
1015 last_rx = now;
1017 first_rx = last_rx;
1029 triptime = diffsec(&last_rx, &tv);
1350 double r = diffsec(&last_rx, &first_rx);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dmlme.c590 sta->last_rx + IEEE80211_MONITORING_INTERVAL)) {
2076 time_after(sta->last_rx + IEEE80211_IBSS_MERGE_INTERVAL,
2093 if (time_after(jiffies, sta->last_rx +

Completed in 136 milliseconds