Home
last modified time | relevance | path

Searched refs:ArtsBgp4AsPathSegment (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsBgp4AsPathSegment.cc70 ArtsBgp4AsPathSegment::ArtsBgp4AsPathSegment() in ArtsBgp4AsPathSegment() function in ArtsBgp4AsPathSegment
85 ArtsBgp4AsPathSegment::
86 ArtsBgp4AsPathSegment(const ArtsBgp4AsPathSegment & asPathSegment) in ArtsBgp4AsPathSegment() function in ArtsBgp4AsPathSegment
97 ArtsBgp4AsPathSegment::~ArtsBgp4AsPathSegment() in ~ArtsBgp4AsPathSegment()
113 uint8_t ArtsBgp4AsPathSegment::Type() const in Type()
123 uint8_t ArtsBgp4AsPathSegment::Type(uint8_t type) in Type()
264 void ArtsBgp4AsPathSegment::AddAs(uint16_t as) in AddAs()
275 void ArtsBgp4AsPathSegment::Unique() in Unique()
330 ArtsBgp4AsPathSegment &
331 ArtsBgp4AsPathSegment::operator = (const ArtsBgp4AsPathSegment & asPathSegment) in operator =()
[all …]
H A DArtsBgp4AsPathAttribute.cc92 vector<ArtsBgp4AsPathSegment> & ArtsBgp4AsPathAttribute::Segments() const in Segments()
124 ArtsBgp4AsPathSegment asPathSegment; in read()
154 ArtsBgp4AsPathSegment asPathSegment; in read()
222 vector<ArtsBgp4AsPathSegment>::iterator segIter; in Unique()
225 if ((*segIter).Type() == ArtsBgp4AsPathSegment::k_segmentTypeSequence) { in Unique()
241 vector<ArtsBgp4AsPathSegment>::iterator segIter; in Length()
260 vector<ArtsBgp4AsPathSegment>::iterator segIter; in operator <<()
H A DMakefile.in21 ArtsBgp4AsPathSegment.lo \
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/
H A DArtsBgp4AsPathSegment.hh60 class ArtsBgp4AsPathSegment class
74 ArtsBgp4AsPathSegment();
81 ArtsBgp4AsPathSegment(const ArtsBgp4AsPathSegment & asPathSegment);
88 ~ArtsBgp4AsPathSegment();
175 ArtsBgp4AsPathSegment &
176 operator = (const ArtsBgp4AsPathSegment & asPathSegment);
188 const ArtsBgp4AsPathSegment & bgpAsPathSegment);
H A DArtsBgp4AsPathAttribute.hh99 std::vector<ArtsBgp4AsPathSegment> & Segments() const;
184 mutable std::vector<ArtsBgp4AsPathSegment> _segments;
H A DMakefile.in66 ArtsBgp4AsPathSegment.hh \
/dports/net-mgmt/arts++/arts++-1.1.a13/
H A DChangeLog405 classes/src/ArtsBgp4AsPathSegment.cc