OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aifp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
input.c
61
struct interface *
aifp
;
local in function:read_rip
90
/*
aifp
is the "authenticated" interface via which the packet
103
for (
aifp
= remote_if;
aifp
;
aifp
=
aifp
->int_rlink) {
104
if (
aifp
->int_addr == from.sin_addr.s_addr)
107
if (
aifp
== 0) {
108
aifp
= ifwithname(inbuf.ifname, 0);
109
if (
aifp
== 0)
[
all
...]
input.c
61
struct interface *
aifp
;
local in function:read_rip
90
/*
aifp
is the "authenticated" interface via which the packet
103
for (
aifp
= remote_if;
aifp
;
aifp
=
aifp
->int_rlink) {
104
if (
aifp
->int_addr == from.sin_addr.s_addr)
107
if (
aifp
== 0) {
108
aifp
= ifwithname(inbuf.ifname, 0);
109
if (
aifp
== 0)
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025