HomeSort by relevance Sort by last modified time
    Searched refs:pcap_findalldevs_ex (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
remote-ext.h 129 * The formats allowed by the pcap_findalldevs_ex() are the following:
422 PCAP_API int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
pcap-new.c 58 /* String identifier to be used in the pcap_findalldevs_ex() */
60 /* String identifier to be used in the pcap_findalldevs_ex() */
63 /* String identifier to be used in the pcap_findalldevs_ex() */
65 /* String identifier to be used in the pcap_findalldevs_ex() */
87 int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf) function
116 * There are some differences if pcap_findalldevs_ex() is called to list files and remote adapters.
835 * pcap_findalldevs_ex(), which does not have interface name, do not return error
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 690 #int pcap_findalldevs_ex (char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
692 pcap_findalldevs_ex = _lib.pcap_findalldevs_ex variable
693 pcap_findalldevs_ex.retype = c_int
694 pcap_findalldevs_ex.argtypes = [STRING, POINTER(pcap_rmtauth), POINTER(POINTER(pcap_if_t)), STRING]

Completed in 48 milliseconds