Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c504 const char *actstr; in parse_unrec_chunk() local
519 actstr = get_action_desc(cp->sch_id); in parse_unrec_chunk()
521 " Chunk Type = %u%s", cp->sch_id, actstr); in parse_unrec_chunk()
554 const char *actstr; in interpret_params() local
603 actstr = ""; in interpret_params()
605 actstr = get_action_desc((uint8_t)(ptype >> 8)); in interpret_params()
609 actstr); in interpret_params()
963 const char *actstr; in interpret_chunks() local
1039 actstr = ""; in interpret_chunks()
1041 actstr = get_action_desc(cp->sch_id); in interpret_chunks()
[all …]