Searched refs:rn_addmask (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h167 # define rn_addmask ipf_rn_addmask macro
195 *rn_addmask(void *, int, int),
H A Dradix.c107 struct radix_node *rn_addmask(int, int, void *);
210 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
451 rn_addmask(void *n_arg, int search, int skip) function
463 log(LOG_DEBUG, "rn_addmask(%p,%d,%d)\n", n_arg, search, skip);
504 log(LOG_ERR, "rn_addmask: mask impossibly already in tree\n");
593 if ((x = rn_addmask(netmask, 0, top->rn_off)) == 0)
761 if ((x = rn_addmask(netmask, 1, head_off)) == 0)
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h152 *rn_addmask(void *, int, int),
H A Dradix.c172 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
412 rn_addmask(void *n_arg, int search, int skip) function
452 "rn_addmask");
459 log(LOG_ERR, "rn_addmask: mask impossibly already in tree");
541 if ((x = rn_addmask(netmask, 0, top->rn_off)) == 0)
688 if ((x = rn_addmask(netmask, 1, head_off)) == 0)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h143 *rn_addmask(const void *, int, int),
H A Dradix.c200 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
477 rn_addmask( function
528 log(LOG_ERR, "rn_addmask: mask impossibly already in tree\n");
616 if ((x = rn_addmask(netmask, 0, top->rn_off)) == NULL)
779 if ((x = rn_addmask(netmask, 1, head_off)) == NULL)

Completed in 85 milliseconds