Lines Matching refs:rhent
135 tsol_rhent_t rhent; in translate_inet_addr() local
234 tsol_rhent_t rhent; in process_rh() local
268 rhent.rh_prefix = strtol(cp1, &cp2, 0); in process_rh()
269 if (*cp2 != '\0' || errno != 0 || rhent.rh_prefix < 0) { in process_rh()
275 rhent.rh_prefix = -1; in process_rh()
308 rhent.rh_address.ta_family = AF_INET; in process_rh()
310 &rhent.rh_address.ta_addr_v4); in process_rh()
311 if (rhent.rh_prefix == -1) in process_rh()
312 rhent.rh_prefix = 32; in process_rh()
314 rhent.rh_address.ta_family = AF_INET6; in process_rh()
315 rhent.rh_address.ta_addr_v6 = ipv6addr; in process_rh()
316 if (rhent.rh_prefix == -1) in process_rh()
317 rhent.rh_prefix = 128; in process_rh()
319 rhent.rh_template[0] = '\0'; in process_rh()
320 rhentp = &rhent; in process_rh()
333 rhent.rh_address.ta_family)) == NULL) { in process_rh()
362 if (rhentp != &rhent) in process_rh()