Lines Matching refs:rhentp
88 static void update_rh_entry(int op, struct tsol_rhent *rhentp);
1518 struct tsol_rhent rhentp;
1520 (void) memset((char *)&rhentp, '\0', sizeof (rhentp));
1533 rhentp.rh_address.ip_addr_v4.sin_addr.s_addr =
1535 rhentp.rh_address.ip_addr_v4.sin_family =
1537 rhentp.rh_prefix = tlbt->masklen_used;
1538 (void) strcpy(rhentp.rh_template,
1546 update_rh_entry(tlbt->reload, &rhentp);
1582 struct tsol_rhent rhentp;
1584 (void) memset((char *)&rhentp, '\0', sizeof (rhentp));
1596 (void) memcpy(&rhentp.rh_address.ip_addr_v6.sin6_addr,
1598 rhentp.rh_address.ip_addr_v6.sin6_family = AF_INET6;
1599 rhentp.rh_prefix = tlbt->masklen_used;
1600 (void) strcpy(rhentp.rh_template, tlbt->template_name);
1602 update_rh_entry(tlbt->reload, &rhentp);
1637 update_rh_entry(int op, struct tsol_rhent *rhentp)
1641 print_entry(rhentp, AF_INET);
1643 if (tnrh(op, rhentp) != 0) {
1652 rhentp->rh_template);
1657 rhentp->rh_template);