Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dradix_ipf.h31 u_32_t *maskkey; member
H A Dradix_ipf.c120 nodes[0].maskkey = (u_32_t *)mask; in buildnodes()
122 nodes[0].maskoff = nodes[0].maskkey + masklen; in buildnodes()
198 mask = cur[0].maskkey + i; in ipf_rx_match()
265 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) != in ipf_rx_lookup()
424 mask->mask = nodes[0].maskkey; in ipf_rx_insert()
/netbsd-src/external/bsd/ipf/dist/
H A Dradix_ipf.h31 u_32_t *maskkey; member
H A Dradix_ipf.c126 nodes[0].maskkey = (u_32_t *)mask;
128 nodes[0].maskoff = nodes[0].maskkey + masklen;
208 mask = cur[0].maskkey + i;
277 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
441 mask->mask = nodes[0].maskkey;
/netbsd-src/sbin/ifconfig/
H A Dparse.c705 const char *maskkey, struct parser *next) in paddr_create() argument
718 pa->pa_maskkey = maskkey; in paddr_create()