Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dradix.h193 #define R_Malloc(p, t, n) \ macro
201 #define R_Malloc(p, t, n) (p = (t) malloc((n))) macro
H A Dradix.c100 R_Malloc(m, struct radix_mask *, sizeof(*m)); in MKGet()
587 R_Malloc(x, struct radix_node *, RN_MAXKEYLEN + 2 * (sizeof *x)); in rn_addmask()
1248 R_Malloc(rnh, struct radix_node_head *, sizeof *rnh); in rn_inithead()
H A Droute.c903 R_Malloc(rt, struct rtentry *, sizeof(struct rtentry)); in rtrequest1()
1216 R_Malloc(space, char *, dlen + glen); in rt_setgate()
1386 R_Malloc(rt->rt_shim[i], struct sockaddr *, shimlen); in rt_setshims()
/dragonfly/sys/netinet/
H A Dif_ether.c280 R_Malloc(la, struct llinfo_arp *, sizeof *la); in arp_rtrequest()
/dragonfly/sys/netinet6/
H A Dnd6.c1298 R_Malloc(ln, struct llinfo_nd6 *, sizeof(*ln)); in nd6_rtrequest()