Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c74 #define USB_IFACE "usbmon" macro
148 snprintf(dev_name, 10, USB_IFACE"%d", n); in usb_dev_add()
430 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) { in usb_create()
436 cp += sizeof USB_IFACE - 1; in usb_create()
490 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1) in usb_activate()