Searched defs:pcap_if_t (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/pcap/
H A Dpcap.h83 typedef struct pcap_if pcap_if_t; typedef in typeref:struct:pcap_if
430 PCAP_API int pcap_findalldevs(pcap_if_t **, char *);
431 PCAP_API void pcap_freealldevs(pcap_if_t *);
/external/scapy/scapy/modules/
H A Dwinpcapy.py228 #typedef struct pcap_if pcap_if_t
230 pcap_if_t = pcap_if variable
292 #int pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf)
296 pcap_findalldevs.argtypes = [POINTER(POINTER(pcap_if_t)), STRING]
298 #void pcap_freealldevs (pcap_if_t *alldevsp)
302 pcap_freealldevs.argtypes = [POINTER(pcap_if_t)]
690 #int pcap_findalldevs_ex (char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
694 pcap_findalldevs_ex.argtypes = [STRING, POINTER(pcap_rmtauth), POINTER(POINTER(pcap_if_t)), STRING]

Completed in 81 milliseconds