Home
last modified time | relevance | path

Searched refs:pcap_createsrcstr (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/modules/
Dwinpcapy.py698 pcap_createsrcstr = _lib.pcap_createsrcstr variable
699 pcap_createsrcstr.restype = c_int
700 pcap_createsrcstr.argtypes = [STRING, c_int, STRING, STRING, STRING, STRING]
/external/libpcap/
Dpcap-new.c127 if (pcap_createsrcstr(tmpstring, PCAP_SRC_IFLOCAL, NULL, NULL, dev->name, errbuf) == -1) in pcap_findalldevs_ex()
284 if (pcap_createsrcstr(tmpstring, PCAP_SRC_FILE, NULL, NULL, filename, errbuf) == -1) in pcap_findalldevs_ex()
Dpcap-rpcap.c2518 if (pcap_createsrcstr(tmpstring2, PCAP_SRC_IFREMOTE, host, port, tmpstring, errbuf) == -1) in pcap_findalldevs_ex_remote()
Dpcap.c1802 pcap_createsrcstr(char *source, int type, const char *host, const char *port,
/external/libpcap/pcap/
Dpcap.h837 PCAP_API int pcap_createsrcstr(char *source, int type, const char *host,