Searched refs:ipAddressChoice (Results 1 – 2 of 2) sorted by relevance
178 .offset = offsetof(IPAddressFamily, ipAddressChoice),320 if (af == NULL || af->ipAddressChoice == NULL) in IPAddressFamily_type()323 switch (af->ipAddressChoice->type) { in IPAddressFamily_type()326 return af->ipAddressChoice->type; in IPAddressFamily_type()336 return af->ipAddressChoice->u.addressesOrRanges; in IPAddressFamily_addressesOrRanges()345 return af->ipAddressChoice->u.inherit; in IPAddressFamily_inheritance()359 if ((af->ipAddressChoice->u.inherit = ASN1_NULL_new()) == NULL) in IPAddressFamily_set_inheritance()361 af->ipAddressChoice->type = IPAddressChoice_inherit; in IPAddressFamily_set_inheritance()1130 af->ipAddressChoice->type = IPAddressChoice_addressesOrRanges; in make_prefix_or_range()1131 af->ipAddressChoice->u.addressesOrRanges = aors; in make_prefix_or_range()
944 IPAddressChoice *ipAddressChoice; member