Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ca_len

929     uint8_t ca_type, ca_len;
1027 ca_len = *(tptr+1);
1034 ca_type, ca_len));
1037 if ( ca_type == 0 || ca_len == 0) {
1040 if (lci_len < ca_len) {
1044 safeputs(ndo, tptr, ca_len);
1045 tptr += ca_len;
1046 lci_len -= ca_len;