Searched refs:ELM_MALLOC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/rtsold/ |
| H A D | rtsol.c | 91 #define ELM_MALLOC(p, error_action) do { \ macro 344 ELM_MALLOC(rai, exit(1)); in rtsol_input() 431 ELM_MALLOC(rao, break); in rtsol_input() 490 ELM_MALLOC(rao, break); in rtsol_input() 580 ELM_MALLOC(smp1, continue); in ra_opt_handler() 581 ELM_MALLOC(smp2, goto free1); in ra_opt_handler() 582 ELM_MALLOC(smp3, goto free2); in ra_opt_handler() 616 ELM_MALLOC(smp1, continue); in ra_opt_handler() 617 ELM_MALLOC(smp2, goto free1); in ra_opt_handler() 619 ELM_MALLOC(smp3, goto free2); in ra_opt_handler() [all …]
|
| /freebsd/usr.sbin/rtadvd/ |
| H A D | config.c | 372 ELM_MALLOC(rai, exit(1)); in getconfig() 517 ELM_MALLOC(pfx, exit(1)); in getconfig() 685 ELM_MALLOC(rti, exit(1)); in getconfig() 820 ELM_MALLOC(rdn, exit(1)); in getconfig() 828 ELM_MALLOC(rdna, goto getconfig_free_rdn); in getconfig() 872 ELM_MALLOC(dns, exit(1)); in getconfig() 880 ELM_MALLOC(dnsa, goto getconfig_free_dns); in getconfig() 925 ELM_MALLOC(prf64, exit(1)); in getconfig() 1139 ELM_MALLOC(pfx, exit(1)); in get_prefix() 1219 ELM_MALLOC(pfx, return); in add_prefix()
|
| H A D | rtadvd.h | 37 #define ELM_MALLOC(p,error_action) \ macro
|
| H A D | if.c | 362 ELM_MALLOC(ifi, exit(1)); in update_persist_ifinfo() 515 ELM_MALLOC(ifi, exit(1)); in update_ifinfo()
|