HomeSort by relevance Sort by last modified time
    Searched refs:ORFTuple (Results 1 - 2 of 2) sorted by null

  /external/scapy/scapy/contrib/
bgp.uts 179 raw(BGPCapORFBlock.ORFTuple()) == b'\x00\x00'
182 raw(BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)) == b'@\x03'
185 c = BGPCapORFBlock.ORFTuple(b'\x00\x00')
189 c = BGPCapORFBlock.ORFTuple(b'@\x03')
204 raw(BGPCapORF(orf = [BGPCapORFBlock(afi = 1, safi = 1, entries = [BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)])])) == b'\x03\x07\x00\x01\x00\x01\x01@\x03'
207 raw(BGPCapORF(orf = [BGPCapORFBlock(afi = 1, safi = 1, entries = [BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)]), BGPCapORFBlock(afi = 2, safi = 1, entries = [BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)])])) == b'\x03\x0e\x00\x01\x00\x01\x01@\x03\x00\x02\x00\x01\x01@\x03'
214 c = BGPCapORF(orf = [BGPCapORFBlock(afi = 1, safi = 1, entries = [BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)]), BGPCapORFBlock(afi = 2, safi = 1, entries = [BGPCapORFBlock.ORFTuple(orf_type = 64, send_receive = 3)])])
    [all...]
bgp.py 696 class ORFTuple(Packet):
722 ORFTuple,
    [all...]

Completed in 156 milliseconds