OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_if
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/routed/
if.c
63
struct interface *
remote_if
; /* remote interfaces */
variable in typeref:struct:interface *
129
ifp->int_rlink_prev = &
remote_if
;
130
ifp->int_rlink =
remote_if
;
131
if (
remote_if
!= 0)
132
remote_if
->int_rlink_prev = &ifp->int_rlink;
133
remote_if
= ifp;
defs.h
489
extern struct interface *
remote_if
; /* remote interfaces */
input.c
103
for (aifp =
remote_if
; aifp; aifp = aifp->int_rlink) {
Completed in 13 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025