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

/external/libpcap/
H A Dpcap-usb-linux.c70 #define USB_IFACE "usbmon" macro
147 snprintf(dev_name, 10, USB_IFACE"%d", n);
308 /* Does it begin with USB_IFACE? */
309 if (strncmp(cp, USB_IFACE, sizeof USB_IFACE - 1) != 0) {
310 /* Nope, doesn't begin with USB_IFACE */
314 /* Yes - is USB_IFACE followed by a number? */
315 cp += sizeof USB_IFACE - 1;
358 if (sscanf(handle->opt.source, USB_IFACE"%d", &handlep->bus_index) != 1)

Completed in 59 milliseconds