"netstat -nr" will display the routing tables. The '-r' displays the routing tables, and the '-n' flag makes sure the display show numerical addresses instead of trying to resolve host/network/port names.
Are you looking for something that acts like Windows command ipconfig /all? Well this MacOSXHint shows you how to copy this onto a bash shell in Tiger.