Searched refs:ipAddressChoice (Results 1 – 2 of 2) sorted by relevance
49 ASN1_SIMPLE(IPAddressFamily, ipAddressChoice, IPAddressChoice)249 switch (f->ipAddressChoice->type) { in i2r_IPAddrBlocks()257 f->ipAddressChoice-> in i2r_IPAddrBlocks()508 if (f->ipAddressChoice == NULL && in make_IPAddressFamily()509 (f->ipAddressChoice = IPAddressChoice_new()) == NULL) in make_IPAddressFamily()534 f->ipAddressChoice == NULL || in X509v3_addr_add_inherit()535 (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges && in X509v3_addr_add_inherit()536 f->ipAddressChoice->u.addressesOrRanges != NULL)) in X509v3_addr_add_inherit()538 if (f->ipAddressChoice->type == IPAddressChoice_inherit && in X509v3_addr_add_inherit()539 f->ipAddressChoice->u.inherit != NULL) in X509v3_addr_add_inherit()[all …]
794 IPAddressChoice *ipAddressChoice; member