Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c56 #define USBUS_PREFIX_LEN (sizeof(usbus_prefix) - 1) macro
1829 if (strncmp(p->opt.device, usbus_prefix, USBUS_PREFIX_LEN) == 0) {
2618 name_max = USBUS_PREFIX_LEN + 10 + 1;
2640 memcpy(name, usbus_prefix, USBUS_PREFIX_LEN);
2641 memcpy(name + USBUS_PREFIX_LEN, usbitem->d_name, busnumlen);
2642 *(name + USBUS_PREFIX_LEN + busnumlen) = '\0';