Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-isoclns.c754 struct clnp_segment_header_t { struct
772 const struct clnp_segment_header_t *clnp_segment_header; in clnp_print() argument
880 if (li < sizeof(const struct clnp_segment_header_t)) { in clnp_print()
884 clnp_segment_header = (const struct clnp_segment_header_t *) pptr; in clnp_print()
890 pptr+=sizeof(const struct clnp_segment_header_t); in clnp_print()
891 li-=sizeof(const struct clnp_segment_header_t); in clnp_print()