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

  /external/libpcap/
sf-pcap-ng.c 713 struct section_header_block *shbp; local
801 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)) {
805 (unsigned long)(sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)));
874 shbp = (struct section_header_block *)((u_char *)p->buffer + sizeof(struct block_header));
877 shbp->byte_order_magic = byte_order_magic;
888 shbp->major_version = SWAPSHORT(shbp->major_version);
889 shbp->minor_version = SWAPSHORT(shbp->minor_version);
896 if (! (shbp->major_version == PCAP_NG_VERSION_MAJOR &
1030 struct section_header_block *shbp; local
    [all...]

Completed in 181 milliseconds