Searched refs:PCAP_SRC_IF_STRING (Results 1 – 3 of 3) sorted by relevance
1819 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);
681 #define PCAP_SRC_IF_STRING "rpcap://" macro
543 PCAP_SRC_IF_STRING="rpcap://" variable