Searched defs:ctl_rt (Results 1 – 6 of 6) sorted by relevance
401 struct ctl_rt { struct402 int af;403 uint16_t as;405 uint8_t prefixlen;409 uint32_t distance;410 uint32_t rdistance;411 uint32_t fdistance;412 int state;413 uint8_t flags;414 struct {[all …]
472 struct ctl_rt { struct473 struct in6_addr prefix;475 struct in_addr area;477 time_t uptime;478 u_int32_t cost;479 u_int32_t cost2;481 enum path_type p_type;482 enum dst_type d_type;483 u_int8_t flags;484 u_int8_t prefixlen;[all …]
286 struct ctl_rt { struct287 struct in_addr prefix;288 struct in_addr netmask;289 struct in_addr nexthop;290 time_t uptime;291 time_t expire;292 u_int32_t metric;293 u_int16_t flags;
330 struct ctl_rt { struct331 struct in_addr prefix;332 struct in_addr nexthop;333 struct in_addr area;334 struct in_addr adv_rtr;335 time_t uptime;336 time_t expire;337 u_int32_t cost;338 u_int8_t flags;339 u_int8_t prefixlen;
512 struct ctl_rt { struct513 struct in_addr prefix;515 struct in_addr area;517 time_t uptime;518 u_int32_t cost;519 u_int32_t cost2;520 enum path_type p_type;521 enum dst_type d_type;522 u_int8_t flags;523 u_int8_t prefixlen;[all …]
520 struct ctl_rt { struct521 int af;522 union ldpd_addr prefix;523 uint8_t prefixlen;524 struct in_addr nexthop; /* lsr-id */525 uint32_t local_label;526 uint32_t remote_label;527 uint8_t flags;528 uint8_t in_use;