Searched refs:ipAddressChoice (Results 1 – 2 of 2) sorted by relevance
51 ASN1_SIMPLE(IPAddressFamily, ipAddressChoice, IPAddressChoice)251 switch (f->ipAddressChoice->type) { in i2r_IPAddrBlocks()259 f->ipAddressChoice-> in i2r_IPAddrBlocks()520 if (f->ipAddressChoice == NULL && in make_IPAddressFamily()521 (f->ipAddressChoice = IPAddressChoice_new()) == NULL) in make_IPAddressFamily()546 f->ipAddressChoice == NULL || in X509v3_addr_add_inherit()547 (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges && in X509v3_addr_add_inherit()548 f->ipAddressChoice->u.addressesOrRanges != NULL)) in X509v3_addr_add_inherit()550 if (f->ipAddressChoice->type == IPAddressChoice_inherit && in X509v3_addr_add_inherit()551 f->ipAddressChoice->u.inherit != NULL) in X509v3_addr_add_inherit()[all …]
794 IPAddressChoice *ipAddressChoice; member