Searched refs:type_from (Results 1 – 3 of 3) sorted by relevance
/external/scapy/scapy/contrib/ |
D | bgp.py | 1655 def __init__(self, name, default, cls, remain=0, type_from=(0, 0)): argument 1657 self.type_from = type_from 1661 type_high, type_low = self.type_from(pkt) 1762 type_from=lambda x: (x.type_high, x.type_low)
|
D | http2.py | 1193 def __init__(self, name, default, length_from, type_from): argument 1197 self._type_from = type_from 1302 type_from='type'
|
D | http2.uts | 247 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 267 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 308 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 321 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 334 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 358 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='… 370 f = h2.HPackStrLenField('data', h2.HPackLiteralString(''), length_from=lambda p: p.len, type_from='…
|