Lines Matching refs:get32
95 get32(const unsigned char *buf)
162 pkt_len = get32(&hdr[4]);
319 p->linktype = get32(&reply_buf[0]);
321 p->tzoff = get32(&reply_buf[4]);
371 get32(&reply_buf[0]);
434 stats->ps_recv = get32(&reply_buf[0]);
435 stats->ps_ifdrop = get32(&reply_buf[4]);
436 stats->ps_drop = get32(&reply_buf[8]);
515 pkth.ts.tv_sec = get32(&buf[0]);
516 pkth.ts.tv_usec = get32(&buf[4]);
517 pkth.caplen = get32(&buf[8]);
518 pkth.len = get32(&buf[12]);