Searched refs:rhentp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c171 tsol_rhent_t *rhentp = NULL; local
206 if ((rhentp = calloc(1, sizeof (*rhentp))) == NULL) {
220 rhentp->rh_prefix = strtol(cp, &cp2, 0);
232 rhentp->rh_prefix = -1;
235 if (strlcpy(rhentp->rh_template, template,
236 sizeof (rhentp->rh_template)) >= sizeof (rhentp->rh_template)) {
241 if (!parse_address(rhentp, addrbuf)) {
249 address, rhentp
[all...]
H A Dtsol_getrhent.c134 tsol_rhent_t *rhentp = NULL; local
142 rhentp = rhstr_to_ent(rhstrp, &err, &errstr);
143 while (rhentp == NULL) {
159 rhentp = rhstr_to_ent(rhstrp, &err, &errstr);
161 return (rhentp);

Completed in 21 milliseconds