taglinefilesource code
gw138net/inet/route.crt_add(short flags, unsigned long dst, unsigned long gw, struct device *dev)
gw159net/inet/route.cif (gw==dev->pa_addr || gw==dst)
gw161net/inet/route.cgw=0;
gw165net/inet/route.cif (gw != 0) 
gw168net/inet/route.crt->rt_gateway = gw;
gw257net/inet/route.cif (! (r->rt_dst & mask) && (gw==0 || r->rt_flags&RTF_GATEWAY)) 
gw40net/inet/route.hunsigned long gw, struct device *dev);