Searched refs:use32bit (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_aspath.c699 struct assegment **result, int use32bit)
734 seg_size = ASSEGMENT_SIZE(segh.length, use32bit);
778 seg->as[i] = (use32bit) ? stream_getl (s) : stream_getw (s);
800 aspath_parse (struct stream *s, size_t length, int use32bit) argument
806 /* Nit-picking: if (use32bit == 0) it is malformed if odd,
815 if (assegments_parse (s, length, &as.segments, use32bit) < 0)
838 assegment_data_put (struct stream *s, as_t *as, int num, int use32bit) argument
844 if ( use32bit )
868 aspath_put (struct stream *s, struct aspath *as, int use32bit )
886 while (seg && (ASSEGMENT_LEN(seg, use32bit) <
698 assegments_parse(struct stream *s, size_t length, struct assegment **result, int use32bit) argument
905 use32bit); local
[all...]
H A Dbgp_attr.c2219 int use32bit = (CHECK_FLAG (peer->cap, PEER_CAP_AS4_RCV)) ? 1 : 0; local
2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2299 if (!use32bit && aspath_has_as4 (aspath))
2355 if (use32bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.c699 struct assegment **result, int use32bit)
734 seg_size = ASSEGMENT_SIZE(segh.length, use32bit);
778 seg->as[i] = (use32bit) ? stream_getl (s) : stream_getw (s);
800 aspath_parse (struct stream *s, size_t length, int use32bit) argument
806 /* Nit-picking: if (use32bit == 0) it is malformed if odd,
815 if (assegments_parse (s, length, &as.segments, use32bit) < 0)
838 assegment_data_put (struct stream *s, as_t *as, int num, int use32bit) argument
844 if ( use32bit )
868 aspath_put (struct stream *s, struct aspath *as, int use32bit )
886 while (seg && (ASSEGMENT_LEN(seg, use32bit) <
698 assegments_parse(struct stream *s, size_t length, struct assegment **result, int use32bit) argument
905 use32bit); local
[all...]
H A Dbgp_attr.c2219 int use32bit = (CHECK_FLAG (peer->cap, PEER_CAP_AS4_RCV)) ? 1 : 0; local
2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2299 if (!use32bit && aspath_has_as4 (aspath))
2355 if (use32bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.c699 struct assegment **result, int use32bit)
734 seg_size = ASSEGMENT_SIZE(segh.length, use32bit);
778 seg->as[i] = (use32bit) ? stream_getl (s) : stream_getw (s);
800 aspath_parse (struct stream *s, size_t length, int use32bit) argument
806 /* Nit-picking: if (use32bit == 0) it is malformed if odd,
815 if (assegments_parse (s, length, &as.segments, use32bit) < 0)
838 assegment_data_put (struct stream *s, as_t *as, int num, int use32bit) argument
844 if ( use32bit )
868 aspath_put (struct stream *s, struct aspath *as, int use32bit )
886 while (seg && (ASSEGMENT_LEN(seg, use32bit) <
698 assegments_parse(struct stream *s, size_t length, struct assegment **result, int use32bit) argument
905 use32bit); local
[all...]
H A Dbgp_attr.c2219 int use32bit = (CHECK_FLAG (peer->cap, PEER_CAP_AS4_RCV)) ? 1 : 0; local
2294 stream_putw_at (s, aspath_sizep, aspath_put (s, aspath, use32bit));
2299 if (!use32bit && aspath_has_as4 (aspath))
2355 if (use32bit)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Daspath_test.c888 make_aspath (const u_char *data, size_t len, int use32bit) argument
898 as = aspath_parse (s, len, use32bit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Daspath_test.c888 make_aspath (const u_char *data, size_t len, int use32bit) argument
898 as = aspath_parse (s, len, use32bit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Daspath_test.c888 make_aspath (const u_char *data, size_t len, int use32bit) argument
898 as = aspath_parse (s, len, use32bit);

Completed in 141 milliseconds