OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_create_ns
(Results
1 - 7
of
7
) sorted by null
/external/bcc/examples/networking/neighbor_sharing/
tc_neighbor_sharing.py
31
wan_if = self.
_create_ns
("wan0", ipaddr="172.16.1.5/24")[1]
49
ret = self.
_create_ns
("neighbor%d" % i, ipaddr=ipaddr,
54
ret = self.
_create_ns
("local%d" % i, ipaddr=ipaddr,
/external/bcc/examples/networking/vlan_learning/
vlan_learning.py
37
self.
_create_ns
("worker%d" % i, cmd=cmd, fn=virt_fn, action="drop",
73
(out_ifc, in_ifc) = self.
_create_ns
("client%d" % i, in_ifc=client_ifc,
/external/bcc/tests/python/
test_brb.py
160
(ns1_ipdb, self.ns1_eth_out, _) = sim.
_create_ns
(self.ns1, ipaddr=self.vm1_ip+'/24',
163
(ns2_ipdb, self.ns2_eth_out, _) = sim.
_create_ns
(self.ns2, ipaddr=self.vm2_ip+'/24',
171
(_, self.nsrtr_eth0_out, _) = sim.
_create_ns
(self.ns_router, ipaddr=self.vm1_rtr_ip+'/24',
test_brb2.py
148
(ns1_ipdb, self.ns1_eth_out, _) = sim.
_create_ns
(self.ns1, ipaddr=self.vm1_ip+'/24',
151
(ns2_ipdb, self.ns2_eth_out, _) = sim.
_create_ns
(self.ns2, ipaddr=self.vm2_ip+'/24',
157
(_, self.nsrtr_eth0_out, _) = sim.
_create_ns
(self.ns_router, ipaddr=self.vm1_rtr_ip+'/24',
/external/bcc/examples/networking/distributed_bridge/
main.py
45
host_info.append(self.
_create_ns
("host%d" % i, ipaddr=ipaddr,
/external/bcc/examples/networking/
simulation.py
90
def
_create_ns
(self, name, in_ifc=None, out_ifc=None, ipaddr=None,
member in class:Simulation
/external/bcc/examples/networking/tunnel_monitor/
main.py
35
host_info.append(self.
_create_ns
("host%d" % i, ipaddr=ipaddr))
Completed in 145 milliseconds