Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dparms.c311 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()"); in gwkludge()
588 intnetp = (struct intnet*)rtmalloc(sizeof(*intnetp), in parse_parms()
622 r1netp = (struct r1net *)rtmalloc(sizeof(*r1netp), in parse_parms()
785 tg = (struct tgate *)rtmalloc(sizeof(*tg), in parse_parms()
891 parmp = (struct parm*)rtmalloc(sizeof(*parmp), "check_parms"); in check_parms()
H A Dtable.c789 k = (struct khash *)rtmalloc(sizeof(*k), "kern_add"); in kern_add()
1062 sysctl_buf = rtmalloc(sysctl_buf_size = needed, in flush_kern()
1658 rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd"); in rtadd()
H A Ddefs.h513 extern void *rtmalloc(size_t, const char *);
H A Dif.c703 sysctl_buf = rtmalloc(sysctl_buf_size = needed, in ifinit()
1074 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp"); in ifinit()
H A Dmain.c769 rtmalloc(size_t size, in rtmalloc() function