Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c76 #define USB_IFACE "usbmon" macro
150 snprintf(dev_name, 10, USB_IFACE"%d", n); in usb_dev_add()
432 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) { in usb_create()
438 cp += sizeof USB_IFACE - 1; in usb_create()
492 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1) in usb_activate()