taglinefilesource code
ipx_route202net/inet/ipx.cstatic ipx_route *ipx_router_list=NULL;
ipx_route203net/inet/ipx.cstatic ipx_route *ipx_localnet_list=NULL;
ipx_route205net/inet/ipx.cstatic ipx_route *
ipx_route208net/inet/ipx.cipx_route *r;
ipx_route226net/inet/ipx.cstatic ipx_route *
ipx_route232net/inet/ipx.cstatic ipx_route *ipxrtr_get_dev(long net)
ipx_route234net/inet/ipx.cipx_route *r;
ipx_route252net/inet/ipx.cstatic void ipxrtr_add_localnet(ipx_route *newnet)
ipx_route254net/inet/ipx.cipx_route *r;
ipx_route278net/inet/ipx.cipx_route *rt=ipxrtr_get_dev(r->ipx_network);
ipx_route305net/inet/ipx.cipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network);
ipx_route312net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route339net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route356net/inet/ipx.cstatic int ipxrtr_delete_localnet(ipx_route *d)
ipx_route358net/inet/ipx.cipx_route **r = &ipx_localnet_list;
ipx_route359net/inet/ipx.cipx_route *tmp;
ipx_route373net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route374net/inet/ipx.cipx_route *tmp;
ipx_route382net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route392net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route393net/inet/ipx.cipx_route *tmp;
ipx_route400net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route433net/inet/ipx.cipx_route *rt;
ipx_route655net/inet/ipx.cstruct ipx_route *rt;
ipx_route801net/inet/ipx.cipx_route *rt;
ipx_route802net/inet/ipx.cipx_route *ln;
ipx_route965net/inet/ipx.cipx_route *rt;
ipx_route57net/inet/ipx.hstruct ipx_route *next;
ipx_route58net/inet/ipx.hstruct ipx_route *nextlocal;