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

/external/fio/
H A Dverify.c229 unsigned int hdr_num; member in struct:vcont
312 hdr_offset = vc->hdr_num * hdr->len;
352 offset += vc->hdr_num * hdr->len;
371 return vc->io_u->buf + vc->hdr_num * hdr->len + hdr_size(vc->td, hdr);
392 mod = (get_hdr_inc(td, io_u) * vc->hdr_num + header_size) % pattern_size;
817 struct verify_header *hdr, unsigned int hdr_num,
839 if (hdr->offset != io_u->offset + hdr_num * td->o.verify_interval) {
875 io_u->offset + hdr_num * hdr_len, hdr_len);
878 dump_buf(p, hdr_len, io_u->offset + hdr_num * hdr_len,
888 unsigned int header_size, hdr_inc, hdr_num local
816 verify_header(struct io_u *io_u, struct thread_data *td, struct verify_header *hdr, unsigned int hdr_num, unsigned int hdr_len) argument
[all...]
/external/libpcap/
H A Dpcap-dag.c301 uint32_t hdr_num = 0; local
318 if ( len < (24 + (hdr_num * 8)) )
319 return hdr_num;
322 hdr_type = erf[(16 + (hdr_num * 8))];
323 hdr_num++;
327 return hdr_num;

Completed in 104 milliseconds