Home
last modified time | relevance | path

Searched refs:PCAP_SRC_IF_STRING (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/
Dpcap.c2135 (uses_ssl ? "rpcaps://" : PCAP_SRC_IF_STRING),
2168 pcapint_strlcpy(source, PCAP_SRC_IF_STRING, PCAP_BUF_SIZE);
2870 if (strncmp(device, PCAP_SRC_IF_STRING, strlen(PCAP_SRC_IF_STRING)) == 0) {
2871 size_t len = strlen(device) - strlen(PCAP_SRC_IF_STRING) + 1;
2874 device += strlen(PCAP_SRC_IF_STRING);
/netbsd/src/external/bsd/libpcap/dist/pcap/
Dpcap.h983 #define PCAP_SRC_IF_STRING "rpcap://" macro