Home
last modified time | relevance | path

Searched refs:GetLinkId (Results 1 – 18 of 18) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dglobal-route-manager-impl.cc785 NS_LOG_LOGIC ("Found a Stub record to " << l->GetLinkId ()); in SPFNext()
799 w_lsa = m_lsdb->GetLSA (l->GetLinkId ()); in SPFNext()
807 w_lsa = m_lsdb->GetLSA (l->GetLinkId ()); in SPFNext()
1203 if (l->GetLinkId () == w->GetVertexId ()) in SPFGetNextLink()
1213 l->GetLinkId () << " linkData = " << l->GetLinkData ()); in SPFGetNextLink()
1306 GlobalRoutingLSA *w_lsa = m_lsdb->GetLSA (transitLink->GetLinkId ()); in CheckForStubNode()
1319 if (lr->GetLinkId () == myRouterId) in CheckForStubNode()
1684 NS_LOG_LOGIC ("Found a Stub record to " << l->GetLinkId ()); in SPFProcessStubs()
1783 Ipv4Address tempip = l->GetLinkId (); in SPFIntraAddStub()
H A Dglobal-router-interface.h114 Ipv4Address GetLinkId (void) const;
H A Dglobal-router-interface.cc75 GlobalRoutingLinkRecord::GetLinkId (void) const in GetLinkId() function in ns3::GlobalRoutingLinkRecord
209 pDst->SetLinkId (pSrc->GetLinkId ()); in CopyLinkRecords()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-networkmanager/include/aws/networkmanager/model/
H A DDeleteLinkRequest.h79 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DAssociateLinkRequest.h120 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DDisassociateLinkRequest.h126 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DAssociateCustomerGatewayRequest.h185 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DLinkAssociation.h127 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DAssociateTransitGatewayConnectPeerRequest.h161 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DGetLinkAssociationsRequest.h126 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DCustomerGatewayAssociation.h168 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DUpdateConnectionRequest.h120 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DTransitGatewayConnectPeerAssociation.h168 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DUpdateLinkRequest.h80 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DCreateConnectionRequest.h163 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DConnection.h252 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
H A DLink.h48 inline const Aws::String& GetLinkId() const{ return m_linkId; } in GetLinkId() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-networkmanager/source/
H A DNetworkManagerClient.cpp504 uri.AddPathSegment(request.GetLinkId()); in DeleteLink()
1254 uri.AddPathSegment(request.GetLinkId()); in UpdateLink()