Home
last modified time | relevance | path

Searched refs:IPV4_ADD_ROUTE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.h45 #define IPV4_ADD_ROUTE 0 macro
H A Dicmp4.c92 if (ipv4_route(IPV4_ADD_ROUTE, RT_HOST, &icmphp->icmp_ip.ip_dst, in icmp4()
H A Ddhcpv4.c1012 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, in dhcp_bound()
H A Dipv4.c360 case IPV4_ADD_ROUTE: in ipv4_route()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c193 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, in whoami()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c429 if (ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, &addr) < 0) { in st_set_router()