Lines Matching full:probe
477 PCAP_ASSERT (dev->probe);
479 if ((*dev->probe)(dev))
526 * Get a list of all interfaces that are present and that we probe okay.
542 PCAP_ASSERT (dev->probe);
544 if (!(*dev->probe)(dev))
547 PCAP_ASSERT (dev->close); /* set by probe routine */
634 PCAP_ASSERT (dev->probe);
636 if (!(*dev->probe)(dev)) /* call the xx_probe() function */
805 * set in it's probe handler), initialise near-memory ring-buffer for
1201 * Search & probe for supported 32-bit (pmode) pcap devices
1292 rtl8139_probe /* dev->probe routine */