Home
last modified time | relevance | path

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

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