Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dipx_input.c105 static int ipx_do_route(struct ipx_addr *src, struct route *ro);
371 if ((ok_there = ipx_do_route(&ipx->ipx_dna,&ipx_droute)) == 0) { in ipx_forward()
395 if ((ok_back = ipx_do_route(&ipx->ipx_sna,&ipx_sroute)) == 0) { in ipx_forward()
442 ipx_do_route(struct ipx_addr *src, struct route *ro) in ipx_do_route() function