Lines Matching refs:rootip
104 if (rootip.s_addr == 0) {
115 printf("net_open: got rootip %s\n", inet_ntoa(rootip));
120 error = nfs_mount(netdev_sock, rootip, rootpath);
129 printf("root addr=%s path=%s\n", inet_ntoa(rootip), rootpath);
156 rootip.s_addr = 0;
258 if (bp_getfile(sock, "root", &rootip, rootpath)) {
274 rootip.s_addr = inet_addr(&rootpath[0]);
280 printf("net_open: server addr: %s\n", inet_ntoa(rootip));
306 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1);