Searched refs:shbp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c508 struct section_header_block *shbp; local
586 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)) {
590 (unsigned long)(sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)));
620 shbp = (struct section_header_block *)(p->buffer + sizeof(struct block_header));
623 shbp->byte_order_magic = byte_order_magic;
634 shbp->major_version = SWAPSHORT(shbp->major_version);
635 shbp->minor_version = SWAPSHORT(shbp->minor_version);
641 if (shbp
776 struct section_header_block *shbp; local
[all...]

Completed in 41 milliseconds