| 1789 | |
| 1790 | |
| 1791 | aaa_message *dm_create_message(aaa_conn *_, int msg_type) |
| 1792 | { |
| 1793 | return _dm_create_message(_, msg_type, 0, 0, NULL); |
| 1794 | } |
| 1795 | |
| 1796 | |
| 1797 | int _dm_avp_add(aaa_conn *_, struct list_head *avp_arr, aaa_map *avp, void *val, |
nothing calls this directly
no test coverage detected