Home
last modified time | relevance | path

Searched refs:path_attributes (Results 1 – 24 of 24) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/tests/unit/services/protocols/bgp/
H A Dtest_peer.py221 self, path_attributes, ex_as_path_value, argument
224 update_msg = bgp.BGPUpdate(path_attributes=path_attributes)
263 path_attributes = [
272 path_attributes, ex_as_path_value,
292 path_attributes = [
307 path_attributes, ex_as_path_value,
327 path_attributes = [
342 path_attributes, ex_as_path_value,
362 path_attributes = [
374 path_attributes, ex_as_path_value,
/dports/graphics/agg/agg-2.5/examples/svg_viewer/
H A Dagg_svg_path_renderer.h62 struct path_attributes struct
77 path_attributes() : in path_attributes() argument
93 path_attributes(const path_attributes& attr) : in path_attributes() argument
109 path_attributes(const path_attributes& attr, unsigned idx) : in path_attributes() argument
131 typedef pod_bvector<path_attributes> attr_storage;
242 const path_attributes& attr = m_attr_storage[i];
301 path_attributes& cur_attr();
H A Dagg_svg_path_renderer.cpp57 m_attr_storage.add(path_attributes(cur_attr(), idx)); in begin_path()
67 path_attributes attr = cur_attr(); in end_path()
174 path_attributes& path_renderer::cur_attr() in cur_attr()
188 path_attributes()); in push_attr()
204 path_attributes& attr = cur_attr(); in fill()
212 path_attributes& attr = cur_attr(); in stroke()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_svg_path_renderer.h62 struct path_attributes struct
77 path_attributes() : in path_attributes() argument
93 path_attributes(const path_attributes& attr) : in path_attributes() function
109 path_attributes(const path_attributes& attr, unsigned idx) : in path_attributes() function
131 typedef pod_bvector<path_attributes> attr_storage;
242 const path_attributes& attr = m_attr_storage[i];
301 path_attributes& cur_attr();
/dports/graphics/agg/agg-2.5/examples/
H A Didea.cpp26 struct path_attributes struct
33 path_attributes() {} in path_attributes() function
34 path_attributes(unsigned idx, in path_attributes() function
132 static path_attributes g_attr[3];
177 g_attr[g_npaths++] = path_attributes(g_path.start_new_path(), in the_application()
184 g_attr[g_npaths++] = path_attributes(g_path.start_new_path(), in the_application()
194 g_attr[g_npaths++] = path_attributes(g_path.start_new_path(), in the_application()
/dports/editors/lazarus/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas70 path_attributes_ptr = ^path_attributes;
71 path_attributes = object
236 constructor path_attributes.Construct;
256 constructor path_attributes.Construct(attr : path_attributes_ptr );
277 constructor path_attributes.Construct(attr : path_attributes_ptr; idx : unsigned );
301 m_attr_storage.Construct(sizeof(path_attributes ) );
302 m_attr_stack.Construct(sizeof(path_attributes ) );
343 attr : path_attributes;
460 attr : path_attributes;
474 sizeof(path_attributes ) );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas70 path_attributes_ptr = ^path_attributes;
71 path_attributes = object
236 constructor path_attributes.Construct;
256 constructor path_attributes.Construct(attr : path_attributes_ptr );
277 constructor path_attributes.Construct(attr : path_attributes_ptr; idx : unsigned );
301 m_attr_storage.Construct(sizeof(path_attributes ) );
302 m_attr_stack.Construct(sizeof(path_attributes ) );
343 attr : path_attributes;
460 attr : path_attributes;
474 sizeof(path_attributes ) );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas70 path_attributes_ptr = ^path_attributes;
71 path_attributes = object
236 constructor path_attributes.Construct;
256 constructor path_attributes.Construct(attr : path_attributes_ptr );
277 constructor path_attributes.Construct(attr : path_attributes_ptr; idx : unsigned );
301 m_attr_storage.Construct(sizeof(path_attributes ) );
302 m_attr_stack.Construct(sizeof(path_attributes ) );
343 attr : path_attributes;
460 attr : path_attributes;
474 sizeof(path_attributes ) );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/svg/
H A Dagg_svg_path_renderer.pas70 path_attributes_ptr = ^path_attributes;
71 path_attributes = object
236 constructor path_attributes.Construct;
256 constructor path_attributes.Construct(attr : path_attributes_ptr );
277 constructor path_attributes.Construct(attr : path_attributes_ptr; idx : unsigned );
301 m_attr_storage.Construct(sizeof(path_attributes ) );
302 m_attr_stack.Construct(sizeof(path_attributes ) );
343 attr : path_attributes;
460 attr : path_attributes;
474 sizeof(path_attributes ) );
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_svg_path_renderer.cpp56 m_attr_storage.add(path_attributes(cur_attr(), idx)); in begin_path()
66 path_attributes attr = cur_attr(); in end_path()
173 path_attributes& path_renderer::cur_attr() in cur_attr()
187 path_attributes()); in push_attr()
203 path_attributes& attr = cur_attr(); in fill()
211 path_attributes& attr = cur_attr(); in stroke()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/actions/
H A Dgobgp_action.cpp87 gobgp_lib_path.path_attributes = my_path_attributes; in GetAllActiveAnnounces()
121 … current_path->add_pattrs(path_c_struct->path_attributes[path_attribute_number]->value, in AnnounceFlowSpecPrefix()
122 path_c_struct->path_attributes[path_attribute_number]->len); in AnnounceFlowSpecPrefix()
201 … current_path->add_pattrs(path_c_struct->path_attributes[path_attribute_number]->value, in AnnounceUnicastPrefix()
202 path_c_struct->path_attributes[path_attribute_number]->len); in AnnounceUnicastPrefix()
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_bgp.c163 uint16_t total_path_attr_len, const uint8_t *path_attributes, uint16_t info_len, in libnet_build_bgp4_update() argument
219 if (total_path_attr_len && path_attributes) in libnet_build_bgp4_update()
221 n = libnet_pblock_append(l, p, path_attributes, total_path_attr_len); in libnet_build_bgp4_update()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dbmp.py163 path_attributes=new_pathattr)
172 path_attributes=new_pathattr)
174 return BGPUpdate(path_attributes=new_pathattr)
H A Dpeer.py823 update = BGPUpdate(path_attributes=[mpunreach_attr])
1250 update = BGPUpdate(path_attributes=new_pathattr,
1253 update = BGPUpdate(path_attributes=new_pathattr)
1610 update_msg.path_attributes.remove(as4_aggregator)
1613 update_msg.path_attributes.remove(as4_path)
1621 update_msg.path_attributes.remove(as_aggregator)
1623 update_msg.path_attributes.append(
1638 update_msg.path_attributes.remove(as4_path)
1649 update_msg.path_attributes.remove(as_path)
1650 update_msg.path_attributes.remove(as4_path)
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/
H A Didea.dpr52 path_attributes = object
137 g_attr : array[0..2 ] of path_attributes;
181 constructor path_attributes.Construct;
192 constructor path_attributes.Construct(idx : unsigned; fill ,stroke : aggclr_ptr; width : double );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Didea.dpr52 path_attributes = object
137 g_attr : array[0..2 ] of path_attributes;
181 constructor path_attributes.Construct;
192 constructor path_attributes.Construct(idx : unsigned; fill ,stroke : aggclr_ptr; width : double );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Didea.dpr52 path_attributes = object
137 g_attr : array[0..2 ] of path_attributes;
181 constructor path_attributes.Construct;
192 constructor path_attributes.Construct(idx : unsigned; fill ,stroke : aggclr_ptr; width : double );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Didea.dpr52 path_attributes = object
137 g_attr : array[0..2 ] of path_attributes;
181 constructor path_attributes.Construct;
192 constructor path_attributes.Construct(idx : unsigned; fill ,stroke : aggclr_ptr; width : double );
/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_bgp.py249 path_attributes = [
314 path_attributes=path_attributes,
506 path_attributes = [
569 path_attributes=path_attributes,
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/resources/RelaxNG/
H A DLaTeXML-picture.rnc195 element path { path_attributes, path_model }
198 path_attributes = Common.attributes, Picture.attributes
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/utils/
H A Dbgp.py163 eor = BGPUpdate(path_attributes=[mpunreach_attr])
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py5393 path_attributes=None, argument
5397 path_attributes = path_attributes if path_attributes else []
5403 self.path_attributes = path_attributes
5409 for attr in self.path_attributes:
5432 path_attributes = []
5435 path_attributes.append(pa)
5445 "path_attributes": path_attributes,
5456 for pa in self.path_attributes:
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dbgp.py959 path_attributes = { variable
2023 ByteEnumField("type_code", 0, path_attributes),
/dports/net/libnet/libnet-1.1.6/include/libnet/
H A Dlibnet-functions.h1755 uint16_t total_path_attr_len, const uint8_t *path_attributes, uint16_t info_len,