|
struct radix_node * | rnh_addaddr (const void *v, const void *mask, struct radix_node_head *head, struct radix_node nodes[]) |
|
struct radix_node * | rnh_addpkt (const void *v, const void *mask, struct radix_node_head *head, struct radix_node nodes[]) |
|
struct radix_node * | rnh_deladdr (const void *v, const void *mask, struct radix_node_head *head) |
|
struct radix_node * | rnh_delpkt (const void *v, const void *mask, struct radix_node_head *head) |
|
struct radix_node * | rnh_matchaddr (const void *v, struct radix_node_head *head) |
|
struct radix_node * | rnh_lookup (const void *v, const void *mask, struct radix_node_head *head) |
|
struct radix_node * | rnh_matchpkt (const void *v, struct radix_node_head *head) |
|
Definition at line 97 of file radix.h.
◆ rnh_addaddr()
◆ rnh_addpkt()
◆ rnh_deladdr()
◆ rnh_delpkt()
◆ rnh_lookup()
◆ rnh_matchaddr()
◆ rnh_matchpkt()
◆ rnh_addrsize
i32 radix_node_head::rnh_addrsize |
◆ rnh_nodes
◆ rnh_pktsize
i32 radix_node_head::rnh_pktsize |
◆ rnh_treetop
The documentation for this struct was generated from the following file: