new_tag
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Null,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTCTime,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_TeletexString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTF8String,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_PrintableString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_VisibleString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_IA5String,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BMPString,
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UniversalString,
static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
$$ = new_tag(ASN1_C_UNIV, UT_Boolean,
$$ = new_tag(ASN1_C_UNIV, UT_Integer,
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_OID,
$$ = new_tag(ASN1_C_UNIV, UT_OctetString,
$$ = new_tag(ASN1_C_UNIV, UT_Null,
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
$$ = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
$$ = new_tag(ASN1_C_UNIV, UT_UTCTime,
$$ = new_tag(ASN1_C_UNIV, UT_GeneralString,
$$ = new_tag(ASN1_C_UNIV, UT_TeletexString,
$$ = new_tag(ASN1_C_UNIV, UT_UTF8String,
$$ = new_tag(ASN1_C_UNIV, UT_PrintableString,
$$ = new_tag(ASN1_C_UNIV, UT_VisibleString,
$$ = new_tag(ASN1_C_UNIV, UT_IA5String,
$$ = new_tag(ASN1_C_UNIV, UT_BMPString,
$$ = new_tag(ASN1_C_UNIV, UT_UniversalString,
struct bnxt_vlan_tag *new_tag;
new_tag = malloc(sizeof(struct bnxt_vlan_tag), M_DEVBUF, M_NOWAIT);
if (new_tag == NULL)
new_tag->tag = vtag;
new_tag->filter_id = -1;
SLIST_INSERT_HEAD(&softc->vnic_info.vlan_tags, new_tag, next);
__le16 new_tag;
u16 old_tag, u16 new_tag, u16 *tags_used,
cmd->new_tag = CPU_TO_LE16(new_tag);
u16 old_tag, u16 new_tag, u16 *tags_used,
new_tag:
goto new_tag;