• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/

Lines Matching defs:li

776         u_int li,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags;
784 li = clnp_header->length_indicator;
805 li -= sizeof(struct clnp_header_t);
810 li -= (1 + dest_address_length);
815 li -= (1 + source_address_length);
857 li-=sizeof(const struct clnp_segment_header_t);
861 while (li >= 2) {
866 if (li < 2) {
867 printf(", bad opts/li");
872 li -= 2;
874 if (opli > li) {
878 li -= opli;
1031 u_int li,esis_pdu_type,source_address_length, source_address_number;
1047 li = esis_header->length_indicator;
1064 if (li > length) {
1065 printf(" length indicator(%d) > PDU size (%d)!", li, length);
1069 if (li < sizeof(struct esis_header_t) + 2) {
1070 printf(" length indicator < min PDU size %d:", li);
1094 osi_print_cksum(pptr, EXTRACT_16BITS(esis_header->cksum), 7, li);
1096 printf(", holding time: %us, length indicator: %u",EXTRACT_16BITS(esis_header->holdtime),li);
1102 li -= sizeof(struct esis_header_t);
1110 if (li < 1) {
1111 printf(", bad redirect/li");
1116 li--;
1118 if (li < dstl) {
1119 printf(", bad redirect/li");
1124 li -= dstl;
1128 if (li < 1) {
1129 printf(", bad redirect/li");
1134 li--;
1136 if (li < snpal) {
1137 printf(", bad redirect/li");
1142 li -= snpal;
1144 if (li < 1) {
1145 printf(", bad redirect/li");
1151 if (li < netal) {
1152 printf(", bad redirect/li");
1157 li -= netal;
1168 if (li < 1) {
1169 printf(", bad esh/li");
1174 li--;
1180 if (li < 1) {
1181 printf(", bad esh/li");
1186 li--;
1189 if (li < source_address_length) {
1190 printf(", bad esh/li");
1197 li -= source_address_length;
1205 if (li < 1) {
1206 printf(", bad ish/li");
1211 li--;
1213 if (li < source_address_length) {
1214 printf(", bad ish/li");
1219 li -= source_address_length;
1232 while (li != 0) {
1236 if (li < 2) {
1237 printf(", bad opts/li");
1243 li -= 2;
1244 if (opli > li) {
1248 li -= opli;