HomeSort by: relevance | last modified time | path
    Searched refs:rtmalloc (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/routed/
radix.h 107 m = (struct radix_mask *)rtmalloc(sizeof(*(m)), "MKGet"); }\
parms.c 326 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
605 intnetp = (struct intnet*)rtmalloc(sizeof(*intnetp),
641 r1netp = (struct r1net *)rtmalloc(sizeof(*r1netp),
822 tg = (struct tgate *)rtmalloc(sizeof(*tg),
944 parmp = (struct parm*)rtmalloc(sizeof(*parmp), "check_parms");
radix.c 451 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");
table.c 812 k = (struct khash *)rtmalloc(sizeof(*k), "kern_add");
1089 sysctl_buf = rtmalloc(sysctl_buf_size = needed,
1728 rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd");
defs.h 543 extern void *rtmalloc(size_t, const char *);
main.c 809 rtmalloc(size_t size, function in typeref:typename:void *
if.c 740 sysctl_buf = rtmalloc(sysctl_buf_size = needed,
1120 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp");

Completed in 20 milliseconds