Home
last modified time | relevance | path

Searched refs:iface2 (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/github.com/vishvananda/netlink/
H A Dprotinfo_test.go17 iface2 := &Dummy{LinkAttrs{Name: "bar2", MasterIndex: master.Index}}
24 if err := LinkAdd(iface2); err != nil {
38 oldpi2, err := LinkGetProtinfo(iface2)
84 if err := LinkSetGuard(iface2, true); err != nil {
87 if err := LinkSetLearning(iface2, false); err != nil {
90 pi2, err := LinkGetProtinfo(iface2)
95 t.Fatalf("Hairpin mode is enabled for %s, but shouldn't", iface2.Name)
98 t.Fatalf("Guard is not enabled for %s, but should", iface2.Name)
101 t.Fatalf("ProxyArp field was changed for %s but shouldn't", iface2.Name)
107 t.Fatalf("Learning is enabled for %s, but shouldn't", iface2.Name)
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/utils/
H A Dmockobjecttest.cpp40 QSharedPointer<FakeInterface> iface2 = mock.getInstance(); // Shouldn't cause a crash later in testBasics() local
42 QCOMPARE(iface1.data(), iface2.data()); in testBasics()
46 iface2->doSomething(); in testBasics()
54 QCOMPARE(iface2->computeMe(QStringLiteral("B")), 1); in testBasics()
56 QCOMPARE(iface2->computeMe(QStringLiteral("Foo")), -1); in testBasics()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/nbt_server/
H A Dinterfaces.c283 struct nbtd_interface *iface2; in nbtd_address_list() local
291 for (iface2=nbtsrv->interfaces;iface2;iface2=iface2->next) { in nbtd_address_list()
292 if (iface2 == iface) continue; in nbtd_address_list()
294 if (!iface2->ip_address) continue; in nbtd_address_list()
297 if (iface_same_net(iface2->ip_address, "127.0.0.1", "255.0.0.0")) { in nbtd_address_list()
302 ret = str_list_add(ret, iface2->ip_address); in nbtd_address_list()
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter8/full-system/
H A Dsubtyping.rkt13 (lambda (iface1 iface2 tenv)
16 (cases interface iface2
21 (cases interface iface2
22 (proc-iface (param-name2 param-iface2 result-iface2)
28 (result-iface2
30 result-iface2 param-name2 new-name)))
32 (<:-iface param-iface2 param-iface1 tenv)
33 (<:-iface result-iface1 result-iface2
/dports/lang/vala/vala-0.48.18/tests/methods/
H A Dbug652098.vala45 var iface2 = (Iface2) obj1;
48 assert (iface2.foo () == 2);
52 iface2 = (Iface2) obj2;
55 assert (iface2.foo () == 2);
/dports/devel/cmake/cmake-3.22.1/Tests/CompatibleInterface/
H A DCMakeLists.txt94 add_library(iface2 SHARED iface2.cpp) target
95 generate_export_header(iface2)
97 set_property(TARGET iface2 APPEND PROPERTY
104 set_property(TARGET iface2
108 target_link_libraries(CompatibleInterface iface2
124 set_property(TARGET iface2 PROPERTY
/dports/net/samba412/samba-4.12.15/source4/nbt_server/
H A Dinterfaces.c352 struct nbtd_interface *iface2; in nbtd_address_list() local
360 for (iface2=nbtsrv->interfaces;iface2;iface2=iface2->next) { in nbtd_address_list()
361 if (iface2 == iface) continue; in nbtd_address_list()
363 if (!iface2->ip_address) continue; in nbtd_address_list()
366 if (iface_list_same_net(iface2->ip_address, "127.0.0.1", "255.0.0.0")) { in nbtd_address_list()
371 ret = str_list_add(ret, iface2->ip_address); in nbtd_address_list()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/InterfaceLibrary/
H A DEmptySources.cmake6 add_library(iface2 INTERFACE) target
7 set_property(TARGET iface2 PROPERTY SOURCES "")
8 set_property(TARGET iface2 PROPERTY SOURCES)
H A DPublicSources.cmake16 add_library(iface2 INTERFACE) target
17 target_link_libraries(iface2 INTERFACE iface)
20 target_link_libraries(use_iface PRIVATE iface2)
H A DRunCMakeTest.cmake34 run_WithSources(EmptySources "build1:iface" "build2:iface2,merge")
35 run_WithSources(ExcludeFromAll "build1" "build2:iface" "build3:iface2,merge")
36 run_WithSources(PublicSources "build1" "build2:iface" "build3:iface2,merge")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/InterfaceLibrary/
H A DEmptySources.cmake6 add_library(iface2 INTERFACE) target
7 set_property(TARGET iface2 PROPERTY SOURCES "")
8 set_property(TARGET iface2 PROPERTY SOURCES)
H A DPublicSources.cmake16 add_library(iface2 INTERFACE) target
17 target_link_libraries(iface2 INTERFACE iface)
20 target_link_libraries(use_iface PRIVATE iface2)
H A DRunCMakeTest.cmake34 run_WithSources(EmptySources "build1:iface" "build2:iface2,merge")
35 run_WithSources(ExcludeFromAll "build1" "build2:iface" "build3:iface2,merge")
36 run_WithSources(PublicSources "build1" "build2:iface" "build3:iface2,merge")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/InterfaceLibrary/
H A DEmptySources.cmake6 add_library(iface2 INTERFACE) target
7 set_property(TARGET iface2 PROPERTY SOURCES "")
8 set_property(TARGET iface2 PROPERTY SOURCES)
H A DPublicSources.cmake16 add_library(iface2 INTERFACE) target
17 target_link_libraries(iface2 INTERFACE iface)
20 target_link_libraries(use_iface PRIVATE iface2)
H A DRunCMakeTest.cmake34 run_WithSources(EmptySources "build1:iface" "build2:iface2,merge")
35 run_WithSources(ExcludeFromAll "build1" "build2:iface" "build3:iface2,merge")
36 run_WithSources(PublicSources "build1" "build2:iface" "build3:iface2,merge")
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DfoamFaces.c68 Faces *iface2=NULL; in innerFacesHe8() local
260 if((iface2=(Faces *)malloc((nif+1)*sizeof(Faces)))==NULL) in innerFacesHe8()
265 iface2[i].elem_nr =iface[esort[i].i].elem_nr; in innerFacesHe8()
266 iface2[i].nr =iface[esort[i].i].nr ; in innerFacesHe8()
267 iface2[i].nod[4] =iface[esort[i].i].nod[4] ; in innerFacesHe8()
268 iface2[i].nod[5] =iface[esort[i].i].nod[5] ; in innerFacesHe8()
269 for(j=0; j<4; j++) iface2[i].nod[j]=iface[esort[i].i].nod[j]; in innerFacesHe8()
274 *ptr=iface2; in innerFacesHe8()
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Dnetlink.c734 struct interfaces_device *iface1, *iface2; in netlink_recv() local
737 TAILQ_FOREACH(iface2, ifs, next) { in netlink_recv()
741 iface1->name, iface2->name); in netlink_recv()
742 iface1->upper = iface2; in netlink_recv()
746 if (iface2 == NULL) in netlink_recv()
752 TAILQ_FOREACH(iface2, ifs, next) { in netlink_recv()
768 iface2->name, in netlink_recv()
769 iface2->index); in netlink_recv()
773 iface1->name, iface2->name); in netlink_recv()
774 iface1->lower = iface2; in netlink_recv()
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/utilities/
H A Dtest_type_comparators.py107 iface2 = GraphQLInterfaceType(
113 [iface2, iface],
116 assert is_type_sub_type_of(schema, iface2, iface)
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/
H A DTopology.pm187 my $iface2 = Interface->retrieve($ifaceid2)
189 $iface2->update({neighbor_missed=>0});
244 my $iface2 = Interface->retrieve($ifaceid2);
245 unless ( $iface2 ){
264 my $device2 = $iface2->device;
289 $iface1->get_label() ." <=> ". $iface2->get_label()
292 if ( int($iface1->neighbor) == int($iface2) ){
294 $iface1->get_label, $iface2->get_label));
302 my $counter2 = $iface2->neighbor_missed + 1;
305 $iface1->get_label() ." <=> ". $iface2->get_label()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CompatibleInterface/
H A DDebugProperties.cmake57 add_library(iface2 INTERFACE) target
58 set_property(TARGET iface2 PROPERTY INTERFACE_BOOL_PROP6 OFF)
63 target_link_libraries(CompatibleInterface iface1 iface2
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CompatibleInterface/
H A DDebugProperties.cmake57 add_library(iface2 INTERFACE) target
58 set_property(TARGET iface2 PROPERTY INTERFACE_BOOL_PROP6 OFF)
63 target_link_libraries(CompatibleInterface iface1 iface2
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CompatibleInterface/
H A DDebugProperties.cmake57 add_library(iface2 INTERFACE) target
58 set_property(TARGET iface2 PROPERTY INTERFACE_BOOL_PROP6 OFF)
63 target_link_libraries(CompatibleInterface iface1 iface2
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeInfo.cpp146 XPCNativeInterface* iface2 = map->Add(iface); in GetNewOrUsed() local
147 if (!iface2) { in GetNewOrUsed()
150 } else if (iface2 != iface) { in GetNewOrUsed()
151 iface = iface2; in GetNewOrUsed()
180 RefPtr<XPCNativeInterface> iface2 = map->Add(iface); in GetNewOrUsed() local
181 if (!iface2) { in GetNewOrUsed()
184 } else if (iface2 != iface) { in GetNewOrUsed()
185 iface = iface2; in GetNewOrUsed()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeInfo.cpp146 XPCNativeInterface* iface2 = map->Add(iface); in GetNewOrUsed() local
147 if (!iface2) { in GetNewOrUsed()
150 } else if (iface2 != iface) { in GetNewOrUsed()
151 iface = iface2; in GetNewOrUsed()
180 RefPtr<XPCNativeInterface> iface2 = map->Add(iface); in GetNewOrUsed() local
181 if (!iface2) { in GetNewOrUsed()
184 } else if (iface2 != iface) { in GetNewOrUsed()
185 iface = iface2; in GetNewOrUsed()

1234567