Searched refs:prhead (Results 1 – 2 of 2) sorted by relevance
1524 new->prhead = NULL;1533 insprspec(prspec, &cur_rmconf->prhead);1554 insprspec(prspec, &cur_rmconf->prhead);1587 if (cur_rmconf->prhead->spspec == NULL1589 && cur_rmconf->inherited_from->prhead) {1590 cur_rmconf->prhead->spspec = cur_rmconf->inherited_from->prhead->spspec;1592 if (set_isakmp_proposal(cur_rmconf, cur_rmconf->prhead) != 0)1905 cur_rmconf->prhead->lifetime = $3 * $4;1917 cur_rmconf->prhead->lifebyte = fix_lifebyte($3 * $4);1918 if (cur_rmconf->prhead->lifebyte == 0)[all …]
121 struct proposalspec *prhead; member