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

/external/libpcap/
H A Dpcap-bpf.c55 static const char usbus_prefix[] = "usbus"; variable
56 #define USBUS_PREFIX_LEN (sizeof(usbus_prefix) - 1)
1829 if (strncmp(p->opt.device, usbus_prefix, USBUS_PREFIX_LEN) == 0) {
2640 memcpy(name, usbus_prefix, USBUS_PREFIX_LEN);

Completed in 112 milliseconds