find_iface
if ((iface = find_iface(xconf, ip_hdr.ip_src)) == NULL) {
struct iface *find_iface(struct dvmrpd_conf *, struct in_addr);
static struct iface *find_iface(unsigned int, int, union eigrpd_addr *);
if ((iface = find_iface(ifindex, af, &src)) == NULL)
if ((iface = find_iface(xconf, ifindex, &src.sin6_addr)) == NULL) {
struct iface *find_iface(struct ospfd_conf *, unsigned int,
if ((iface = find_iface(xconf, ifindex, ip_hdr.ip_src)) == NULL) {
struct iface *find_iface(struct ospfd_conf *, unsigned int, struct in_addr);
if ((iface = find_iface(xconf, dst->sdl_index, src.sin_addr)) == NULL) {
struct iface *find_iface(struct ripd_conf *, unsigned int, struct in_addr);