Lines Matching refs:hashret

576 assert p1.hashret() == p2.hashret()
585 assert not any(p.hashret() == p2.hashret() for p in px)
589 assert all(p.hashret() == p2.hashret() for p in px)
2033 ########### ICMPv6EchoReply/Request answers() and hashret() #########
2035 = ICMPv6EchoRequest and ICMPv6EchoReply - hashret() test 1
2038 b.hashret() == a.hashret()
2040 # data are not taken into account for hashret
2041 = ICMPv6EchoRequest and ICMPv6EchoReply - hashret() test 2
2044 b.hashret() == a.hashret()
2046 = ICMPv6EchoRequest and ICMPv6EchoReply - hashret() test 3
2049 b.hashret() != a.hashret()
2051 = ICMPv6EchoRequest and ICMPv6EchoReply - hashret() test 4
2054 b.hashret() != a.hashret()
2221 = HAO - hashret
2224 p.hashret() == b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00:\x00\x00\x00\x00"
2350 assert a.hashret() == b'ffff::1111'
2982 # hashret and answers
4423 = DHCP6_Solicit - Basic test of DHCP6_solicit.hashret()
4424 DHCP6_Solicit().hashret() == b'\x00\x00\x00'
4426 = DHCP6_Solicit - Test of DHCP6_solicit.hashret() with specific values
4427 DHCP6_Solicit(trid=0xbbccdd).hashret() == b'\xbb\xcc\xdd'
4445 = DHCP6_Advertise - Basic test of DHCP6_solicit.hashret()
4446 DHCP6_Advertise().hashret() == b'\x00\x00\x00'
4448 = DHCP6_Advertise - Test of DHCP6_Advertise.hashret() with specific values
4449 DHCP6_Advertise(trid=0xbbccdd).hashret() == b'\xbb\xcc\xdd'
4725 = IPv6ExtHdrRouting - type 2 - hashret
4728 p.hashret() == b" \x01\r\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00:\x00\x00\x00\x00"
5205 = MIP6MH_BRR / MIP6MH_BU / MIP6MH_BA hashret() and answers()
5288 assert p1.hashret() == p2.hashret() and p2.answers(p1) and not p1.answers(p2)
5289 assert p1.hashret() != p2_ko.hashret() and not p2_ko.answers(p1) and not p1.answers(p2_ko)
5593 assert b.hashret() == b'\x00\x0c'
8930 BOOTP().hashret() == b"\x00\x00\x00\x00"
9174 assert a.hashret() == b"\x00"