HomeSort by relevance Sort by last modified time
    Searched full:sf_hdr (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
sf-pcap.c 400 struct pcap_sf_patched_pkthdr sf_hdr; local
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
434 hdr->caplen = SWAPLONG(sf_hdr.caplen);
435 hdr->len = SWAPLONG(sf_hdr.len);
436 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
437 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
439 hdr->caplen = sf_hdr.caplen;
440 hdr->len = sf_hdr.len;
441 hdr->ts.tv_sec = sf_hdr.ts.tv_sec;
442 hdr->ts.tv_usec = sf_hdr.ts.tv_usec
595 struct pcap_sf_pkthdr sf_hdr; local
    [all...]

Completed in 2324 milliseconds