[#IPAddressChoice_st] = IPAddressChoice_st :mrdocs: RFC 3779 choice between inheriting IP address blocks and listing them. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct IPAddressChoice_st; ---- == Types [cols="1,4"] |=== | Name| Description | xref:IPAddressChoice_st/_01record.adoc[`Unnamed union`] | Choice payload selected by `type.` |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:IPAddressChoice_st/type.adoc[`type`] | Discriminator: IPAddressChoice_inherit or IPAddressChoice_addressesOrRanges. | xref:IPAddressChoice_st/u.adoc[`u`] | Choice payload selected by `type.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#