Searched refs:dupkey (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/
H A Dradix_ipf.c201 * Search the dupkey list for a potential match.
203 for (cur = node; (cur != NULL) && (cur->root == 0); cur = cur->dupkey) {
221 * node nor the dupkey list.
268 * no list of alternatives present at dupkey, return a failure.
271 if (count != found->maskbitcount && found->dupkey == NULL)
279 if (found->dupkey != NULL) {
282 node = node->dupkey;
537 x = x->dupkey;
549 nodes[0].dupkey = x;
550 prev->dupkey
[all...]
H A Dradix_ipf.h27 struct ipf_rdx_node *dupkey; member in struct:ipf_rdx_node
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c203 * Search the dupkey list for a potential match.
205 for (cur = node; (cur != NULL) && (cur->root == 0); cur = cur->dupkey) {
223 * node nor the dupkey list.
270 * no list of alternatives present at dupkey, return a failure.
273 if (count != found->maskbitcount && found->dupkey == NULL)
281 if (found->dupkey != NULL) {
284 node = node->dupkey;
539 x = x->dupkey;
551 nodes[0].dupkey = x;
552 prev->dupkey
[all...]
H A Dradix_ipf.h25 struct ipf_rdx_node *dupkey; member in struct:ipf_rdx_node

Completed in 62 milliseconds