Home
last modified time | relevance | path

Searched refs:last_us (Results 1 – 8 of 8) sorted by relevance

/dports/net/netstrain/netstrain-3.0/
H A Dstats.c37 counter_t total_us, counter_t last_us);
64 counter_t total_b, last_b, total_us, last_us; in stats_hook() local
73 last_us = now_stamp - last_stamp; in stats_hook()
81 stats_line("sent: ", total_b, last_b, total_us, last_us); in stats_hook()
86 stats_line("recv'd: ", total_b, last_b, total_us, last_us); in stats_hook()
91 counter_t total_us, counter_t last_us) in stats_line() argument
96 last_bps = (last_b * 1000000 + (last_us >> 1)) / last_us; in stats_line()
/dports/devel/libevdev/libevdev-1.5.9/tools/
H A Dmouse-dpi-tool.c126 uint64_t last_us = m->us; in handle_event() local
131 if (last_us + idle_reset < m->us) { in handle_event()
135 double freq = get_frequency(last_us, m->us); in handle_event()
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_udp.c564 iostat->last_us = tv2us(&iostat->latencyv[iostat->lastlatencyi]);
H A Dsockd_io.c2844 stats->last_us,
2859 stats->last_us,
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1113 unsigned long last_us; member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DNetwork.c17873 UDPLISTENER_SOCK *last_us = NULL; in UdpListenerThread() local
17885 if (last_us != NULL && last_src_port == p->SrcPort && CmpIpAddr(&last_src_ip, &p->SrcIP) == 0) in UdpListenerThread()
17887 us = last_us; in UdpListenerThread()
17896 last_us = us; in UdpListenerThread()
17914 last_us = NULL; in UdpListenerThread()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.c20766 UDPLISTENER_SOCK *last_us = NULL; in UdpListenerThread() local
20780 if (last_us != NULL && last_src_port == p->SrcPort && CmpIpAddr(&last_src_ip, &p->SrcIP) == 0) in UdpListenerThread()
20782 us = last_us; in UdpListenerThread()
20791 last_us = us; in UdpListenerThread()
20809 last_us = NULL; in UdpListenerThread()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.c20754 UDPLISTENER_SOCK *last_us = NULL; in UdpListenerThread() local
20766 if (last_us != NULL && last_src_port == p->SrcPort && CmpIpAddr(&last_src_ip, &p->SrcIP) == 0) in UdpListenerThread()
20768 us = last_us; in UdpListenerThread()
20777 last_us = us; in UdpListenerThread()
20795 last_us = NULL; in UdpListenerThread()