cidrrange_val_ipv4_free
Last updated March 2020
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)
; | |
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
Was this page helpful?