Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.h56 extern int ipv4_route(int, uint8_t, struct in_addr *,
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.c340 ipv4_route(int cmd, uint8_t flag, struct in_addr *destp, in ipv4_route() function
/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()