Searched refs:rtmalloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sbin/routed/
H A Dradix.h103 m = (struct radix_mask *)rtmalloc(sizeof(*(m)), "MKGet"); }\
H A Dparms.c323 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
584 intnetp = (struct intnet*)rtmalloc(sizeof(*intnetp),
618 r1netp = (struct r1net *)rtmalloc(sizeof(*r1netp),
800 tg = (struct tgate *)rtmalloc(sizeof(*tg),
920 parmp = (struct parm*)rtmalloc(sizeof(*parmp), "check_parms");
H A Dradix.c451 x = (struct radix_node *)rtmalloc(max_keylen + 2*sizeof(*x),
859 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead");
888 rn_zeros = (char *)rtmalloc(3 * max_keylen, "rn_init");
H A Dif.c704 sysctl_buf = rtmalloc(sysctl_buf_size = needed,
1093 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp");
H A Dtable.c807 k = (struct khash *)rtmalloc(sizeof(*k), "kern_add");
1082 sysctl_buf = rtmalloc(sysctl_buf_size = needed,
1709 rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd");
H A Ddefs.h543 void *rtmalloc(size_t, const char *);
H A Dmain.c806 rtmalloc(size_t size, function

Completed in 87 milliseconds