Lines Matching refs:rhentp
172 tsol_rhent_t *rhentp = NULL;
207 if ((rhentp = calloc(1, sizeof (*rhentp))) == NULL) {
221 rhentp->rh_prefix = strtol(cp, &cp2, 0);
233 rhentp->rh_prefix = -1;
236 if (strlcpy(rhentp->rh_template, template,
237 sizeof (rhentp->rh_template)) >= sizeof (rhentp->rh_template)) {
242 if (!parse_address(rhentp, addrbuf)) {
250 address, rhentp->rh_template);
253 return (rhentp);
257 tsol_freerhent(rhentp);