Searched defs:nd_hostservp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c85 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 */ local
252 nd_hostservp
84 _netdir_getbyname(struct netconfig *netconfigp, struct nd_hostserv *nd_hostservp) argument
[all...]

Completed in 20 milliseconds