Searched refs:snmp_find_route (Results 1 – 3 of 3) sorted by relevance
275 extern struct rtentry * snmp_find_route();
914 if (!(rt = snmp_find_route(src, mask)))1006 || (!(rt=snmp_find_route(src,mask))))
484 snmp_find_route(u_long src, u_long mask) in snmp_find_route() function528 if (!((*rtpp) = snmp_find_route(src,mask))) in next_route_child()