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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h114 m = (struct radix_mask *)rtmalloc(sizeof (*(m)), "MKGet"); }
H A Dparms.c399 ifp = rtmalloc(sizeof (*ifp), "gwkludge()");
621 intnetp = rtmalloc(sizeof (*intnetp),
659 r1netp = rtmalloc(sizeof (*r1netp), "parse_parms ripv1_mask");
863 tg = rtmalloc(sizeof (*tg),
974 parmp = rtmalloc(sizeof (*parmp), "insert_parm");
H A Dradix.c471 x = rtmalloc(max_keylen + 2*sizeof (*x), "rn_addmask");
960 rnh = rtmalloc(sizeof (*rnh), "rn_inithead");
990 rn_zeros = rtmalloc(3 * max_keylen, "rn_init");
H A Ddefs.h670 extern void *rtmalloc(size_t, const char *);
H A Dtable.c953 k = rtmalloc(sizeof (*k), "kern_add");
2318 rt = rtmalloc(sizeof (*rt), "rtadd");
2320 rt->rt_spares = rtmalloc(SPARE_INC * sizeof (struct rt_spare),
H A Dif.c333 phyi = rtmalloc(sizeof (*phyi), "physical_interface");
1539 ifp = rtmalloc(sizeof (*ifp), "ifscan ifp");
H A Dmain.c884 rtmalloc(size_t size, function
H A Drdisc.c164 drs = rtmalloc(max_ads * sizeof (struct dr), "get_rdisc_sock");

Completed in 104 milliseconds