Searched refs:rn_delete (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h169 # define rn_delete ipf_rn_delete macro
198 *rn_delete(void *, void *, struct radix_node_head *),
H A Dradix.c738 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) function
773 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
780 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
803 log(LOG_ERR, "rn_delete: couldn't find our annotation\n");
845 log(LOG_ERR, "rn_delete: couldn't find us\n");
901 "rn_delete: Orphaned Mask", m, x);
999 rnh->rnh_deladdr = rn_delete;
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h155 *rn_delete(void *, void *, struct radix_node_head *),
H A Dradix.c663 rn_delete(void *v_arg, function
699 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
704 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
725 log(LOG_ERR, "rn_delete: couldn't find our annotation\n");
749 else log(LOG_ERR, "rn_delete: couldn't find us\n");
789 "rn_delete: Orphaned Mask",
872 rnh->rnh_deladdr = rn_delete;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.h148 *rn_delete(const void *, const void *, struct radix_node_head *),
H A Dradix.c790 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
795 log(LOG_ERR, "rn_delete: inconsistent annotation\n");
817 log(LOG_ERR, "rn_delete: couldn't find our annotation\n");
855 log(LOG_ERR, "rn_delete: couldn't find us\n");
905 log(LOG_ERR, "rn_delete: Orphaned Mask %p at %p\n",
936 rn_delete( function
1063 rnh->rnh_deladdr = rn_delete;
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dat_rmx.c138 rn = rn_delete(v_arg, netmask_arg, head);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_table.c1044 rn = rn_delete(&ke->pfrke_sa, &mask, head);
1046 rn = rn_delete(&ke->pfrke_sa, NULL, head);

Completed in 132 milliseconds