Searched refs:Jumbo (Results 1 – 6 of 6) sorted by relevance
77 # Jumbo.78 'V8 Linux64 Jumbo': 'release_x64_jumbo',79 'V8 Linux64 Jumbo - debug': 'debug_x64_jumbo',80 'V8 Linux64 Jumbo - limited': 'release_x64_jumbo_limited',81 'V8 Linux64 Jumbo - limited - debug': 'debug_x64_jumbo_limited',
14 - Jumbo frames (9.6 KB)
824 class Jumbo(Packet): # IPv6 Hop-By-Hop Option class847 0xC2: Jumbo,
2186 + Test Jumbo Class (RFC 2675)2188 = Jumbo - Basic Instantiation 2189 raw(Jumbo()) == b'\xc2\x04\x00\x00\x00\x00'2191 = Jumbo - Basic Dissection 2192 a=Jumbo(b'\xc2\x04\x00\x00\x00\x00')2195 = Jumbo - Instantiation with specific values2196 raw(Jumbo(optlen=6, jumboplen=0xffffffff)) == b'\xc2\x06\xff\xff\xff\xff'2198 = Jumbo - Dissection with specific values 2199 a=Jumbo(b'\xc2\x06\xff\xff\xff\xff')2240 = IPv6ExtHdrHopByHop - Instantiation with Jumbo option[all …]
1681 Jumbo patch to fix `deprecated' warning of cross-build for Tiger on
3661 Jumbo, Julia