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

/external/libpcap/
H A Dpcap-canusb-linux.c48 #include "pcap-canusb-linux.h"
50 #define CANUSB_IFACE "canusb"
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;
246 canusb->ctx = NULL;
247 canusb
259 struct pcap_canusb *canusb = arg; local
320 struct pcap_canusb *canusb = handle->priv; local
341 struct pcap_canusb *canusb = handle->priv; local
[all...]
H A Dconfigure1384 --enable-canusb enable canusb support [default=yes, if support
8075 # Check whether --enable-canusb was given.
8092 CANUSB_SRC=pcap-canusb-linux.c
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: canusb sniffing is supported" >&5
8095 $as_echo "$as_me: canusb sniffing is supported" >&6;}
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: canusb sniffing is not supported; install libusb1.0 lib devel to enable it" >&5
8099 $as_echo "$as_me: canusb sniffing is not supported; install libusb1.0 lib devel to enable it" >&6;}
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: no canusb support implemented for $host_os" >&5
8107 $as_echo "$as_me: no canusb suppor
[all...]

Completed in 103 milliseconds