Home | History | Annotate | Download | only in tcpdump

Lines Matching full:tlen

716         u_int li,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags;
822 tlen = opli;
843 if (nsap_offset > tlen) {
848 tlen-=nsap_offset;
849 while (tlen > 0) {
851 if (tlen < source_address_length+1) {
862 tlen-=source_address_length+1;