Home
last modified time | relevance | path

Searched refs:facility_encode_header (Results 1 – 6 of 6) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_facility.c999 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_diverting_leg_information1()
1160 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_diverting_leg_information2()
1297 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_diverting_leg_information3()
1368 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_dms100_rlt_initiate_transfer()
1447 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_dms100_rlt_transfer_ability()
1777 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_mwi_indicate_message()
1922 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_ni2_initiate_transfer()
2126 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_call_rerouting()
2190 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_call_deflection()
2543 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ect_explicit_execute()
[all …]
H A Dpri_aoc.c894 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aoce_currency()
963 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aoce_charging_unit()
1032 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aocd_charging_unit()
1079 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aocd_currency()
1126 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aocs_special_arrangement()
1164 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aocs_currency()
1207 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aoc_request_response()
1270 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_aoc_request()
H A Dpri_cc.c462 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptp_cc_operation()
493 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_cc_available()
569 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_erase_call_linkage()
653 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_ccbs_erase()
758 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_ccbs_status_request_rsp()
791 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_ccbs_status_request()
836 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_cc_request()
869 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptp_cc_request()
1064 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_cc_deactivate()
1145 pos = facility_encode_header(ctrl, pos, end, NULL); in enc_etsi_ptmp_ccbs_b_free()
[all …]
H A Drose.h4414 unsigned char *facility_encode_header(struct pri *ctrl, unsigned char *pos,
H A Drose.c2332 unsigned char *facility_encode_header(struct pri *ctrl, unsigned char *pos, in facility_encode_header() function
H A Drosetest.c2963 enc_pos = facility_encode_header(ctrl, buf, enc_end, header); in rose_test_msg()