The data structure kc_subnet_str is defined for object type KC_SUBNET. For KC_GET_OBJECT, UTM returns the generation data for subnets.
data structure kc_subnet_str |
|
|
|
|
|
|
char resolve_names; |
The fields in the data structure have the following meanings:
mapped_name
Contains the mapped_name from the KDCDEF statement SUBNET.
relevant_bits
Contains the number of bits relevant for the subnet mask.
ip_addr_format
Specifies the address format:
V4 | The address is an IPv4 subnet address. |
V6 | The address is an IPv6 subnet address. |
ipv4_address
For ip_addr_format=V4 contains the IPv4 subnet address, otherwise blanks.
ipv6_address
For ip_addr_format=V6 contains the IPv6 subnet address, otherwise blanks.
bcamappl
Contains the BCAMAPPL name from the KDCDEF statement SUBNET.
resolve_names
Specifies whether or not a name resolution via DNS is to take place after a connection is established. See KDCDEF Statement SUBNET.