Lines Matching defs:vnet
7 from atf_python.sys.net.vnet import VnetTestTemplate
120 def accept(self, vnet):
131 # Receive a single message, and inform the other vnet about it.
145 vnet.pipe.send(rcvd)
254 def vnet2_handler(self, vnet):
256 ifname = vnet.iface_alias_map["if1"].name
259 # Start an SCTP server process, pipe the ppid + data back to the other vnet?
262 srv.accept(vnet)
308 % self.vnet.iface_alias_map["if1"].name)
562 def vnet2_handler(self, vnet):
564 ifname = vnet.iface_alias_map["if1"].name
567 # Start an SCTP server process, pipe the ppid + data back to the other vnet?
570 srv.accept(vnet)
616 % self.vnet.iface_alias_map["if1"].name)