Searched refs:Cflag (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump.c528 Cflag = atoi(optarg) * 1000000;
529 if (Cflag < 0)
973 if (Cflag != 0) {
1167 * larger than Cflag - the last packet written to the
1168 * file could put it over Cflag.
1170 if (pcap_dump_ftell(dump_info->p) > Cflag) {
H A Dinterface.h356 #define Cflag gndo->ndo_Cflag macro

Completed in 38 milliseconds