Skip to main content

Name

cidrrange_val_ipv4_free — Free the resources allocated for a list of CIDR blocks

Synopsis

#include "cidrtree/cidrrange.h"

| void **cidrrange_val_ipv4_free** ( | node); |   |

cidrrange_val_ipv4 * <var class="pdparam">node</var>;

Description

Free the resources allocated for a list of CIDR blocks.

Parameters

node

The address of the cidrrange_val_ipv4 list for which you want to free resources.

The following typedef applies to this data type:

typedef Skiplist cidrrange_val_ipv4;

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?