Home
last modified time | relevance | path

Searched defs:ctl_iface (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpd.h268 struct ctl_iface { struct
277 time_t uptime;
280 u_int32_t gen_id;
298 int state;
299 int mtu;
300 int nbr_cnt;
301 int adj_cnt;
303 u_int16_t flags;
304 u_int16_t metric;
308 u_int8_t if_type;
[all …]
/openbsd/usr.sbin/ospfd/
H A Dospfd.h457 struct ctl_iface { struct
468 time_t uptime;
473 int state;
474 int mtu;
475 int nbr_cnt;
476 int adj_cnt;
479 u_int16_t flags;
480 u_int16_t metric;
484 u_int8_t if_type;
486 u_int8_t passive;
[all …]
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.h423 struct ctl_iface { struct
433 time_t uptime;
437 int state;
438 int mtu;
439 int nbr_cnt;
440 int adj_cnt;
443 u_int16_t flags;
444 u_int16_t metric;
448 u_int8_t if_type;
449 u_int8_t priority;
[all …]
/openbsd/usr.sbin/ripd/
H A Dripd.h266 struct ctl_iface { struct
268 struct in_addr addr;
271 time_t uptime;
274 u_int64_t baudrate;
276 int state;
277 int mtu;
279 u_int16_t flags;
280 u_int16_t metric;
282 u_int8_t linkstate;
283 u_int8_t if_type;
[all …]
/openbsd/usr.sbin/eigrpd/
H A Deigrpd.h369 struct ctl_iface { struct
370 int af;
371 uint16_t as;
376 uint16_t flags;
378 int mtu;
380 uint8_t if_type;
381 uint64_t baudrate;
382 uint32_t delay;
387 uint8_t passive;
388 time_t uptime;
[all …]
/openbsd/usr.sbin/ldpd/
H A Dldpd.h486 struct ctl_iface { struct
487 int af;
488 char name[IF_NAMESIZE];
489 unsigned int ifindex;
490 int state;
491 uint16_t flags;
492 uint8_t linkstate;
493 enum iface_type type;
494 uint8_t if_type;
497 time_t uptime;
[all …]