cidr_ipv4_delete
Last updated March 2020
Name
cidr_ipv4_delete — Decrements the count for an IP address from a CIDR tree
Synopsis
#include "cidrtree/cidrtree.h"
| void **cidr_ipv4_delete** (
| root, | |
| | ip)
; | |
Description
Decrements the count for an IP address from a CIDR tree. If the count is decremented to zero, then we delete the IP address.
- root
-
The CIDR tree.
- ip
-
The IP address to remove from the tree.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?