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 | 367 ELM_MALLOC(rai, exit(1)); in getconfig() 518 ELM_MALLOC(pfx, exit(1)); in getconfig() 686 ELM_MALLOC(rti, exit(1)); in getconfig() 821 ELM_MALLOC(rdn, exit(1)); in getconfig() 829 ELM_MALLOC(rdna, goto getconfig_free_rdn); in getconfig() 873 ELM_MALLOC(dns, exit(1)); in getconfig() 881 ELM_MALLOC(dnsa, goto getconfig_free_dns); in getconfig() 1126 ELM_MALLOC(pfx, exit(1)); 1189 ELM_MALLOC(pfx, return); in invalidate_prefix()
|
H A D | rtadvd.h | 37 #define ELM_MALLOC(p,error_action) \ 35 #define ELM_MALLOC( global() 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()
|