Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcpdump.c150 static int Gflag_count; /* number of files created with Gflag rotation */ variable
1254 Gflag_count = 0; in main()
2314 Gflag_count++; in dump_packet_and_trunc()
2330 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) { in dump_packet_and_trunc()