Searched refs:PCAP_SRC_IFLOCAL (Results 1 – 4 of 4) sorted by relevance
102 case PCAP_SRC_IFLOCAL: in pcap_findalldevs_ex()127 if (pcap_createsrcstr(tmpstring, PCAP_SRC_IFLOCAL, NULL, NULL, dev->name, errbuf) == -1) in pcap_findalldevs_ex()378 case PCAP_SRC_IFLOCAL: in pcap_open()
1850 case PCAP_SRC_IFLOCAL:1895 *type = PCAP_SRC_IFLOCAL;1954 *type = PCAP_SRC_IFLOCAL;2490 if (srctype == PCAP_SRC_IFLOCAL) {
630 #define PCAP_SRC_IFLOCAL 3 /* local network interface */ macro
533 PCAP_SRC_IFLOCAL = 3 variable