Lines Matching defs:host

878 			 * We're doing host-based access checks here, so don't
1130 char host[NI_MAXHOST], numerichost[NI_MAXHOST];
1158 lookup_failed = getnameinfo(saddr, saddr->sa_len, host,
1159 sizeof host, NULL, 0, 0);
1256 add_mlist(host, dirpath);
1308 del_mlist(host, dirpath);
1326 del_mlist(host, NULL);
1744 "host(s) before export path definition");
1749 * Get the host or netgroup.
1765 "bad host %s in netgroup %s, skipping", hst, cp);
1769 syslog(LOG_ERR, "bad host %s, skipping", cp);
1797 * host(s) on the same line.
1800 getexp_err(ep, tgrp, "network/host conflict");
1857 * for this host set in the groups.
2535 * and update the entry for host.
2564 /* Save the security flavors list for this host set. */
2619 * Hang all of the host(s) off of the directory point.
2626 /* Save the security flavors list for this host set. */
2667 * Scan for a host match in a directory tree.
2723 * Scan tree for a host that matches the address.
2875 syslog(LOG_ERR, "network/host conflict");
2937 char host[NI_MAXHOST];
2940 syslog(LOG_ERR, "Bad netgroup type for ip host %s", cp);
2948 syslog(LOG_ERR,"can't get address info for host %s", cp);
2954 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, host,
2955 sizeof host, NULL, 0, NI_NUMERICHOST) != 0)
2956 strlcpy(host, "?", sizeof(host));
2957 ai->ai_canonname = strdup(host);
2961 fprintf(stderr, "got host %s\n", ai->ai_canonname);
2964 * for this host in the grouplist.
2976 "ignoring duplicate host %s\n",
3668 char *host, *dirp, *cp;
3682 host = strsep(&cp, " \t\n");
3684 if (host == NULL || dirp == NULL)
3689 strncpy(mlp->ml_host, host, MNTNAMLEN);