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

/external/libpcap/
H A Dremote-ext.h421 PCAP_API int pcap_parsesrcstr(const char *source, int *type, char *host, char *port, char *name, char *errbuf);
H A Dpcap-new.c118 * the 'name' parameter of the pcap_parsesrcstr() is present).
123 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1)
128 if (pcap_parsesrcstr(source, &type, host, NULL, NULL, errbuf) == -1)
204 if (pcap_parsesrcstr(source, &type, host, port, name, errbuf) == -1)
348 if (pcap_parsesrcstr(source, &type, host, port, NULL, errbuf) == -1)
745 int pcap_parsesrcstr(const char *source, int *type, char *host, char *port, char *name, char *errbuf) function
911 if (pcap_parsesrcstr(source, &type, host, port, name, errbuf) == -1)
930 * pcap_open_remote() so that it has to call the pcap_parsesrcstr() again.
H A Dpcap-win32.c848 if (pcap_parsesrcstr(p->opt.device, &srctype, host, port, name, p->errbuf))
H A Dpcap-rpcap.c729 if (pcap_parsesrcstr(fp->opt.device, &retval, host, ctrlport, iface, fp->errbuf) == -1)
/external/scapy/scapy/modules/
H A Dwinpcapy.py702 #int pcap_parsesrcstr (const char *source, int *type, char *host, char *port, char *name, char *errbuf)
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]

Completed in 162 milliseconds