Home
last modified time | relevance | path

Searched refs:tv_sec (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/utility/iperf/
Dnx_iperf.h114 ULONG tv_sec; member
Dnx_iperf.c2302 payload_ptr -> tv_sec = _tx_timer_system_clock / NX_IP_PERIODIC_RATE; in nx_iperf_send_udp_packet()
2309 NX_CHANGE_ULONG_ENDIAN(payload_ptr -> tv_sec); in nx_iperf_send_udp_packet()
/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.h618 nx_bsd_time_t tv_sec; /* Seconds */ member
Dnxd_bsd.c6265 … so_rcvtimeval -> tv_sec = (nx_bsd_time_t)((ticks * NX_MICROSECOND_PER_CPU_TICK) / 1000000); in nx_bsd_getsockopt()
6586 …(time_val -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(time_val -> tv_sec) * NX_IP_PERIODIC_… in nx_bsd_setsockopt()
6597 …(time_val -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(time_val -> tv_sec) * NX_IP_PERIODIC_… in nx_bsd_setsockopt()
7661 …ticks = (ULONG)(timeout -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(timeout -> tv_sec) * NX_… in nx_bsd_select()
15028 ptime -> tv_sec = 0; in nx_bsd_poll()
15035 ptime -> tv_sec = (timeout / 1000); in nx_bsd_poll()