Searched refs:R_Malloc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/net/ |
| H A D | radix.h | 100 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\ 130 #define R_Malloc(p, t, n) (p = (t) malloc((size_t)(n), M_RTABLE, M_NOWAIT)) macro
|
| H A D | radix.c | 522 R_Malloc(x, struct radix_node *, max_keylen + 2 * sizeof (*x)); in rn_addmask() 1072 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead() 1129 R_Malloc(rn_zeros, char *, 3 * max_keylen); in rn_init()
|
| H A D | rtsock_shared.c | 632 R_Malloc(*new_rtm, struct rt_xmsghdr *, len); in route_output_report() 682 R_Malloc(rtm, struct rt_xmsghdr *, len); in COMPATNAME()
|
| H A D | route.c | 1842 R_Malloc(rtq, struct rttimer_queue *, sizeof *rtq); in rt_timer_queue_create()
|