HomeSort by: relevance | last modified time | path
    Searched defs:source_address_length (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-isoclns.c 834 u_int li,li_remaining,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags; local
902 source_address_length = GET_U_1(pptr);
905 if (li_remaining < source_address_length) {
909 ND_TCHECK_LEN(pptr, source_address_length);
911 pptr += source_address_length;
912 li_remaining -= source_address_length;
917 GET_ISONSAP_STRING(source_address, source_address_length),
941 source_address_length,
942 GET_ISONSAP_STRING(source_address, source_address_length),
1021 source_address_length=GET_U_1(tptr)
1173 u_int li, version, esis_pdu_type, source_address_length, source_address_number; local
    [all...]

Completed in 15 milliseconds