Searched refs:RT_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/stand/lib/inet/ |
H A D | ipv4.h | 39 #define RT_DEFAULT 2 /* Gateway is a default router */ macro
|
H A D | ipv4.c | 1038 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_output() 1088 rip = ipv4_get_route(RT_DEFAULT, NULL, NULL); in ipv4_tcp_output()
|
H A D | dhcpv4.c | 1012 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, in dhcp_bound()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 195 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, in whoami()
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 429 if (ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, &addr) < 0) { in st_set_router()
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 1293 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, &in_addr); in setup_interface()
|