Searched refs:aspath_put (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_aspath.h102 extern size_t aspath_put (struct stream *, struct aspath *, int);
H A Dbgp_aspath.c53 * aspath_put, assegment_put and assegment_parse.
55 * aspath_put returns bytes written, the only definitive record of
442 * This is a quick estimate, not definitive! aspath_put()
868 aspath_put (struct stream *s, struct aspath *as, int use32bit ) function
942 * wrapper around aspath_put.
959 aspath_put (snmp_stream, as, 0); /* use 16 bit for now here */
1546 * and we do not want to stumble in aspath_put.
H A Dbgp_attr.c2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2535 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, 1));
2661 stream_putw_at (s, aspath_lenp, aspath_put (s, aspath, 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.h102 extern size_t aspath_put (struct stream *, struct aspath *, int);
H A Dbgp_aspath.c53 * aspath_put, assegment_put and assegment_parse.
55 * aspath_put returns bytes written, the only definitive record of
442 * This is a quick estimate, not definitive! aspath_put()
868 aspath_put (struct stream *s, struct aspath *as, int use32bit ) function
942 * wrapper around aspath_put.
959 aspath_put (snmp_stream, as, 0); /* use 16 bit for now here */
1546 * and we do not want to stumble in aspath_put.
H A Dbgp_attr.c2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2535 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, 1));
2661 stream_putw_at (s, aspath_lenp, aspath_put (s, aspath, 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.h102 extern size_t aspath_put (struct stream *, struct aspath *, int);
H A Dbgp_aspath.c53 * aspath_put, assegment_put and assegment_parse.
55 * aspath_put returns bytes written, the only definitive record of
442 * This is a quick estimate, not definitive! aspath_put()
868 aspath_put (struct stream *s, struct aspath *as, int use32bit ) function
942 * wrapper around aspath_put.
959 aspath_put (snmp_stream, as, 0); /* use 16 bit for now here */
1546 * and we do not want to stumble in aspath_put.
H A Dbgp_attr.c2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2535 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, 1));
2661 stream_putw_at (s, aspath_lenp, aspath_put (s, aspath, 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Daspath_test.c943 bytes4 = aspath_put (s, as, 1);
956 * aspath_parse(aspath_put(as))
969 * aspath_parse(aspath_put(as,USE32BIT))
1273 datalen = aspath_put (peer.ibuf, asp, t->as4 == AS4_DATA);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Daspath_test.c943 bytes4 = aspath_put (s, as, 1);
956 * aspath_parse(aspath_put(as))
969 * aspath_parse(aspath_put(as,USE32BIT))
1273 datalen = aspath_put (peer.ibuf, asp, t->as4 == AS4_DATA);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Daspath_test.c943 bytes4 = aspath_put (s, as, 1);
956 * aspath_parse(aspath_put(as))
969 * aspath_parse(aspath_put(as,USE32BIT))
1273 datalen = aspath_put (peer.ibuf, asp, t->as4 == AS4_DATA);

Completed in 263 milliseconds