Home
last modified time | relevance | path

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

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/
H A Dprint-isoclns.c632 struct clnp_segment_header_t { struct
648 const struct clnp_segment_header_t *clnp_segment_header; in clnp_print() argument
722 clnp_segment_header = (const struct clnp_segment_header_t *) pptr; in clnp_print()
728 pptr+=sizeof(const struct clnp_segment_header_t); in clnp_print()
729 li-=sizeof(const struct clnp_segment_header_t); in clnp_print()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-isoclns.c815 struct clnp_segment_header_t { struct
833 const struct clnp_segment_header_t *clnp_segment_header; in clnp_print() argument
944 if (li_remaining < sizeof(struct clnp_segment_header_t)) { in clnp_print()
948 clnp_segment_header = (const struct clnp_segment_header_t *) pptr; in clnp_print()
954 pptr+=sizeof(struct clnp_segment_header_t); in clnp_print()
955 li_remaining-=sizeof(struct clnp_segment_header_t); in clnp_print()