Searched refs:attr_endp (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_attr.c1802 u_char *attr_endp; local
1885 attr_endp = BGP_INPUT_PNT (peer) + length;
1887 if (attr_endp > endp)
1890 "%s: BGP type %d length %d is too large, attribute total length is %d. attr_endp is %p. endp is %p", peer->host, type, length, size, attr_endp, endp);
1904 .total = attr_endp - startp,
2010 if (BGP_INPUT_PNT (peer) != attr_endp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_attr.c1802 u_char *attr_endp; local
1885 attr_endp = BGP_INPUT_PNT (peer) + length;
1887 if (attr_endp > endp)
1890 "%s: BGP type %d length %d is too large, attribute total length is %d. attr_endp is %p. endp is %p", peer->host, type, length, size, attr_endp, endp);
1904 .total = attr_endp - startp,
2010 if (BGP_INPUT_PNT (peer) != attr_endp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_attr.c1802 u_char *attr_endp; local
1885 attr_endp = BGP_INPUT_PNT (peer) + length;
1887 if (attr_endp > endp)
1890 "%s: BGP type %d length %d is too large, attribute total length is %d. attr_endp is %p. endp is %p", peer->host, type, length, size, attr_endp, endp);
1904 .total = attr_endp - startp,
2010 if (BGP_INPUT_PNT (peer) != attr_endp)

Completed in 140 milliseconds