Searched refs:listaddr (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | vif.h | 30 struct listaddr *uv_groups; /* list of local groups (phyints only) */ 31 struct listaddr *uv_neighbors; /* list of neighboring routers */ 58 struct listaddr { struct 59 struct listaddr *al_next; /* link to next addr, MUST BE FIRST */ argument
|
| H A D | vif.c | 31 struct listaddr *g; 45 static int SetTimer(vifi_t vifi, struct listaddr *g); 48 static int SetQueryTimer(struct listaddr *g, vifi_t vifi, int to_expire, 207 struct listaddr *nbr; in send_probe_on_vif() 325 struct listaddr *a; in stop_vif() 398 struct listaddr *a; in stop_all_vifs() 461 struct listaddr *g; in age_old_hosts() 538 struct listaddr *g; in accept_group_report() 576 g = (struct listaddr *)malloc(sizeof(struct listaddr)); in accept_group_report() 614 struct listaddr *g; in accept_leave_message() [all …]
|
| H A D | snmp.c | 375 struct listaddr * 380 struct listaddr *bestn, *n; 401 struct listaddr * 406 struct listaddr *n; 426 struct listaddr *neighbor; 542 struct listaddr * 547 struct listaddr *n; 559 struct listaddr * 564 struct listaddr *bestn=NULL, *n; 601 struct listaddr *cache;
|
| H A D | prune.c | 107 struct listaddr *g; in grplst_mem() 162 struct listaddr *n = neighbor_info(vifi, addr); in pruning_neighbor() 185 struct listaddr *n = neighbor_info(vifi, addr); in can_mtrace() 1075 struct listaddr *vr; in delete_lclgrp() 1130 struct listaddr *vr; in accept_prune()
|
| H A D | defs.h | 192 extern struct listaddr *neighbor_info(vifi_t vifi, u_int32_t addr);
|