OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ns_add_ifc
(Results
1 - 3
of
3
) sorted by null
/external/bcc/examples/networking/
simulation.py
23
def
_ns_add_ifc
(self, name, ns_ifc, ifc_base_name=None, in_ifc=None,
member in class:Simulation
92
(ns_ipdb, out_ifc, in_ifc) = self.
_ns_add_ifc
(name, "eth0", name, in_ifc, out_ifc,
/external/bcc/tests/python/
test_brb.py
174
(rt_ipdb, self.nsrtr_eth1_out, _) = sim.
_ns_add_ifc
(self.ns_router, "eth1", "ns_router2",
test_brb2.py
159
(rt_ipdb, self.nsrtr_eth1_out, _) = sim.
_ns_add_ifc
(self.ns_router, "eth1", "ns_router2",
Completed in 82 milliseconds