Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h790 extern struct interface *findremoteif(in_addr_t);
H A Dinput.c67 if (findremote && ((ifp = findremoteif(from->sin_addr.s_addr)) != NULL)) in receiving_interface()
H A Dif.c435 findremoteif(in_addr_t addr) in findremoteif() function