Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap-ng.c78 struct block_trailer { struct
295 sizeof(struct block_trailer)) { in read_block()
299 (unsigned long)(sizeof(struct block_header) + sizeof(struct block_trailer))); in read_block()
334 cursor->data_remaining = data_remaining - sizeof(struct block_trailer); in read_block()
801 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)) { in pcap_ng_check_header()
805 (unsigned long)(sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer))); in pcap_ng_check_header()