Home
last modified time | relevance | path

Searched refs:removeIP4Node (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ipdbtools/ipdb-1.1.2/
H A Dstore.c254 int removeIP4Node(uint32_t ip, IP4Node **node) in removeIP4Node() function
263 change = +removeIP4Node(ip, &o->L); in removeIP4Node()
266 change = -removeIP4Node(ip, &o->R); in removeIP4Node()
H A Dipdb.c127 removeIP4Node(node->lo, &IP4Store); count--; in readRIRStatisticsFormat_v2()
H A Dstore.h49 int removeIP4Node(uint32_t ip, IP4Node **node);