Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:Cflag

530 			Cflag = atoi(optarg) * 1000000;
531 if (Cflag < 0)
975 if (Cflag != 0) {
1169 * larger than Cflag - the last packet written to the
1170 * file could put it over Cflag.
1172 if (pcap_dump_ftell(dump_info->p) > Cflag) {