Home
last modified time | relevance | path

Searched refs:thiszone (Results 1 – 2 of 2) sorted by relevance

/f-stack/lib/
H A Dff_dpdk_pcap.c39 int32_t thiszone; /* gmt to local correction */ member
74 pcap_file_hdr.thiszone = 0x00000000; in ff_enable_pcap()
/f-stack/tools/ndp/
H A Dndp.c157 static int32_t thiszone; /* time difference with gmt */ variable
232 thiszone = gmt2local(0); in main()
1483 sec = (tvp->tv_sec + thiszone) % 86400; in ts_print()