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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c72 #define USB_IFACE "usbmon" macro
233 pcap_snprintf(dev_name, 10, USB_IFACE"%d", n);
566 /* Does it begin with USB_IFACE? */
567 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) {
568 /* Nope, doesn't begin with USB_IFACE */
572 /* Yes - is USB_IFACE followed by a number? */
573 cp += sizeof USB_IFACE - 1;
628 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1)

Completed in 103 milliseconds