Lines Matching defs:rhp
663 struct tsol_rhent *rhp;
668 rhp = &rh;
671 while ((rhp = (struct tsol_rhent *)
680 rhp->rh_template);
682 (void) strncpy(tp.name, rhp->rh_template, TNTNAMSIZ - 1);
687 rhp->rh_template);
689 rhp->rh_template);
693 af = rhp->rh_address.ta_family;
706 newflag = rhtable_search_and_update(rhp, 1);
722 newflag = rhtable_search_and_update_v6(rhp, 1);
1284 struct tnd_tnrhdb_c *rhp;
1311 rhp = (struct tnd_tnrhdb_c *)rhtable_lookup(saddrp, i);
1312 if (rhp != NULL) {
1313 (void) strcpy(result, rhp->rh_ent.rh_template);
1316 add_cache_entry(addr, result, i, rhp);
1346 struct tnd_tnrhdb_c *rhp;
1365 rhp = (struct tnd_tnrhdb_c *)
1367 if (rhp != NULL) {
1368 (void) strcpy(result, rhp->rh_ent.rh_template);
1371 add_cache_entry_v6(addr, result, i, rhp);