Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c53 #define USBUS_PREFIX_LEN (sizeof(usbus_prefix) - 1) macro
1847 if (strncmp(p->opt.device, usbus_prefix, USBUS_PREFIX_LEN) == 0) {
2686 name_max = USBUS_PREFIX_LEN + 10 + 1;
2707 memcpy(name, usbus_prefix, USBUS_PREFIX_LEN);
2708 memcpy(name + USBUS_PREFIX_LEN, usbitem->d_name, busnumlen);
2709 *(name + USBUS_PREFIX_LEN + busnumlen) = '\0';