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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c1229 #define VEC_SIZE 32 macro
1235 int32_t vec[VEC_SIZE];
1248 limit = VEC_SIZE;
1249 if (limit > VEC_SIZE)
1250 limit = VEC_SIZE;

Completed in 108 milliseconds