cidrrange_val_ipv4_free
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.
- 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;
This function returns void
.
It is legal to call this function in any thread.
See Also
cidr_ipv4_delete, cidrrange_val_ipv4_new, cidrrange_val_ipv4_query, and cidrrange_val_ipv4_update.