Searched refs:ipv4_route (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-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,
H A Ddhcpv4.c1011 /* ipv4_route expects network order IP addresses */
1012 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL,
H A Dipv4.c342 ipv4_route(int cmd, uint8_t flag, struct in_addr *destp, function
365 dprintf("ipv4_route: routing table full.\n");
380 dprintf("ipv4_route: No such routing entry.\n");
/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c194 /* ipv4_route expects IP addresses in network order */
195 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL,
/opensolaris-onvv-gate/usr/src/stand/lib/sock/
H A Dsock_test.c429 if (ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, &addr) < 0) {
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c1299 (void) ipv4_route(IPV4_ADD_ROUTE, RT_DEFAULT, NULL, &in_addr);

Completed in 108 milliseconds