Lines Matching defs:netid
80 * handle is created for all the services (actually one of each netid)
81 * and same xdrbuf is used for same netid. The size of the arguments
119 char *netid;
128 netid = pl->p_netid;
156 ((netid = strdup(nconf->nc_netid)) == NULL)) {
165 * Check if this (program, version, netid) had already been
171 (strcmp(pl->p_netid, netid) == 0))
183 rpc_reg_msg, prognum, versnum, netid);
187 free(netid);
199 free(netid);
212 pl->p_netid = netid;