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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-usb-linux.c836 #define VEC_SIZE 32 macro
842 int32_t vec[VEC_SIZE];
855 limit = VEC_SIZE;
856 if (limit > VEC_SIZE)
857 limit = VEC_SIZE;

Completed in 46 milliseconds