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

  /src/external/bsd/libpcap/dist/
pcap-int.h 57 #define PCAP_DEBUG {printf(" [%s:%d %s] ", __FILE__, __LINE__, __func__); fflush(stdout);}
625 extern int pcap_debug;
pcap.c 4647 pcap_debug = value;
  /src/external/bsd/tcpdump/dist/
tcpdump.c 348 * pcap_debug or yydebug. Make a local version of pcap_set_parser_debug()
355 extern int pcap_debug __weak;
357 if (&pcap_debug)
358 pcap_debug = value;
configure 7375 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pcap_debug is defined by libpcap" >&5
7376 printf %s "checking whether pcap_debug is defined by libpcap... " >&6; }
7384 extern int pcap_debug;
7386 return pcap_debug;

Completed in 66 milliseconds