Searched refs:chassis_id_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-cfm.c551 u_int chassis_id_type, chassis_id_length; local
557 chassis_id_length = *tptr;
558 if (chassis_id_length > tlen) {
566 if (chassis_id_length) {
573 chassis_id_length);
589 safeputs((const char *)tptr+1, chassis_id_length);
598 tptr += chassis_id_length;
599 tlen -= chassis_id_length;

Completed in 27 milliseconds