Home
last modified time | relevance | path

Searched refs:symantec_header (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-symantec.c42 struct symantec_header { struct
51 register const struct symantec_header *sp; in symantec_hdr_print() argument
54 sp = (const struct symantec_header *)bp; in symantec_hdr_print()
85 struct symantec_header *sp; in symantec_if_print()
88 if (caplen < sizeof (struct symantec_header)) { in symantec_if_print()
96 length -= sizeof (struct symantec_header); in symantec_if_print()
97 caplen -= sizeof (struct symantec_header); in symantec_if_print()
98 sp = (struct symantec_header *)p; in symantec_if_print()
99 p += sizeof (struct symantec_header); in symantec_if_print()
106 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header)); in symantec_if_print()
[all …]