Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A Ddefs.h275 extern struct rtentry * snmp_find_route();
H A Dsnmp.c914 if (!(rt = snmp_find_route(src, mask)))
1006 || (!(rt=snmp_find_route(src,mask))))
H A Dprune.c484 snmp_find_route(u_long src, u_long mask) in snmp_find_route() function
528 if (!((*rtpp) = snmp_find_route(src,mask))) in next_route_child()