Searched refs:PCAP_SRC_IFREMOTE (Results 1 – 5 of 5) sorted by relevance
502 if (pcap_createsrcstr(tmpstring2, PCAP_SRC_IFREMOTE, host, port, tmpstring, errbuf) == -1) in pcap_findalldevs_ex()691 case PCAP_SRC_IFREMOTE: in pcap_createsrcstr()786 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()804 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()820 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()921 case PCAP_SRC_IFREMOTE: in pcap_open()
111 #define PCAP_SRC_IFREMOTE 4 macro
851 if (srctype == PCAP_SRC_IFREMOTE) in pcap_activate_win32()
732 if (retval != PCAP_SRC_IFREMOTE) in pcap_opensource_remote()
534 PCAP_SRC_IFREMOTE = 4 variable