Searched refs:pcap_createsrcstr (Results 1 – 5 of 5) sorted by relevance
/external/scapy/scapy/modules/ |
D | winpcapy.py | 698 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/ |
D | pcap-new.c | 127 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()
|
D | pcap-rpcap.c | 2518 if (pcap_createsrcstr(tmpstring2, PCAP_SRC_IFREMOTE, host, port, tmpstring, errbuf) == -1) in pcap_findalldevs_ex_remote()
|
D | pcap.c | 1802 pcap_createsrcstr(char *source, int type, const char *host, const char *port,
|
/external/libpcap/pcap/ |
D | pcap.h | 837 PCAP_API int pcap_createsrcstr(char *source, int type, const char *host,
|