Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/test/
H A Dipv6-ripng-test.cc155 Ptr<SimpleNetDevice> fwDev1routerA, fwDev2routerA; in DoRun() local
157 fwDev1routerA = CreateObject<SimpleNetDevice> (); in DoRun()
158 fwDev1routerA->SetAddress (Mac48Address ("00:00:00:00:00:02")); in DoRun()
159 routerA->AddDevice (fwDev1routerA); in DoRun()
161 net1.Add (fwDev1routerA); in DoRun()
214 fwDev1routerA->SetChannel (channel1); in DoRun()
385 Ptr<SimpleNetDevice> fwDev1routerA, fwDev2routerA; in DoRun() local
387 fwDev1routerA = CreateObject<SimpleNetDevice> (); in DoRun()
389 routerA->AddDevice (fwDev1routerA); in DoRun()
391 net1.Add (fwDev1routerA); in DoRun()
[all …]
H A Dipv4-rip-test.cc156 Ptr<SimpleNetDevice> fwDev1routerA, fwDev2routerA; in DoRun() local
158 fwDev1routerA = CreateObject<SimpleNetDevice> (); in DoRun()
159 fwDev1routerA->SetAddress (Mac48Address ("00:00:00:00:00:02")); in DoRun()
160 routerA->AddDevice (fwDev1routerA); in DoRun()
162 net1.Add (fwDev1routerA); in DoRun()
215 fwDev1routerA->SetChannel (channel1); in DoRun()
385 Ptr<SimpleNetDevice> fwDev1routerA, fwDev2routerA; in DoRun() local
387 fwDev1routerA = CreateObject<SimpleNetDevice> (); in DoRun()
389 routerA->AddDevice (fwDev1routerA); in DoRun()
391 net1.Add (fwDev1routerA); in DoRun()
[all …]