Uses of Interface
pcap.api.internal.foreign.pcap_header.pcap_if
| Package | Description |
|---|---|
| pcap.api.internal | |
| pcap.api.internal.foreign |
-
Uses of pcap_header.pcap_if in pcap.api.internal
Constructors in pcap.api.internal with parameters of type pcap_header.pcap_if Constructor Description PcapInterface(pcap_header.pcap_if pcap_if) -
Uses of pcap_header.pcap_if in pcap.api.internal.foreign
Methods in pcap.api.internal.foreign that return types with arguments of type pcap_header.pcap_if Modifier and Type Method Description java.foreign.memory.Pointer<pcap_header.pcap_if>pcap_header.pcap_if. next$get()Method parameters in pcap.api.internal.foreign with type arguments of type pcap_header.pcap_if Modifier and Type Method Description intpcap_header. pcap_findalldevs(java.foreign.memory.Pointer<? extends java.foreign.memory.Pointer<pcap_header.pcap_if>> alldevs, java.foreign.memory.Pointer<java.lang.Byte> errbuf)voidpcap_header. pcap_freealldevs(java.foreign.memory.Pointer<pcap_header.pcap_if> alldevs)