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

  /external/libpcap/
pcap-canusb-linux.c 49 #include "pcap-canusb-linux.h"
51 #define CANUSB_IFACE "canusb"
101 * saying "no CANUSB devices".
129 snprintf(dev_descr, 50, "CanUSB [%s]", sernum);
213 struct pcap_canusb *canusb; local
219 /* Does it begin with "canusb"? */
220 if (strncmp(cp, "canusb", 6) != 0) {
221 /* Nope, doesn't begin with "canusb" */
225 /* Yes - is "canusb" followed by a number? */
246 canusb = p->priv
260 struct pcap_canusb *canusb = arg; local
322 struct pcap_canusb *canusb = handle->priv; local
343 struct pcap_canusb *canusb = handle->priv; local
    [all...]
configure     [all...]

Completed in 85 milliseconds