HomeSort by: relevance | last modified time | path
    Searched defs:dest_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
886 dest_address_length = GET_U_1(pptr);
889 if (li_remaining < dest_address_length) {
893 ND_TCHECK_LEN(pptr, dest_address_length);
895 pptr += dest_address_length;
896 li_remaining -= dest_address_length;
918 GET_ISONSAP_STRING(dest_address, dest_address_length),
943 dest_address_length,
944 GET_ISONSAP_STRING(dest_address, dest_address_length));

Completed in 49 milliseconds