Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ospf6d/
H A Dospf6d.h453 struct ctl_nbr { struct
455 struct in_addr id;
457 struct in_addr dr;
458 struct in_addr bdr;
459 struct in_addr area;
460 time_t dead_timer;
461 time_t uptime;
466 u_int32_t options;
467 int nbr_state;
468 int iface_state;
[all …]
/openbsd/usr.sbin/ospfd/
H A Dospfd.h493 struct ctl_nbr { struct
495 struct in_addr id;
496 struct in_addr addr;
497 struct in_addr dr;
498 struct in_addr bdr;
500 time_t dead_timer;
501 time_t uptime;
506 int nbr_state;
507 int iface_state;
508 u_int8_t priority;
[all …]
/openbsd/usr.sbin/ripd/
H A Dripd.h297 struct ctl_nbr { struct
298 char name[IF_NAMESIZE];
299 struct in_addr id;
300 struct in_addr addr;
301 time_t dead_timer;
302 time_t uptime;
303 int nbr_state;
304 int iface_state;
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpd.h322 struct ctl_nbr { struct
323 char name[IF_NAMESIZE];
324 struct in_addr id;
325 struct in_addr addr;
326 time_t dead_timer;
327 time_t uptime;
328 int state;
/openbsd/usr.sbin/eigrpd/
H A Deigrpd.h392 struct ctl_nbr { struct
393 int af;
394 uint16_t as;
395 char ifname[IF_NAMESIZE];
396 union eigrpd_addr addr;
397 uint16_t hello_holdtime;
398 time_t uptime;
/openbsd/usr.sbin/ldpd/
H A Dldpd.h511 struct ctl_nbr { struct
512 int af;
513 struct in_addr id;
514 union ldpd_addr laddr;
515 union ldpd_addr raddr;
516 time_t uptime;
517 int nbr_state;