Home
last modified time | relevance | path

Searched refs:dontroute (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c237 if (dontroute) { in brpc_call()
239 (const void *)&dontroute, sizeof (dontroute)); in brpc_call()
H A Dclnt_btcp.c167 if (dontroute) { in clntbtcp_create()
169 (const void *)&dontroute, sizeof (dontroute)); in clntbtcp_create()
H A Dclnt_budp.c175 if (dontroute) { in clntbudp_bufcreate()
177 (const void *)&dontroute, sizeof (dontroute)); in clntbudp_bufcreate()
H A Dmount.c72 int dontroute = FALSE; /* In case rarp/bootparams was selected */ variable
607 dontroute = TRUE; in boot_nfs_mountroot()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_inet.h58 extern int dontroute;
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c348 int dontroute = B_TRUE; in inet() local
350 (const void *)&dontroute, sizeof (dontroute)); in inet()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4106 int dontroute; in sotpi_sendmsg() local
4297 dontroute = 0; in sotpi_sendmsg()
4306 dontroute = 1; in sotpi_sendmsg()
4339 if (!dontroute) { in sotpi_sendmsg()
4366 if (!dontroute && sti->sti_direct != 0 && in sotpi_sendmsg()
4381 if (!dontroute) in sotpi_sendmsg()
4387 ASSERT(dontroute); in sotpi_sendmsg()
4389 if (dontroute) { in sotpi_sendmsg()