Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c70 #define USB_IFACE "usbmon" macro
147 snprintf(dev_name, 10, USB_IFACE"%d", n); in usb_dev_add()
309 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) { in usb_create()
315 cp += sizeof USB_IFACE - 1; in usb_create()
358 if (sscanf(handle->opt.source, USB_IFACE"%d", &handlep->bus_index) != 1) in usb_activate()