Lines Matching refs:nd_hostservp
85 struct nd_hostserv *nd_hostservp)
95 if (strcmp(nd_hostservp->h_host, HOST_BROADCAST) == 0) {
100 if (searchhost(netconfigp, nd_hostservp->h_host, FIELD2,
111 if (nd_hostservp->h_serv &&
112 (strcmp(nd_hostservp->h_serv, "rpcbind") == 0)) {
120 if (nd_hostservp->h_serv && (nd_hostservp->h_serv[0] != '\0')) {
122 if (searchserv(netconfigp, nd_hostservp->h_serv, FIELD1,
182 struct nd_hostserv *nd_hostservp; /* traverses the host structures */
252 nd_hostservp = retp->h_hostservs;
255 if (((nd_hostservp->h_host = strdup(hostname)) == NULL) ||
256 ((nd_hostservp->h_serv = strdup(serv)) == NULL)) {
261 nd_hostservp++;