Lines Matching defs:host
51 char *netboot, *outfile, *addr, *host;
63 fprintf(stderr, "\t [-a ether-address | -h ether-host] infile\n");
88 /* use the argument as a host to find in /etc/ethers */
89 host = optarg;
112 if (unset && (force || host != NULL || addr != NULL))
116 if (force || host != NULL || addr != NULL)
121 if ((host == NULL && addr == NULL) ||
122 (host != NULL && addr != NULL))
125 if (host != NULL) {
126 if (ether_hostton(host, &_ether_addr) == -1)
128 host);
162 ether_ntoa(ether_addr), host ? host : addr, force);