Lines Matching refs:count_from
336 def __init__(self, name, default, count_from=None, length_from=None): argument
340 self.count_from = count_from
355 elif self.count_from is not None:
356 c = self.count_from(pkt)
855 def __init__(self, name, default, cls, curpos, count_from=None, length_from=None): argument
857 … PacketListField.__init__(self, name, default, cls, count_from=count_from, length_from=length_from)
872 elif self.count_from is not None:
873 c = self.count_from(pkt)
1066 count_from=lambda pkt: pkt.lastentry),
2900 def __init__(self, name, default, cls, curpos, count_from=None, length_from=None): argument
2902 … PacketListField.__init__(self, name, default, cls, count_from=count_from, length_from=length_from)