Home | History | Annotate | Download | only in rpcbind

Lines Matching defs:netid

83 	char *netid;
130 * Set a mapping of program, version, netid
218 * Unset a mapping of program, version, netid
528 rmt->netid = strdup(nconf->nc_netid);
529 xprt->xp_netid = rmt->netid;
544 find_rmtcallfd_by_netid(char *netid)
549 if (strcmp(netid, rmt->netid) == 0) {
1226 "fd %d, netid %s - calling handle_reply\n",
1360 find_versions(rpcprog_t prog, char *netid, rpcvers_t *lowvp, rpcvers_t *highvp)
1369 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))
1386 * returns the item with the given program, version number and netid.
1394 * Returns the RPCBLIST for the given prog, vers and netid
1397 find_service(rpcprog_t prog, rpcvers_t vers, char *netid)
1405 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0)))