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

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c241 /* mask of interface used to route to client and best_router */
243 /* address of interface used to route to client and best_router */
246 struct in_addr best_router; local
250 best_router.s_addr = 0L;
403 (best_router.s_addr == 0))
404 best_router.s_addr =
410 if (debug && (best_router.s_addr == 0))
415 return (best_router.s_addr);

Completed in 86 milliseconds