Searched refs:nexthop_n (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.c1090 in_addr_t nexthop_h, nexthop_n; local
1108 nexthop_n = stream_get_ipv4 (peer->ibuf);
1109 nexthop_h = ntohl (nexthop_n);
1113 inet_ntop (AF_INET, &nexthop_n, buf, INET_ADDRSTRLEN);
1120 attr->nexthop.s_addr = nexthop_n;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_attr.c1090 in_addr_t nexthop_h, nexthop_n; local
1108 nexthop_n = stream_get_ipv4 (peer->ibuf);
1109 nexthop_h = ntohl (nexthop_n);
1113 inet_ntop (AF_INET, &nexthop_n, buf, INET_ADDRSTRLEN);
1120 attr->nexthop.s_addr = nexthop_n;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_attr.c1090 in_addr_t nexthop_h, nexthop_n; local
1108 nexthop_n = stream_get_ipv4 (peer->ibuf);
1109 nexthop_h = ntohl (nexthop_n);
1113 inet_ntop (AF_INET, &nexthop_n, buf, INET_ADDRSTRLEN);
1120 attr->nexthop.s_addr = nexthop_n;

Completed in 122 milliseconds