route.h (0742fd53a3774781255bd1e471e7aa2e4a82d5f7) | route.h (20380731bc2897f2952ae055420972ded4cd786e) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the IP router. 7 * 8 * Version: @(#)route.h 1.0.4 05/27/93 --- 181 unchanged lines hidden (view full) --- 190{ 191 if (rt->peer) 192 return rt->peer; 193 194 rt_bind_peer(rt, 0); 195 return rt->peer; 196} 197 | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the IP router. 7 * 8 * Version: @(#)route.h 1.0.4 05/27/93 --- 181 unchanged lines hidden (view full) --- 190{ 191 if (rt->peer) 192 return rt->peer; 193 194 rt_bind_peer(rt, 0); 195 return rt->peer; 196} 197 |
198extern ctl_table ipv4_route_table[]; 199 |
|
198#endif /* _ROUTE_H */ | 200#endif /* _ROUTE_H */ |