Skip to main content

Name

cidrrange_val_ipv4_dump — Render the cidrrange_val_ipv4 to a string

Synopsis

#include "cidrtree/cidrrange.h"

| void **cidrrange_val_ipv4_dump** ( | root, |   | |   | out); |   |

cidrrange_val_ipv4 * <var class="pdparam">root</var>; string * <var class="pdparam">out</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Render the cidrrange_val_ipv4 to a string.

Parameters

root

the root of the range

out

the string to render into

Was this page helpful?