Lines Matching refs:DESC_STR_LEN
594 #define DESC_STR_LEN 256 macro
1835 ND_TCHECK2(*cp, DESC_STR_LEN); in of10_desc_stats_reply_print()
1837 fn_print(ndo, cp, cp + DESC_STR_LEN); in of10_desc_stats_reply_print()
1839 cp += DESC_STR_LEN; in of10_desc_stats_reply_print()
1841 ND_TCHECK2(*cp, DESC_STR_LEN); in of10_desc_stats_reply_print()
1843 fn_print(ndo, cp, cp + DESC_STR_LEN); in of10_desc_stats_reply_print()
1845 cp += DESC_STR_LEN; in of10_desc_stats_reply_print()
1847 ND_TCHECK2(*cp, DESC_STR_LEN); in of10_desc_stats_reply_print()
1849 fn_print(ndo, cp, cp + DESC_STR_LEN); in of10_desc_stats_reply_print()
1851 cp += DESC_STR_LEN; in of10_desc_stats_reply_print()
1859 ND_TCHECK2(*cp, DESC_STR_LEN); in of10_desc_stats_reply_print()
1861 fn_print(ndo, cp, cp + DESC_STR_LEN); in of10_desc_stats_reply_print()
1863 return cp + DESC_STR_LEN; in of10_desc_stats_reply_print()