Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dflag

135 static int Dflag;			/* list available devices and exit */
139 * configuration!), the library *imports*(!) a variable named dflag,
145 * dflag but, instead, *if* built with optimizer debugging code,
148 int dflag; /* print filter code */
1209 ++dflag;
1213 Dflag++;
1516 if (Dflag)
1762 pcap_set_optimizer_debug(dflag);
1766 if (dflag) {
1767 bpf_dump(&fcode, dflag);