Searched refs:canusb (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-canusb-linux.c48 #define CANUSB_IFACE "canusb"
86 static struct canusb_t canusb; variable in typeref:struct:canusb_t
214 libusb_init(&canusb.ctx);
220 /* Does it begin with "canusb"? */
221 if (strncmp(cp, "canusb", 6) != 0) {
222 /* Nope, doesn't begin with "canusb" */
226 /* Yes - is "canusb" followed by a number? */
247 memset(&canusb, 0x00, sizeof(canusb));
255 static void* canusb_capture_thread(struct canusb_t *canusb) argument
[all...]
H A DMakefile.in292 pcap-canusb-linux.c \
293 pcap-canusb-linux.h \
H A Dconfigure1306 --enable-canusb enable canusb support [default=yes, if support
11574 # Check whether --enable-canusb was given.
11717 CANUSB_SRC=pcap-canusb-linux.c
11719 { echo "$as_me:$LINENO: canusb sniffing is supported" >&5
11720 echo "$as_me: canusb sniffing is supported" >&6;}
11723 { echo "$as_me:$LINENO: canusb sniffing is not supported; install libusb1.0 lib devel to enable it" >&5
11724 echo "$as_me: canusb sniffing is not supported; install libusb1.0 lib devel to enable it" >&6;}
11731 { echo "$as_me:$LINENO: no canusb support implemented for $host_os" >&5
11732 echo "$as_me: no canusb suppor
[all...]

Completed in 142 milliseconds