Home
last modified time | relevance | path

Searched refs:remote_if (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/routed/
H A Dif.c37 struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */ variable
116 LIST_INSERT_HEAD(&remote_if, ifp, remote_list); in if_link()
H A Ddefs.h455 extern struct ifhead remote_if; /* remote interfaces */
H A Dinput.c89 LIST_FOREACH(aifp, &remote_if, remote_list) { in read_rip()