Searched refs:PCAP_OPENFLAG_NOCAPTURE_RPCAP (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dpcap.h971 #define PCAP_OPENFLAG_NOCAPTURE_RPCAP 0x00000004 macro
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-rpcap.c131 char *currentfilter; /* Pointer to a buffer (allocated at run-time) that stores the current filter. Needed when flag PCAP_OPENFLAG_NOCAPTURE_RPCAP is turned on. */
1451 if (pr->rmt_flags & PCAP_OPENFLAG_NOCAPTURE_RPCAP)
1676 (pr->rmt_flags & PCAP_OPENFLAG_NOCAPTURE_RPCAP))
1732 if (pr->rmt_flags & PCAP_OPENFLAG_NOCAPTURE_RPCAP)

Completed in 80 milliseconds