Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c506 const char *actstr; in parse_unrec_chunk() local
521 actstr = get_action_desc(cp->sch_id); in parse_unrec_chunk()
523 " Chunk Type = %u%s", cp->sch_id, actstr); in parse_unrec_chunk()
556 const char *actstr; in interpret_params() local
605 actstr = ""; in interpret_params()
607 actstr = get_action_desc((uint8_t)(ptype >> 8)); in interpret_params()
611 actstr); in interpret_params()
965 const char *actstr; in interpret_chunks() local
1041 actstr = ""; in interpret_chunks()
1043 actstr = get_action_desc(cp->sch_id); in interpret_chunks()
[all …]