Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dpcap-usb-linux.c750 #define VEC_SIZE 32 macro
756 int32_t vec[VEC_SIZE]; in usb_read_linux_mmap()
775 limit = VEC_SIZE; in usb_read_linux_mmap()
791 if (limit > VEC_SIZE) in usb_read_linux_mmap()
792 limit = VEC_SIZE; in usb_read_linux_mmap()