Home
last modified time | relevance | path

Searched refs:find_iface (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dpacket.c42 struct iface *find_iface(struct ripd_conf *, unsigned int, struct in_addr);
148 if ((iface = find_iface(xconf, dst->sdl_index, src.sin_addr)) == NULL) { in recv_packet()
232 find_iface(struct ripd_conf *xconf, unsigned int ifindex, struct in_addr src) in find_iface() function
/openbsd/usr.sbin/dvmrpd/
H A Dpacket.c43 struct iface *find_iface(struct dvmrpd_conf *, struct in_addr);
144 if ((iface = find_iface(xconf, ip_hdr.ip_src)) == NULL) { in recv_packet()
281 find_iface(struct dvmrpd_conf *xconf, struct in_addr src) in find_iface() function
/openbsd/usr.sbin/ospf6d/
H A Dpacket.c41 struct iface *find_iface(struct ospfd_conf *, unsigned int,
174 if ((iface = find_iface(xconf, ifindex, &src.sin6_addr)) == NULL) { in recv_packet()
304 find_iface(struct ospfd_conf *xconf, unsigned int ifindex, struct in6_addr *src) in find_iface() function
/openbsd/usr.sbin/ospfd/
H A Dpacket.c41 struct iface *find_iface(struct ospfd_conf *, unsigned int, struct in_addr);
177 if ((iface = find_iface(xconf, ifindex, ip_hdr.ip_src)) == NULL) { in recv_packet()
331 find_iface(struct ospfd_conf *xconf, unsigned int ifindex, struct in_addr src) in find_iface() function
/openbsd/usr.sbin/eigrpd/
H A Dpacket.c45 static struct iface *find_iface(unsigned int, int, union eigrpd_addr *);
550 if ((iface = find_iface(ifindex, af, &src)) == NULL) in recv_packet()
670 find_iface(unsigned int ifindex, int af, union eigrpd_addr *src) in find_iface() function