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

  /external/libpcap/
sf-pcap-ng.c 950 struct enhanced_packet_block *epbp; local
980 epbp = get_from_block_data(&cursor, sizeof(*epbp),
982 if (epbp == NULL)
990 interface_id = SWAPLONG(epbp->interface_id);
991 hdr->caplen = SWAPLONG(epbp->caplen);
992 hdr->len = SWAPLONG(epbp->len);
993 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
994 SWAPLONG(epbp->timestamp_low);
996 interface_id = epbp->interface_id
    [all...]

Completed in 121 milliseconds