HomeSort by: relevance | last modified time | path
    Searched defs:shbp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sf-pcapng.c 776 struct section_header_block *shbp; local
863 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer) ||
867 sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer),
944 shbp = (struct section_header_block *)((u_char *)p->buffer + sizeof(struct block_header));
947 shbp->byte_order_magic = byte_order_magic;
958 shbp->major_version = SWAPSHORT(shbp->major_version);
959 shbp->minor_version = SWAPSHORT(shbp->minor_version);
979 if (! (shbp->major_version == PCAP_NG_VERSION_MAJOR &
1110 struct section_header_block *shbp; local
    [all...]

Completed in 16 milliseconds