HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_ERROR_BREAK (Results 1 - 5 of 5) sorted by null

  /external/libpcap/pcap/
pcap.h 251 #define PCAP_ERROR_BREAK -2 /* loop terminated by pcap_breakloop */
  /external/libpcap/
pcap-win32.c 503 * has, and return PCAP_ERROR_BREAK to indicate
507 return (PCAP_ERROR_BREAK);
546 * packets, clear the flag and return PCAP_ERROR_BREAK
556 return (PCAP_ERROR_BREAK);
    [all...]
pcap-linux.c     [all...]
pcap-bpf.c 936 * has, and return PCAP_ERROR_BREAK to indicate
940 return (PCAP_ERROR_BREAK);
1057 * packets, clear the flag and return PCAP_ERROR_BREAK
1084 return (PCAP_ERROR_BREAK);
    [all...]
pcap.c     [all...]

Completed in 383 milliseconds