Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-new.c97 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1) in pcap_findalldevs_ex()
103 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1) in pcap_findalldevs_ex()
182 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1) in pcap_findalldevs_ex()
370 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1) in pcap_open()
Dpcap-rpcap.c2159 if (pcap_parsesrcstr(fp->opt.device, &retval, host, ctrlport, iface, errbuf) == -1) in pcap_open_rpcap()
2366 if (pcap_parsesrcstr(source, &type, host, port, NULL, errbuf) == -1) in pcap_findalldevs_ex_remote()
Dpcap.c1866 pcap_parsesrcstr(const char *source, int *type, char *host, char *port,
2472 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
/external/scapy/scapy/modules/
Dwinpcapy.py704 pcap_parsesrcstr = _lib.pcap_parsesrcstr variable
705 pcap_parsesrcstr.retype = c_int
706 pcap_parsesrcstr.argtypes = [STRING, POINTER(c_int), STRING, STRING, STRING, STRING]
/external/libpcap/pcap/
Dpcap.h839 PCAP_API int pcap_parsesrcstr(const char *source, int *type, char *host,