Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dtcpdump.c213 static int Gflag_count; /* number of files created with Gflag rotation */ variable
1918 Gflag_count = 0; in main()
3232 Gflag_count++; in dump_packet_and_trunc()
3250 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) { in dump_packet_and_trunc()