tag | line | file | source code |
---|---|---|---|
nextlocal | 256 | net/inet/ipx.c | newnet->nextlocal = NULL; |
nextlocal | 264 | net/inet/ipx.c | while(r->nextlocal!=NULL) |
nextlocal | 265 | net/inet/ipx.c | r=r->nextlocal; |
nextlocal | 267 | net/inet/ipx.c | r->nextlocal = newnet; |
nextlocal | 363 | net/inet/ipx.c | r = &tmp->nextlocal; |
nextlocal | 58 | net/inet/ipx.h | struct ipx_route *nextlocal; |