Home
last modified time | relevance | path

Searched refs:listaddr (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/mrouted/
H A Dvif.h30 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 Dvif.c31 struct listaddr *g;
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()
540 struct listaddr *g; in accept_group_report()
608 struct listaddr *g; in accept_leave_message()
981 struct listaddr *n; in update_neighbor()
1235 struct listaddr *
1238 struct listaddr *u; in neighbor_info()
[all …]
H A Dprune.c92 struct listaddr *g; in grplst_mem()
147 struct listaddr *n = neighbor_info(vifi, addr); in pruning_neighbor()
170 struct listaddr *n = neighbor_info(vifi, addr); in can_mtrace()
853 struct listaddr *vr; in delete_lclgrp()
908 struct listaddr *vr; in accept_prune()
H A Ddefs.h177 extern struct listaddr *neighbor_info(vifi_t vifi, u_int32_t addr);