Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:oid_len

1316     uint8_t mgmt_addr_len, intf_num_subtype, oid_len;
1360 oid_len = *tptr;
1362 if (tlen < oid_len) {
1365 if (oid_len) {
1366 ND_PRINT((ndo, "\n\t OID length %u", oid_len));
1367 safeputs(ndo, tptr + 1, oid_len);