Home
last modified time | relevance | path

Searched defs:rip_rte (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird/bird-1.6.8/proto/rip/
H A Drip.h165 struct rip_rte struct
167 struct rip_rte *next; argument
169 struct rip_neighbor *from; /* Advertising router */
170 ip_addr next_hop; /* Route next hop (iface is from->nbr->iface) */
171 u16 metric; /* Route metric (after increase) */
172 u16 tag; /* Route tag */
174 bird_clock_t expires; /* Time of route expiration */
/dports/net/bird2/bird-2.0.8/proto/rip/
H A Drip.h174 struct rip_rte struct
176 struct rip_rte *next; argument
178 struct rip_neighbor *from; /* Advertising router */
179 ip_addr next_hop; /* Route next hop (iface is from->nbr->iface) */
180 u16 metric; /* Route metric (after increase) */
181 u16 tag; /* Route tag */
183 btime expires; /* Time of route expiration */