Home | History | Annotate | Download | only in rpc

Lines Matching defs:netid

97  * handle is created for all the services (actually one of each netid)
98 * and same xdrbuf is used for same netid. The size of the arguments
138 char *netid;
144 netid = NULL;
150 netid = pl->p_netid;
172 ((netid = strdup(nconf->nc_netid)) == NULL)) {
176 if (netid != NULL)
177 free(netid);
184 * Check if this (program, version, netid) had already been
190 (strcmp(pl->p_netid, netid) == 0))
202 (unsigned)versnum, netid);
206 free(netid);
217 free(netid);
230 pl->p_netid = netid;