Lines Matching defs:symantec_header
33 struct symantec_header {
42 const struct symantec_header *sp;
45 sp = (const struct symantec_header *)bp;
76 const struct symantec_header *sp;
80 ND_TCHECK_LEN(p, sizeof(struct symantec_header));
82 ndo->ndo_ll_hdr_len += sizeof (struct symantec_header);
86 length -= sizeof (struct symantec_header);
87 caplen -= sizeof (struct symantec_header);
88 sp = (const struct symantec_header *)p;
89 p += sizeof (struct symantec_header);
96 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header));
103 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header));