Home
last modified time | relevance | path

Searched refs:t30_state_t (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dt30_api.h116 const char *t30_get_tx_ident(t30_state_t *s);
123 const char *t30_get_rx_ident(t30_state_t *s);
137 const char *t30_get_tx_sub_address(t30_state_t *s);
144 const char *t30_get_rx_sub_address(t30_state_t *s);
232 const char *t30_get_tx_password(t30_state_t *s);
240 const char *t30_get_rx_password(t30_state_t *s);
409 const char *t30_get_rx_country(t30_state_t *s);
415 const char *t30_get_rx_vendor(t30_state_t *s);
421 const char *t30_get_rx_model(t30_state_t *s);
444 void t30_set_iaf_mode(t30_state_t *s, int iaf);
[all …]
H A Dt30.h147 typedef struct t30_state_s t30_state_t; typedef
160 typedef int (t30_phase_b_handler_t)(t30_state_t *s, void *user_data, int result);
190 typedef void (t30_real_time_frame_handler_t)(t30_state_t *s,
764 t30_state_t *t30_init(t30_state_t *s,
777 int t30_release(t30_state_t *s);
783 int t30_free(t30_state_t *s);
789 int t30_restart(t30_state_t *s);
794 void t30_terminate(t30_state_t *s);
853 void t30_timer_update(t30_state_t *s, int samples);
859 void t30_get_transfer_statistics(t30_state_t *s, t30_stats_t *t);
[all …]
H A Dt38_terminal.h119 t30_state_t t30;
156 t30_state_t *t38_terminal_get_t30_state(t38_terminal_state_t *s);
H A Dfax.h101 t30_state_t t30;
158 t30_state_t *fax_get_t30_state(fax_state_t *s);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dt30_api.h135 SPAN_DECLARE(const char *) t30_get_tx_ident(t30_state_t *s);
141 SPAN_DECLARE(const char *) t30_get_rx_ident(t30_state_t *s);
154 SPAN_DECLARE(const char *) t30_get_tx_sub_address(t30_state_t *s);
160 SPAN_DECLARE(const char *) t30_get_rx_sub_address(t30_state_t *s);
241 SPAN_DECLARE(const char *) t30_get_tx_password(t30_state_t *s);
248 SPAN_DECLARE(const char *) t30_get_rx_password(t30_state_t *s);
423 SPAN_DECLARE(const char *) t30_get_rx_country(t30_state_t *s);
429 SPAN_DECLARE(const char *) t30_get_rx_vendor(t30_state_t *s);
435 SPAN_DECLARE(const char *) t30_get_rx_model(t30_state_t *s);
458 SPAN_DECLARE(void) t30_set_iaf_mode(t30_state_t *s, bool iaf);
[all …]
H A Dt30.h148 typedef struct t30_state_s t30_state_t; typedef
528 SPAN_DECLARE(t30_state_t *) t30_init(t30_state_t *s,
541 SPAN_DECLARE(int) t30_release(t30_state_t *s);
547 SPAN_DECLARE(int) t30_free(t30_state_t *s);
555 SPAN_DECLARE(int) t30_restart(t30_state_t *s, bool calling_party);
562 SPAN_DECLARE(int) t30_call_active(t30_state_t *s);
567 SPAN_DECLARE(void) t30_terminate(t30_state_t *s);
614 SPAN_DECLARE(void) t30_timer_update(t30_state_t *s, int samples);
620 SPAN_DECLARE(void) t30_get_transfer_statistics(t30_state_t *s, t30_stats_t *t);
626 SPAN_DECLARE(void) t30_local_interrupt_request(t30_state_t *s, int state);
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dt30_api.h135 SPAN_DECLARE(const char *) t30_get_tx_ident(t30_state_t *s);
141 SPAN_DECLARE(const char *) t30_get_rx_ident(t30_state_t *s);
154 SPAN_DECLARE(const char *) t30_get_tx_sub_address(t30_state_t *s);
160 SPAN_DECLARE(const char *) t30_get_rx_sub_address(t30_state_t *s);
241 SPAN_DECLARE(const char *) t30_get_tx_password(t30_state_t *s);
248 SPAN_DECLARE(const char *) t30_get_rx_password(t30_state_t *s);
423 SPAN_DECLARE(const char *) t30_get_rx_country(t30_state_t *s);
429 SPAN_DECLARE(const char *) t30_get_rx_vendor(t30_state_t *s);
435 SPAN_DECLARE(const char *) t30_get_rx_model(t30_state_t *s);
458 SPAN_DECLARE(void) t30_set_iaf_mode(t30_state_t *s, bool iaf);
[all …]
H A Dt30.h148 typedef struct t30_state_s t30_state_t; typedef
528 SPAN_DECLARE(t30_state_t *) t30_init(t30_state_t *s,
541 SPAN_DECLARE(int) t30_release(t30_state_t *s);
547 SPAN_DECLARE(int) t30_free(t30_state_t *s);
555 SPAN_DECLARE(int) t30_restart(t30_state_t *s, bool calling_party);
562 SPAN_DECLARE(int) t30_call_active(t30_state_t *s);
567 SPAN_DECLARE(void) t30_terminate(t30_state_t *s);
614 SPAN_DECLARE(void) t30_timer_update(t30_state_t *s, int samples);
620 SPAN_DECLARE(void) t30_get_transfer_statistics(t30_state_t *s, t30_stats_t *t);
626 SPAN_DECLARE(void) t30_local_interrupt_request(t30_state_t *s, int state);
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dt30_api.c87 const char *t30_get_tx_ident(t30_state_t *s) in t30_get_tx_ident()
95 const char *t30_get_rx_ident(t30_state_t *s) in t30_get_rx_ident()
117 const char *t30_get_tx_sub_address(t30_state_t *s) in t30_get_tx_sub_address()
125 const char *t30_get_rx_sub_address(t30_state_t *s) in t30_get_rx_sub_address()
237 const char *t30_get_tx_password(t30_state_t *s) in t30_get_tx_password()
245 const char *t30_get_rx_password(t30_state_t *s) in t30_get_rx_password()
556 const char *t30_get_rx_country(t30_state_t *s) in t30_get_rx_country()
562 const char *t30_get_rx_vendor(t30_state_t *s) in t30_get_rx_vendor()
568 const char *t30_get_rx_model(t30_state_t *s) in t30_get_rx_model()
591 void t30_set_iaf_mode(t30_state_t *s, int iaf) in t30_set_iaf_mode()
[all …]
H A Dt30.c4647 t30_state_t *s; in t30_non_ecm_put_bit()
4787 t30_state_t *s; in t30_non_ecm_put_byte()
4822 t30_state_t *s; in t30_non_ecm_put_chunk()
4862 t30_state_t *s; in t30_non_ecm_get_bit()
4897 t30_state_t *s; in t30_non_ecm_get_byte()
4932 t30_state_t *s; in t30_non_ecm_get_chunk()
4966 t30_state_t *s; in t30_hdlc_accept()
5065 t30_state_t *s; in t30_front_end_status()
5469 int t30_restart(t30_state_t *s) in t30_restart()
5501 t30_state_t *t30_init(t30_state_t *s, in t30_init()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dt30_api.c184 SPAN_DECLARE(const char *) t30_get_tx_ident(t30_state_t *s) in t30_get_tx_ident()
193 SPAN_DECLARE(const char *) t30_get_rx_ident(t30_state_t *s) in t30_get_rx_ident()
218 SPAN_DECLARE(const char *) t30_get_tx_sub_address(t30_state_t *s) in t30_get_tx_sub_address()
227 SPAN_DECLARE(const char *) t30_get_rx_sub_address(t30_state_t *s) in t30_get_rx_sub_address()
354 SPAN_DECLARE(const char *) t30_get_tx_password(t30_state_t *s) in t30_get_tx_password()
363 SPAN_DECLARE(const char *) t30_get_rx_password(t30_state_t *s) in t30_get_rx_password()
743 SPAN_DECLARE(const char *) t30_get_rx_country(t30_state_t *s) in t30_get_rx_country()
749 SPAN_DECLARE(const char *) t30_get_rx_vendor(t30_state_t *s) in t30_get_rx_vendor()
755 SPAN_DECLARE(const char *) t30_get_rx_model(t30_state_t *s) in t30_get_rx_model()
778 SPAN_DECLARE(void) t30_set_iaf_mode(t30_state_t *s, bool iaf) in t30_set_iaf_mode()
[all …]
H A Dt30.c435 static void send_dcn(t30_state_t *s);
929 static void send_rr(t30_state_t *s) in send_rr()
6307 t30_state_t *s; in t30_non_ecm_rx_status()
6418 t30_state_t *s; in t30_non_ecm_put_bit()
6467 t30_state_t *s; in t30_non_ecm_put()
6517 t30_state_t *s; in t30_non_ecm_get_bit()
6554 t30_state_t *s; in t30_non_ecm_get()
6591 t30_state_t *s; in t30_hdlc_rx_status()
6723 t30_state_t *s; in t30_hdlc_accept()
6801 t30_state_t *s; in t30_front_end_status()
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dt30_api.c184 SPAN_DECLARE(const char *) t30_get_tx_ident(t30_state_t *s) in t30_get_tx_ident()
193 SPAN_DECLARE(const char *) t30_get_rx_ident(t30_state_t *s) in t30_get_rx_ident()
218 SPAN_DECLARE(const char *) t30_get_tx_sub_address(t30_state_t *s) in t30_get_tx_sub_address()
227 SPAN_DECLARE(const char *) t30_get_rx_sub_address(t30_state_t *s) in t30_get_rx_sub_address()
354 SPAN_DECLARE(const char *) t30_get_tx_password(t30_state_t *s) in t30_get_tx_password()
363 SPAN_DECLARE(const char *) t30_get_rx_password(t30_state_t *s) in t30_get_rx_password()
743 SPAN_DECLARE(const char *) t30_get_rx_country(t30_state_t *s) in t30_get_rx_country()
749 SPAN_DECLARE(const char *) t30_get_rx_vendor(t30_state_t *s) in t30_get_rx_vendor()
755 SPAN_DECLARE(const char *) t30_get_rx_model(t30_state_t *s) in t30_get_rx_model()
778 SPAN_DECLARE(void) t30_set_iaf_mode(t30_state_t *s, bool iaf) in t30_set_iaf_mode()
[all …]
H A Dt30.c435 static void send_dcn(t30_state_t *s);
929 static void send_rr(t30_state_t *s) in send_rr()
6307 t30_state_t *s; in t30_non_ecm_rx_status()
6418 t30_state_t *s; in t30_non_ecm_put_bit()
6467 t30_state_t *s; in t30_non_ecm_put()
6517 t30_state_t *s; in t30_non_ecm_get_bit()
6554 t30_state_t *s; in t30_non_ecm_get()
6591 t30_state_t *s; in t30_hdlc_rx_status()
6723 t30_state_t *s; in t30_hdlc_accept()
6801 t30_state_t *s; in t30_front_end_status()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dfax_utils.h36 void fax_log_tx_parameters(t30_state_t *s, const char *tag);
38 void fax_log_rx_parameters(t30_state_t *s, const char *tag);
40 void fax_log_page_transfer_statistics(t30_state_t *s, const char *tag);
42 void fax_log_final_transfer_statistics(t30_state_t *s, const char *tag);
H A Dfax_utils.c41 void fax_log_tx_parameters(t30_state_t *s, const char *tag) in fax_log_tx_parameters()
60 void fax_log_rx_parameters(t30_state_t *s, const char *tag) in fax_log_rx_parameters()
85 void fax_log_final_transfer_statistics(t30_state_t *s, const char *tag) in fax_log_final_transfer_statistics()
97 void fax_log_page_transfer_statistics(t30_state_t *s, const char *tag) in fax_log_page_transfer_statistics()
H A Dt38_decode.c76 t30_state_t *s; in phase_b_handler()
80 s = (t30_state_t *) user_data; in phase_b_handler()
91 t30_state_t *s; in phase_d_handler()
95 s = (t30_state_t *) user_data; in phase_d_handler()
109 t30_state_t *s; in phase_e_handler()
113 s = (t30_state_t *) user_data; in phase_e_handler()
131 t30_state_t *t30; in t38_terminal_timing_update()
172 t30_state_t *t30; in t38_gateway_timing_update()
325 t30_state_t *t30; in main()
H A Dt31_pseudo_terminal_tests.c97 t30_state_t *s; in phase_b_handler()
101 s = (t30_state_t *) user_data; in phase_b_handler()
112 t30_state_t *s; in phase_d_handler()
116 s = (t30_state_t *) user_data; in phase_d_handler()
129 t30_state_t *s; in phase_e_handler()
133 s = (t30_state_t *) user_data; in phase_e_handler()
399 t30_state_t *t30; in t30_tests()
H A Dt31_tests.c286 t30_state_t *s; in phase_b_handler()
290 s = (t30_state_t *) user_data; in phase_b_handler()
301 t30_state_t *s; in phase_d_handler()
305 s = (t30_state_t *) user_data; in phase_d_handler()
318 t30_state_t *s; in phase_e_handler()
322 s = (t30_state_t *) user_data; in phase_e_handler()
505 t30_state_t *t30; in t30_tests()
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dfax_utils.h36 void fax_log_tx_parameters(t30_state_t *s, const char *tag);
38 void fax_log_rx_parameters(t30_state_t *s, const char *tag);
40 void fax_log_page_transfer_statistics(t30_state_t *s, const char *tag);
42 void fax_log_final_transfer_statistics(t30_state_t *s, const char *tag);
H A Dfax_utils.c41 void fax_log_tx_parameters(t30_state_t *s, const char *tag) in fax_log_tx_parameters()
60 void fax_log_rx_parameters(t30_state_t *s, const char *tag) in fax_log_rx_parameters()
85 void fax_log_final_transfer_statistics(t30_state_t *s, const char *tag) in fax_log_final_transfer_statistics()
97 void fax_log_page_transfer_statistics(t30_state_t *s, const char *tag) in fax_log_page_transfer_statistics()
H A Dt38_decode.c76 t30_state_t *s; in phase_b_handler()
80 s = (t30_state_t *) user_data; in phase_b_handler()
91 t30_state_t *s; in phase_d_handler()
95 s = (t30_state_t *) user_data; in phase_d_handler()
109 t30_state_t *s; in phase_e_handler()
113 s = (t30_state_t *) user_data; in phase_e_handler()
131 t30_state_t *t30; in t38_terminal_timing_update()
172 t30_state_t *t30; in t38_gateway_timing_update()
325 t30_state_t *t30; in main()
H A Dt31_tests.c286 t30_state_t *s; in phase_b_handler()
290 s = (t30_state_t *) user_data; in phase_b_handler()
301 t30_state_t *s; in phase_d_handler()
305 s = (t30_state_t *) user_data; in phase_d_handler()
318 t30_state_t *s; in phase_e_handler()
322 s = (t30_state_t *) user_data; in phase_e_handler()
505 t30_state_t *t30; in t30_tests()
/dports/net/yate/yate-6.4.0-1/modules/
H A Dfaxchan.cpp114 inline t30_state_t* t30() const in t30()
132 void init(t30_state_t* t30, const char* ident, const char* file, bool sender);
136 t30_state_t* m_t30;
216 void updateInfo(t30_state_t* t30, const char* reason = 0);
303 static int phase_b_handler(t30_state_t* s, void* user_data, int result) in phase_b_handler()
310 static int phase_d_handler(t30_state_t* s, void* user_data, int result) in phase_d_handler()
317 static void phase_e_handler(t30_state_t* s, void* user_data, int result) in phase_e_handler()
323 static int document_handler(t30_state_t* s, void* user_data, int result) in document_handler()
367 void FaxWrapper::init(t30_state_t* t30, const char* ident, const char* file, bool sender) in init()
822 void FaxChan::updateInfo(t30_state_t* t30, const char* reason) in updateInfo()
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/tests/
H A Dfax_tests.c71 static int phase_b_handler(t30_state_t *s, void *user_data, int result) in phase_b_handler()
94 static int phase_d_handler(t30_state_t *s, void *user_data, int result) in phase_d_handler()
150 static void phase_e_handler(t30_state_t *s, void *user_data, int result) in phase_e_handler()
183 static void real_time_frame_handler(t30_state_t *s, in real_time_frame_handler()
201 static int document_handler(t30_state_t *s, void *user_data, int event) in document_handler()
240 t30_state_t *t30; in main()

123