Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

kc_subnet_str - Information on subnets

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 mapped_name[8];

char relevant_bits[3];

char ip_addr_format[2];

char ipv4_address[15];

char ipv6_address[39];

char bcamappl[8];

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.