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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c74 #define USB_IFACE "usbmon" macro
141 snprintf(dev_name, 10, USB_IFACE"%d", n);
298 /* Does it begin with USB_IFACE? */
299 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) {
300 /* Nope, doesn't begin with USB_IFACE */
304 /* Yes - is USB_IFACE followed by a number? */
305 cp += sizeof USB_IFACE - 1;
347 if (sscanf(handle->opt.source, USB_IFACE"%d", &handle->md.ifindex) != 1)

Completed in 41 milliseconds