Lines Matching defs:netid
102 * Set a mapping of program, version, netid
203 * Unset a mapping of program, version, netid
531 char *netid;
568 rmt->netid = strdup(nconf->nc_netid);
569 if (rmt->netid == NULL) {
575 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) {
576 free(rmt->netid);
596 find_rmtcallfd_by_netid(char *netid)
601 if (strcmp(netid, rmt->netid) == 0) {
1494 * netid: Transport Provider token
1499 find_versions(rpcprog_t prog, char *netid, rpcvers_t *lowvp, rpcvers_t *highvp)
1509 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0))
1526 * returns the item with the given program, version number and netid.
1534 * Returns the RPCBLIST for the given prog, vers and netid
1538 * netid: Transport Provider token
1541 find_service(rpcprog_t prog, rpcvers_t vers, char *netid)
1550 (strcasecmp(rbl->rpcb_map.r_netid, netid) != 0))