internal static int pcap_findalldevs_ex(string /*char **/ source, ref pcap_rmtauth /*pcap_rmtauth **/ auth, ref IntPtr /*pcap_if_t ** */ alldevs, StringBuilder /*char * */ errbuf) { return(UseWindows ? Windows.pcap_findalldevs_ex(source, ref auth, ref alldevs, errbuf) : Unix.pcap_findalldevs_ex(source, ref auth, ref alldevs, errbuf)); }