Searched refs:attrlen_pos (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_packet.c152 unsigned long attrlen_pos = 0; local
192 /* 3: total attributes length - attrlen_pos stores the position */
193 attrlen_pos = stream_get_endp (s);
257 stream_putw_at (s, attrlen_pos, total_attr_len);
337 size_t attrlen_pos = 0; local
374 attrlen_pos = stream_get_endp (s);
416 stream_putw_at (s, attrlen_pos, total_attr_len);
504 unsigned long attrlen_pos = 0; local
556 attrlen_pos = stream_get_endp (s);
567 stream_putw_at (s, attrlen_pos, total_attr_le
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_packet.c152 unsigned long attrlen_pos = 0; local
192 /* 3: total attributes length - attrlen_pos stores the position */
193 attrlen_pos = stream_get_endp (s);
257 stream_putw_at (s, attrlen_pos, total_attr_len);
337 size_t attrlen_pos = 0; local
374 attrlen_pos = stream_get_endp (s);
416 stream_putw_at (s, attrlen_pos, total_attr_len);
504 unsigned long attrlen_pos = 0; local
556 attrlen_pos = stream_get_endp (s);
567 stream_putw_at (s, attrlen_pos, total_attr_le
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_packet.c152 unsigned long attrlen_pos = 0; local
192 /* 3: total attributes length - attrlen_pos stores the position */
193 attrlen_pos = stream_get_endp (s);
257 stream_putw_at (s, attrlen_pos, total_attr_len);
337 size_t attrlen_pos = 0; local
374 attrlen_pos = stream_get_endp (s);
416 stream_putw_at (s, attrlen_pos, total_attr_len);
504 unsigned long attrlen_pos = 0; local
556 attrlen_pos = stream_get_endp (s);
567 stream_putw_at (s, attrlen_pos, total_attr_le
[all...]

Completed in 167 milliseconds