Lines Matching +full:0 +full:x8100
88 in_port(1), eth(src=e0:91:f5:21:d0:b2, dst=00:02:e3:0f:80:a4),
89 eth_type(0x0800), ipv4(src=172.16.0.20, dst=172.18.0.52, proto=17, tos=0,
94 in_port(1), eth(...), eth_type(0x0800), ipv4(...), tcp(...)
106 A '0' bit specifies a don't care bit, which will match either a '1' or '0' bit
168 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
172 eth(...), eth_type(0x8100)
180 eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...)
195 eth(...), eth_type(0x8100), vlan(vid=10, pcp=0), encap(eth_type(0x0800),
202 is still 0x8100, not changed to 0x0800.)
223 eth(...), eth_type(0x0800), ip(proto=6, ...), tcp(src=0, dst=0)
225 As another example, consider a packet with an Ethernet type of 0x8100,
230 eth(...), eth_type(0x8100), vlan(0), encap()
232 Unlike a TCP packet with source and destination ports 0, an