Home
last modified time | relevance | path

Searched refs:NetId (Results 1 – 25 of 58) sorted by relevance

123

/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DConcreteParasiticsPvt.hh32 typedef std::pair<const Net*, int> NetId; typedef
35 bool operator()(const NetId *net_id1,
36 const NetId *net_id2) const;
38 typedef Map<NetId*, ConcreteParasiticSubNode*,
H A DConcreteParasitics.cc695 NetId *net_id; in deleteNodes()
785 NetId net_id(net, id); in ensureParasiticNode()
789 sub_nodes_[new NetId(net, id)] = node; in ensureParasiticNode()
834 NetIdLess::operator()(const NetId *net_id1, in operator ()()
835 const NetId *net_id2) const in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/android/
H A Dnetwork_change_notifier_android.cc82 enum NetId { enum
208 CHECK_EQ(NetId::INVALID, NetworkChangeNotifier::kInvalidNetworkHandle) in NetworkChangeNotifierAndroid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/android/
H A Dnetwork_change_notifier_android.cc82 enum NetId { enum
208 CHECK_EQ(NetId::INVALID, NetworkChangeNotifier::kInvalidNetworkHandle) in NetworkChangeNotifierAndroid()
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DAPPC-MIB732 NetId from the NAU name if the NetId is present.
749 NetId from the NAU name if the NetId is present.
835 the NetId from the NAU name if the NetId is present."
1049 the NetId from the NAU name if the NetId is present."
1275 NetId from the NAU name if the NetId is present.
1291 NetId from the NAU name if the NetId is present."
1460 the NetId from the NAU name if the NetId is present.
1476 NetId from the NAU name if the NetId is present."
2201 the NetId from the NAU name if the NetId is present.
2215 the NetId from the NAU name if the NetId is present.
[all …]
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DAPPC-MIB700 NetId from the NAU name if the NetId is present.
716 NetId from the NAU name if the NetId is present.
798 the NetId from the NAU name if the NetId is present."
1001 the NetId from the NAU name if the NetId is present."
1215 NetId from the NAU name if the NetId is present.
1230 NetId from the NAU name if the NetId is present."
1392 the NetId from the NAU name if the NetId is present.
1407 NetId from the NAU name if the NetId is present."
2103 the NetId from the NAU name if the NetId is present.
2117 the NetId from the NAU name if the NetId is present.
[all …]
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DAPPC-MIB732 NetId from the NAU name if the NetId is present.
749 NetId from the NAU name if the NetId is present.
835 the NetId from the NAU name if the NetId is present."
1049 the NetId from the NAU name if the NetId is present."
1275 NetId from the NAU name if the NetId is present.
1291 NetId from the NAU name if the NetId is present."
1460 the NetId from the NAU name if the NetId is present.
1476 NetId from the NAU name if the NetId is present."
2201 the NetId from the NAU name if the NetId is present.
2215 the NetId from the NAU name if the NetId is present.
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_state.h62 vint32 NetId; variable
H A Dvc_state.cpp69 , NetId(-1) in VState()
H A Dnet_object_map.cpp280 vuint32 StateId = State->NetId; in SerialiseState()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/service_plugins/
H A Dservice_rpc.cc125 struct NetId struct
417 if (sizeof(ServiceRPCCall) + PROGRAM_LENGTH + VERSION_LENGTH + sizeof(NetId) > size) in validate_packet()
420 const NetId* net_id = (const NetId*) data; in validate_packet()
423 sizeof(NetId) + tmp > size)) in validate_packet()
426 data += sizeof(NetId); in validate_packet()
/dports/cad/magic/magic-8.3.245/grouter/
H A DgrouteCrss.c93 NetId *pNetId; /* Net and segment identifier; netid_seg is updated */
98 NetId markNetId;
167 NetId netid; /* Identifier to assign */
H A DgroutePen.c708 NetId *pNetId; /* UNUSED */
852 NetId *pNetId; /* Net and segment identifier */
890 NetId netid;
H A Dgrouter.h152 } NetId; typedef
H A DgrouteTest.c317 static NetId dummyId = { 0, 0 };
347 NetId netId; /* Identifies net and segment for this pin */
H A DgrouteMult.c126 NetId netid;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/android/javatests/src/org/chromium/net/
H A DNetworkChangeNotifierTest.java403 mChanges.add(new ChangeInfo(ChangeType.PURGE_LIST, NetId.INVALID)); in purgeActiveNetworkList()
797 Network invalidNetwork = Helper.netIdToNetwork(NetId.INVALID); in testConnectivityManagerDelegateDoesNotCrash()
851 Assert.assertEquals(NetId.INVALID, ncn.getDefaultNetId()); in testQueryableAPIsReturnExpectedValuesFromMockDelegate()
943 observer.assertLastChange(ChangeType.PURGE_LIST, NetId.INVALID); in testNetworkCallbacks()
964 observer.assertLastChange(ChangeType.PURGE_LIST, NetId.INVALID); in testNetworkCallbacks()
/dports/devel/opendht/opendht-1.10.1/tests/
H A Dpeerdiscoverytester.cpp28 dht::NetId nid;
/dports/devel/py-opendht/opendht-1.10.1/tests/
H A Dpeerdiscoverytester.cpp28 dht::NetId nid;
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Dcallbacks.h99 NetId network {0};
H A Dnetwork_engine.h210 …NetworkEngine(InfoHash& myid, NetId net, std::unique_ptr<DatagramSocket>&& sock, Logger& log, Sche…
516 const NetId network {0};
H A Dutils.h40 using NetId = uint32_t; variable
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Dcallbacks.h99 NetId network {0};
H A Dnetwork_engine.h210 …NetworkEngine(InfoHash& myid, NetId net, std::unique_ptr<DatagramSocket>&& sock, Logger& log, Sche…
516 const NetId network {0};
H A Dutils.h40 using NetId = uint32_t; variable

123