OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipf_rx_find_addr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
radix_ipf.c
38
static ipf_rdx_node_t *
ipf_rx_find_addr
(ipf_rdx_node_t *, u_32_t *);
137
/* Function:
ipf_rx_find_addr
*/
146
ipf_rx_find_addr
(ipf_rdx_node_t *tree, u_32_t *addr)
function
190
node =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
251
found =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
340
node =
ipf_rx_find_addr
(head->root, addr);
578
found =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
/src/external/bsd/ipf/dist/
radix_ipf.c
38
static ipf_rdx_node_t *
ipf_rx_find_addr
__P((ipf_rdx_node_t *, u_32_t *));
143
/* Function:
ipf_rx_find_addr
*/
152
ipf_rx_find_addr
(tree, addr)
function
200
node =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
263
found =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
357
node =
ipf_rx_find_addr
(head->root, addr);
599
found =
ipf_rx_find_addr
(head->root, (u_32_t *)addr);
Completed in 206 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026