Home
last modified time | relevance | path

Searched refs:addrkey (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/
Dradix_ipf.c125 nodes[0].addrkey = (u_32_t *)addr;
127 nodes[0].addroff = nodes[0].addrkey + masklen;
206 i = cur[0].addroff - cur[0].addrkey;
207 data = cur[0].addrkey + i;
232 cur->addrkey[i])
277 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
355 addr = nodes[0].addrkey;
360 data= (u_32_t *)&((addrfamily_t *)node->addrkey)->adf_addr;
392 key = nodes[0].addrkey;
417 nodekey = nodes[0].addrkey[nodeoff];
[all …]
Dradix_ipf.h30 u_32_t *addrkey; member
/netbsd/src/sys/external/bsd/ipf/netinet/
Dradix_ipf.c119 nodes[0].addrkey = (u_32_t *)addr; in buildnodes()
121 nodes[0].addroff = nodes[0].addrkey + masklen; in buildnodes()
196 i = cur[0].addroff - cur[0].addrkey; in ipf_rx_match()
197 data = cur[0].addrkey + i; in ipf_rx_match()
222 cur->addrkey[i]) in ipf_rx_match()
265 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) != in ipf_rx_lookup()
338 addr = nodes[0].addrkey; in ipf_rx_insert()
343 data= (u_32_t *)&((addrfamily_t *)node->addrkey)->adf_addr; in ipf_rx_insert()
375 key = nodes[0].addrkey; in ipf_rx_insert()
400 nodekey = nodes[0].addrkey[nodeoff]; in ipf_rx_insert()
[all …]
Dradix_ipf.h30 u_32_t *addrkey; member
/netbsd/src/sbin/ifconfig/
Dparse.c704 paddr_create(const char *name, parser_exec_t pexec, const char *addrkey, in paddr_create() argument
717 pa->pa_addrkey = addrkey; in paddr_create()