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 48 #include "pcap-canusb-linux.h"
50 #define CANUSB_IFACE "canusb"
100 * saying "no CANUSB devices".
128 snprintf(dev_descr, 50, "CanUSB [%s]", sernum);
212 struct pcap_canusb *canusb; local
218 /* Does it begin with "canusb"? */
219 if (strncmp(cp, "canusb", 6) != 0) {
220 /* Nope, doesn't begin with "canusb" */
224 /* Yes - is "canusb" followed by a number? */
245 canusb = p->priv
259 struct pcap_canusb *canusb = arg; local
320 struct pcap_canusb *canusb = handle->priv; local
341 struct pcap_canusb *canusb = handle->priv; local
    [all...]
configure     [all...]

Completed in 110 milliseconds