taglinefilesource code
ipx_routes81net/inet/ipx.cstatic ipx_route   *ipx_routes = NULL;
ipx_routes871net/inet/ipx.cfor (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next)
ipx_routes888net/inet/ipx.crt->ir_next=ipx_routes;
ipx_routes889net/inet/ipx.cipx_routes=rt;
ipx_routes909net/inet/ipx.cfor (r = &ipx_routes; (tmp = *r) != NULL; ) {
ipx_routes939net/inet/ipx.cfor (r = &ipx_routes; (tmp = *r) != NULL; ) {
ipx_routes1202net/inet/ipx.cfor (rt = ipx_routes; rt != NULL; rt = rt->ir_next)