Home
last modified time | relevance | path

Searched refs:block_trailer (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsf-pcapng.c61 struct block_trailer { struct
249 sizeof (struct block_trailer))
284 struct block_trailer *btrlr; in read_block()
304 sizeof(struct block_trailer)) { in read_block()
308 sizeof(struct block_header) + sizeof(struct block_trailer)); in read_block()
361 btrlr = (struct block_trailer *)(bdata + data_remaining - sizeof (struct block_trailer)); in read_block()
382 cursor->data_remaining = data_remaining - sizeof(struct block_trailer); in read_block()
863 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer) || in pcap_ng_check_header()
867 sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer), in pcap_ng_check_header()