Lines Matching defs:server
38 * This is a user command which tells which yp server is being used by a
39 * given machine, or which yp server is the master for a named map.
47 * and will not attempt to choose a particular yp server. On the
99 host if specified, is the machine whose NIS server is to be found.\n\
344 * This tries to find the name of the server to which the binder in question
430 char *server =
433 if (strcmp(server, nullstring) == 0) {
493 fprintf(stdout, "%s\n", server);
561 struct in_addr *server;
599 server = &response.ypbind_respbody.ypbind_bindinfo.ypbind_binding_addr;
600 print_server (server);
607 * This translates a server address to a name and prints it.
610 static void print_server(server)
611 struct in_addr *server;
616 strcpy(buf, inet_ntoa(*server));
617 hp = gethostbyaddr((char *)&server->s_addr,
640 "server=%s lovers=%ld hivers=%ld\n",
677 * This translates a server address to a name and prints it. If the address
685 * This asks any yp server for the map's master.