Lines Matching defs:rhent
135 tsol_rhent_t rhent;
233 tsol_rhent_t rhent;
267 rhent.rh_prefix = strtol(cp1, &cp2, 0);
268 if (*cp2 != '\0' || errno != 0 || rhent.rh_prefix < 0) {
274 rhent.rh_prefix = -1;
307 rhent.rh_address.ta_family = AF_INET;
309 &rhent.rh_address.ta_addr_v4);
310 if (rhent.rh_prefix == -1)
311 rhent.rh_prefix = 32;
313 rhent.rh_address.ta_family = AF_INET6;
314 rhent.rh_address.ta_addr_v6 = ipv6addr;
315 if (rhent.rh_prefix == -1)
316 rhent.rh_prefix = 128;
318 rhent.rh_template[0] = '\0';
319 rhentp = &rhent;
332 rhent.rh_address.ta_family)) == NULL) {
361 if (rhentp != &rhent)