taglinefilesource code
ipx_route201net/inet/ipx.cstatic ipx_route *ipx_router_list=NULL;
ipx_route202net/inet/ipx.cstatic ipx_route *ipx_localnet_list=NULL;
ipx_route204net/inet/ipx.cstatic ipx_route *
ipx_route207net/inet/ipx.cipx_route *r;
ipx_route225net/inet/ipx.cstatic ipx_route *
ipx_route231net/inet/ipx.cstatic ipx_route *ipxrtr_get_dev(long net)
ipx_route233net/inet/ipx.cipx_route *r;
ipx_route251net/inet/ipx.cstatic void ipxrtr_add_localnet(ipx_route *newnet)
ipx_route253net/inet/ipx.cipx_route *r;
ipx_route277net/inet/ipx.cipx_route *rt=ipxrtr_get_dev(r->ipx_network);
ipx_route304net/inet/ipx.cipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network);
ipx_route311net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route338net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route355net/inet/ipx.cstatic int ipxrtr_delete_localnet(ipx_route *d)
ipx_route357net/inet/ipx.cipx_route **r = &ipx_localnet_list;
ipx_route358net/inet/ipx.cipx_route *tmp;
ipx_route372net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route373net/inet/ipx.cipx_route *tmp;
ipx_route381net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route391net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route392net/inet/ipx.cipx_route *tmp;
ipx_route399net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route432net/inet/ipx.cipx_route *rt;
ipx_route654net/inet/ipx.cstruct ipx_route *rt;
ipx_route800net/inet/ipx.cipx_route *rt;
ipx_route801net/inet/ipx.cipx_route *ln;
ipx_route964net/inet/ipx.cipx_route *rt;
ipx_route57net/inet/ipx.hstruct ipx_route *next;
ipx_route58net/inet/ipx.hstruct ipx_route *nextlocal;