Home
last modified time | relevance | path

Searched refs:NlAttr (Results 1 – 1 of 1) sorted by relevance

/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py260 class NlAttr: class
319 attr = NlAttr(msg, offset)
844 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:
845 format_ = NlAttr.get_format(attr.sub_type)
849 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:
855 format_ = NlAttr.get_format(attr_type, attr.byte_order)
944 item = NlAttr(attr.raw, offset)
955 elif attr_spec["sub-type"] in NlAttr.type_formats:
970 value = NlAttr(value.raw, 0)
1063 elif attr_spec["type"] in NlAttr.type_formats:
[all …]