Searched refs:ifaces_by_id (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.sbin/eigrpd/ |
| D | interface.c | 52 struct iface_id_head ifaces_by_id = RB_INITIALIZER(&ifaces_by_id); variable 308 if (RB_INSERT(iface_id_head, &ifaces_by_id, ei) != NULL) in eigrp_if_new() 319 RB_REMOVE(iface_id_head, &ifaces_by_id, ei); in eigrp_if_del() 356 return (RB_FIND(iface_id_head, &ifaces_by_id, &e)); in eigrp_if_lookup_id()
|
| D | eigrpd.h | 445 extern struct iface_id_head ifaces_by_id;
|
| D | eigrpe.c | 362 if (RB_INSERT(iface_id_head, &ifaces_by_id, nei) != in eigrpe_dispatch_main()
|
| D | rde.c | 430 if (RB_INSERT(iface_id_head, &ifaces_by_id, nei) != in rde_dispatch_parent()
|
| D | parse.y | 1214 RB_REMOVE(iface_id_head, &ifaces_by_id, i); in clear_config()
|