Searched refs:ipAddressChoice (Results 1 – 2 of 2) sorted by relevance
95 ASN1_SIMPLE(IPAddressFamily, ipAddressChoice, IPAddressChoice)295 switch (f->ipAddressChoice->type) { in i2r_IPAddrBlocks()303 f->ipAddressChoice-> in i2r_IPAddrBlocks()555 if (f->ipAddressChoice == NULL && in make_IPAddressFamily()556 (f->ipAddressChoice = IPAddressChoice_new()) == NULL) in make_IPAddressFamily()581 f->ipAddressChoice == NULL || in v3_addr_add_inherit()582 (f->ipAddressChoice->type == IPAddressChoice_addressesOrRanges && in v3_addr_add_inherit()583 f->ipAddressChoice->u.addressesOrRanges != NULL)) in v3_addr_add_inherit()585 if (f->ipAddressChoice->type == IPAddressChoice_inherit && in v3_addr_add_inherit()586 f->ipAddressChoice->u.inherit != NULL) in v3_addr_add_inherit()[all …]
791 IPAddressChoice *ipAddressChoice; member