summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/mppkt.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/inline/mppkt.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/inline/mppkt.inl b/c/src/exec/score/inline/mppkt.inl
index c23d756ec9..c8b6ecd117 100644
--- a/c/src/exec/score/inline/mppkt.inl
+++ b/c/src/exec/score/inline/mppkt.inl
@@ -21,6 +21,11 @@
*
* _Mp_packet_Is_valid_packet_class
*
+ * DESCRIPTION:
+ *
+ * This function returns TRUE if the the_packet_class is valid,
+ * and FALSE otherwise.
+ *
* NOTE: Check for lower bounds (MP_PACKET_CLASSES_FIRST ) is unnecessary
* because this enum starts at lower bound of zero.
*/
@@ -36,6 +41,10 @@ STATIC INLINE boolean _Mp_packet_Is_valid_packet_class (
*
* _Mp_packet_Is_null
*
+ * DESCRIPTION:
+ *
+ * This function returns TRUE if the the_packet_class is null,
+ * and FALSE otherwise.
*/
STATIC INLINE boolean _Mp_packet_Is_null (