Lines Matching refs:tlen
335 register const u_char *tptr, register u_int tlen) in slow_marker_lacp_print() argument
348 while(tlen>0) { in slow_marker_lacp_print()
362 tlv_len > tlen) && in slow_marker_lacp_print()
366 print_unknown_data(ndo, tptr+sizeof(struct tlv_header_t), "\n\t ", tlen); in slow_marker_lacp_print()
444 tlen-=tlv_len; in slow_marker_lacp_print()
453 register const u_char *tptr, register u_int tlen) in slow_oam_print() argument
482 tlen -= sizeof(struct slow_oam_common_header_t); in slow_oam_print()
492 while (tlen > 0) { in slow_oam_print()
560 tlen -= ptr.slow_oam_tlv_header->length; in slow_oam_print()
566 while (tlen > 0) { in slow_oam_print()
628 tlen -= ptr.slow_oam_tlv_header->length; in slow_oam_print()
641 tlen --; in slow_oam_print()
653 print_unknown_data(ndo, tptr, "\n\t ", tlen); in slow_oam_print()