|
@@ -86,6 +86,9 @@ const char *sctp_cname(const sctp_subtype_t cid)
|
|
case SCTP_CID_FWD_TSN:
|
|
case SCTP_CID_FWD_TSN:
|
|
return "FWD_TSN";
|
|
return "FWD_TSN";
|
|
|
|
|
|
|
|
+ case SCTP_CID_AUTH:
|
|
|
|
+ return "AUTH";
|
|
|
|
+
|
|
default:
|
|
default:
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
@@ -135,6 +138,7 @@ static const char *sctp_primitive_tbl[SCTP_NUM_PRIMITIVE_TYPES] = {
|
|
"PRIMITIVE_ABORT",
|
|
"PRIMITIVE_ABORT",
|
|
"PRIMITIVE_SEND",
|
|
"PRIMITIVE_SEND",
|
|
"PRIMITIVE_REQUESTHEARTBEAT",
|
|
"PRIMITIVE_REQUESTHEARTBEAT",
|
|
|
|
+ "PRIMITIVE_ASCONF",
|
|
};
|
|
};
|
|
|
|
|
|
/* Lookup primitive debug name. */
|
|
/* Lookup primitive debug name. */
|