Home
last modified time | relevance | path

Searched refs:create_oxm_cls (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/contrib/
Dopenflow3.py301 def create_oxm_cls(): function
303 if not hasattr(create_oxm_cls, "i"):
304 create_oxm_cls.i = 0
306 index = create_oxm_cls.i
335 create_oxm_cls.i += 1
338 OFBInPort = create_oxm_cls()
339 OFBInPortID = create_oxm_cls()
340 OFBInPortHM = create_oxm_cls()
341 OFBInPortHMID = create_oxm_cls()
342 OFBInPhyPort = create_oxm_cls()
[all …]