Lines Matching refs:enum
61 """ Entry within an enum declared in the Netlink spec.
65 enum_set back reference to the enum
66 value numerical value of this enum (use accessors in most situations!)
69 raw_value raw value, i.e. the id in the enum, unlike user value which is a mask for flags
107 type enum or flags
236 enum string, name of the enum definition
245 self.enum = yaml.get('enum')
357 msg_id_model enum-model for operations (unified, directional etc.)
386 self.msg_id_model = self.yaml['operations'].get('enum-model', 'unified')
515 if elem['type'] == 'enum' or elem['type'] == 'flags':