Searched refs:ICMPv6NDOptMAP (Results 1 – 2 of 2) sorted by relevance
1831 class ICMPv6NDOptMAP(_ICMPv6NDGuessPayload, Packet): # RFC 4140 class
2714 + ICMPv6NDOptMAP Class Test2716 = ICMPv6NDOptMAP - Basic Instantiation2717 raw(ICMPv6NDOptMAP()) == b'\x17\x03\x1f\x80\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00…2719 = ICMPv6NDOptMAP - Instantiation with specific values2720 raw(ICMPv6NDOptMAP(len=5, dist=3, pref=10, R=0, res=1, validlifetime=0x11111111, addr="ffff::1111")…2722 = ICMPv6NDOptMAP - Basic Dissection2723 a=ICMPv6NDOptMAP(b'\x17\x03\x1f\x80\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00…2726 = ICMPv6NDOptMAP - Dissection with specific values2727 a=ICMPv6NDOptMAP(b'\x17\x05:\x01\x11\x11\x11\x11\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…