send_object_db   1026 bin/dbupdate/dbupdate.c                 result_from_RIPupd = send_object_db(object, NULL, "DEL");
send_object_db   1167 bin/dbupdate/dbupdate.c               result_from_RIPupd = send_object_db(obj_with_AUTO_NIC_hdl, assigned_NIC, "ADD");
send_object_db   1360 bin/dbupdate/dbupdate.c                     result_from_RIPupd = send_object_db(generated_obj, NULL, "UPD");
send_object_db   1631 bin/dbupdate/dbupdate.c                   result_from_RIPupd = send_object_db(generated_obj, NULL, "ADD");
send_object_db   1951 bin/dbupdate/dbupdate.c                   result_from_RIPupd = send_object_db(object, NULL, "DEL");
send_object_db    107 modules/up/dbupdate.h up_ripupd_result_struct * send_object_db(rpsl_object_t * object, char * assigned_NIC, char * operation);