Searched refs:aifp (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dinput.c61 struct interface *aifp; local
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
139 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
937 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]

Completed in 56 milliseconds