Searched refs:rtmalloc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/routed/ |
H A D | parms.c | 313 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()"); in gwkludge() 574 intnetp = (struct intnet*)rtmalloc(sizeof(*intnetp), in parse_parms() 610 r1netp = (struct r1net *)rtmalloc(sizeof(*r1netp), in parse_parms() 794 tg = (struct tgate *)rtmalloc(sizeof(*tg), in parse_parms() 916 parmp = (struct parm*)rtmalloc(sizeof(*parmp), "check_parms"); in check_parms()
|
H A D | radix.h | 101 m = (struct radix_mask *)rtmalloc(sizeof(*(m)), "MKGet"); }\
|
H A D | radix.c | 440 x = (struct radix_node *)rtmalloc(max_keylen + 2*sizeof(*x), in rn_addmask() 848 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead"); in rn_inithead() 877 rn_zeros = (char *)rtmalloc(3 * max_keylen, "rn_init"); in rn_init()
|
H A D | table.c | 797 k = (struct khash *)rtmalloc(sizeof(*k), "kern_add"); in kern_add() 1072 sysctl_buf = rtmalloc(sysctl_buf_size = needed, in flush_kern() 1708 rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd"); in rtadd()
|
H A D | defs.h | 510 void *rtmalloc(size_t, const char *);
|
H A D | if.c | 694 sysctl_buf = rtmalloc(sysctl_buf_size = needed, in ifinit() 1071 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp"); in ifinit()
|
H A D | main.c | 781 rtmalloc(size_t size, in rtmalloc() function
|