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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dag.c188 uint32_t hdr_num = 0; local
205 if ( len <= (24 + (hdr_num * 8)) )
206 return hdr_num;
209 hdr_type = erf[(16 + (hdr_num * 8))];
210 hdr_num++;
214 return hdr_num;

Completed in 52 milliseconds