HomeSort by: relevance | last modified time | path
    Searched refs:pcap_pkt_debug (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dos.c 303 if (pcap_pkt_debug > 0)
348 if (pcap_pkt_debug > 1)
926 if (pcap_pkt_debug > 0)
933 if (pcap_pkt_debug > 0)
988 pcap_pkt_debug < 0) /* if not already set */
991 pcap_pkt_debug = atoi (env);
1065 { "PKT.DEBUG", ARG_ATOI, &pcap_pkt_debug },
1119 int pcap_pkt_debug = -1; variable
1125 if (pcap_pkt_debug > 1)
1153 if (pcap_pkt_debug > 0
    [all...]
pcap-dos.h 211 extern int pcap_pkt_debug;
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.c 1052 if (pcap_pkt_debug >= 1)
1079 BOOL writeInfo = (pcap_pkt_debug >= 3);
1081 pktInfo.quiet = (pcap_pkt_debug < 3);
1181 if (pcap_pkt_debug > 2)

Completed in 34 milliseconds