Lines Matching refs:rhentp
86 static void update_rh_entry(int op, struct tsol_rhent *rhentp);
1516 struct tsol_rhent rhentp; in load_rh_marked() local
1518 (void) memset((char *)&rhentp, '\0', sizeof (rhentp)); in load_rh_marked()
1531 rhentp.rh_address.ip_addr_v4.sin_addr.s_addr = in load_rh_marked()
1533 rhentp.rh_address.ip_addr_v4.sin_family = in load_rh_marked()
1535 rhentp.rh_prefix = tlbt->masklen_used; in load_rh_marked()
1536 (void) strcpy(rhentp.rh_template, in load_rh_marked()
1544 update_rh_entry(tlbt->reload, &rhentp); in load_rh_marked()
1580 struct tsol_rhent rhentp; in load_rh_marked_v6() local
1582 (void) memset((char *)&rhentp, '\0', sizeof (rhentp)); in load_rh_marked_v6()
1594 (void) memcpy(&rhentp.rh_address.ip_addr_v6.sin6_addr, in load_rh_marked_v6()
1596 rhentp.rh_address.ip_addr_v6.sin6_family = AF_INET6; in load_rh_marked_v6()
1597 rhentp.rh_prefix = tlbt->masklen_used; in load_rh_marked_v6()
1598 (void) strcpy(rhentp.rh_template, tlbt->template_name); in load_rh_marked_v6()
1600 update_rh_entry(tlbt->reload, &rhentp); in load_rh_marked_v6()
1635 update_rh_entry(int op, struct tsol_rhent *rhentp) in update_rh_entry() argument
1639 print_entry(rhentp, AF_INET); in update_rh_entry()
1641 if (tnrh(op, rhentp) != 0) { in update_rh_entry()
1650 rhentp->rh_template); in update_rh_entry()
1655 rhentp->rh_template); in update_rh_entry()