Home | History | Annotate | Download | only in libpcap

Lines Matching refs:hdr_num

210 	uint32_t hdr_num = 0;
227 if ( len < (24 + (hdr_num * 8)) )
228 return hdr_num;
231 hdr_type = erf[(16 + (hdr_num * 8))];
232 hdr_num++;
236 return hdr_num;