Searched refs:pcap_parsesrcstr (Results 1 – 5 of 5) sorted by relevance
/external/libpcap/ |
D | pcap-new.c | 97 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()
|
D | pcap-rpcap.c | 2159 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()
|
D | pcap.c | 1866 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/ |
D | winpcapy.py | 704 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/ |
D | pcap.h | 839 PCAP_API int pcap_parsesrcstr(const char *source, int *type, char *host,
|