Lines Matching refs:ByteField
59 ByteField("version", 2),
70 ConditionalField(ByteField("keyid", 1), lambda pkt:pkt.authtype == 2),
71 ConditionalField(ByteField("authdatalen", 0), lambda pkt:pkt.authtype == 2),
113 ByteField("prio", 1),
250 ByteField("toscount", 0),
253 ConditionalField(ByteField("tos", 0), lambda pkt: False),
254 ConditionalField(ByteField("reserved", 0), lambda pkt: False),
295 ByteField("type", 1),
302 ByteField("reserved", 0),
313 ByteField("type", 2),
328 ByteField("type", 3),
335 ByteField("reserved", 0),
338 ConditionalField(ByteField("tos", 0), lambda pkt:False),
354 ByteField("type", 5),
367 ConditionalField(ByteField("tos", 0), lambda pkt:False),
440 fields_desc = [ByteField("version", 3),
446 ByteField("instance", 0),
447 ByteField("reserved", 0)]
476 ByteField("prio", 1),
541 ByteField("reserved", 0),
575 ByteField("reserved", 0),
599 ByteField("reserved", 0),
616 ByteField("reserved", 0),
618 ByteField("reserved2", 0),
668 ByteField("prio", 1),
695 fields_desc = [ByteField("reserved", 0),
698 ByteField("reserved2", 0),