Lines Matching defs:source_address_length
829 u_int li,li_remaining,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags;
897 source_address_length = GET_U_1(pptr);
900 if (li_remaining < source_address_length) {
904 ND_TCHECK_LEN(pptr, source_address_length);
906 pptr += source_address_length;
907 li_remaining -= source_address_length;
912 GET_ISONSAP_STRING(source_address, source_address_length),
936 source_address_length,
937 GET_ISONSAP_STRING(source_address, source_address_length),
1016 source_address_length=GET_U_1(tptr);
1017 if (tlen < source_address_length+1) {
1021 if (source_address_length > 0) {
1024 source_address_length,
1025 GET_ISONSAP_STRING(source_address, source_address_length));
1027 tlen-=source_address_length+1;
1168 u_int li, version, esis_pdu_type, source_address_length, source_address_number;
1333 source_address_length = GET_U_1(pptr);
1337 ND_TCHECK_LEN(pptr, source_address_length);
1338 if (li < source_address_length) {
1343 source_address_length,
1344 GET_ISONSAP_STRING(pptr, source_address_length));
1345 pptr += source_address_length;
1346 li -= source_address_length;
1358 source_address_length = GET_U_1(pptr);
1361 ND_TCHECK_LEN(pptr, source_address_length);
1362 if (li < source_address_length) {
1366 ND_PRINT("\n\t NET (length: %u): %s", source_address_length, GET_ISONSAP_STRING(pptr, source_address_length));
1367 pptr += source_address_length;
1368 li -= source_address_length;