Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap.c1819 strlcpy(source, PCAP_SRC_IF_STRING, PCAP_BUF_SIZE);
1851 strlcpy(source, PCAP_SRC_IF_STRING, PCAP_BUF_SIZE);
2496 if (strncmp(device, PCAP_SRC_IF_STRING, strlen(PCAP_SRC_IF_STRING)) == 0) {
2497 size_t len = strlen(device) - strlen(PCAP_SRC_IF_STRING) + 1;
2500 device += strlen(PCAP_SRC_IF_STRING);
/external/libpcap/pcap/
Dpcap.h681 #define PCAP_SRC_IF_STRING "rpcap://" macro
/external/scapy/scapy/modules/
Dwinpcapy.py543 PCAP_SRC_IF_STRING="rpcap://" variable