Searched refs:ELM_MALLOC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/usr.sbin/rtsold/ |
| HD | 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-14-stable/usr.sbin/rtadvd/ |
| HD | 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() 1074 ELM_MALLOC(pfx, exit(1)); in get_prefix() 1137 ELM_MALLOC(pfx, return); in add_prefix()
|
| HD | rtadvd.h | 35 #define ELM_MALLOC(p,error_action) \ macro
|
| HD | if.c | 364 ELM_MALLOC(ifi, exit(1)); in update_persist_ifinfo() 517 ELM_MALLOC(ifi, exit(1)); in update_ifinfo()
|