Lines Matching refs:symantec_header
36 struct symantec_header { struct
45 register const struct symantec_header *sp; in symantec_hdr_print() argument
48 sp = (const struct symantec_header *)bp; in symantec_hdr_print()
79 const struct symantec_header *sp; in symantec_if_print()
82 if (caplen < sizeof (struct symantec_header)) { in symantec_if_print()
90 length -= sizeof (struct symantec_header); in symantec_if_print()
91 caplen -= sizeof (struct symantec_header); in symantec_if_print()
92 sp = (const struct symantec_header *)p; in symantec_if_print()
93 p += sizeof (struct symantec_header); in symantec_if_print()
100 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header)); in symantec_if_print()
107 symantec_hdr_print(ndo, (const u_char *)sp, length + sizeof (struct symantec_header)); in symantec_if_print()
113 return (sizeof (struct symantec_header)); in symantec_if_print()