Home
last modified time | relevance | path

Searched refs:R_Malloc (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dradix.h147 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\
197 #define R_Malloc(p, t, n) (p = (t) malloc((unsigned int)(n))) macro
203 #define R_Malloc(p, t, n) (p = (t) _MALLOC((uint32_t)(n), M_RTABLE, M_WAITOK)) macro
H A Dradix.c562 R_Malloc(x, struct radix_node *, max_keylen + 2 * sizeof(*x)); in rn_addmask()
1229 R_Malloc(rnh, struct radix_node_head *, sizeof(*rnh)); in rn_inithead()
1274 R_Malloc(rn_zeros, char *, 3 * max_keylen); in rn_init()
H A Drtsock.c343 R_Malloc(rtm, struct rt_msghdr *, len); in route_output()
626 R_Malloc(out_rtm, struct rt_msghdr *, len); in route_output()
H A Droute.c2840 R_Malloc(new, caddr_t, dlen + glen); in rt_setgate()