Searched defs:pcap_pkt_debug (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap-dos.c289 if (pcap_pkt_debug > 0)
322 if (pcap_pkt_debug > 1)
876 if (pcap_pkt_debug > 0)
883 if (pcap_pkt_debug > 0)
938 pcap_pkt_debug < 0) /* if not already set */
941 pcap_pkt_debug = atoi (env);
1017 { "PKT.DEBUG", ARG_ATOI, &pcap_pkt_debug },
1071 int pcap_pkt_debug = -1; variable
1077 if (pcap_pkt_debug > 1)
1105 if (pcap_pkt_debug >
[all...]

Completed in 32 milliseconds