Searched refs:rtmalloc (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 399 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 D | radix.h | 114 m = (struct radix_mask *)rtmalloc(sizeof (*(m)), "MKGet"); }
|
H A D | radix.c | 471 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 D | defs.h | 670 extern void *rtmalloc(size_t, const char *);
|
H A D | main.c | 884 rtmalloc(size_t size, in rtmalloc() function
|
H A D | table.c | 953 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 D | if.c | 333 phyi = rtmalloc(sizeof (*phyi), "physical_interface"); in if_link() 1539 ifp = rtmalloc(sizeof (*ifp), "ifscan ifp"); in ifscan()
|
H A D | rdisc.c | 164 drs = rtmalloc(max_ads * sizeof (struct dr), "get_rdisc_sock"); in get_rdisc_sock()
|