Data Fields | |
u_int16_t | length |
length of key, formated like bit | |
u_int16_t | bit |
bit number to test for patricia | |
patnode_ * | left |
left branch for patricia search | |
patnode_ * | right |
right branch for same | |
union { | |
u_int8_t key [0] | |
start of key | |
u_int8_t * key_ptr [0] | |
pointer to key | |
} | patnode_keys |