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