Lines Matching refs:t30_state_t

72 int t30_set_tx_ident(t30_state_t *s, const char *id)  in t30_set_tx_ident()
87 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()
103 int t30_set_tx_sub_address(t30_state_t *s, const char *sub_address) in t30_set_tx_sub_address()
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()
133 int t30_set_tx_selective_polling_address(t30_state_t *s, const char *selective_polling_address) in t30_set_tx_selective_polling_address()
147 const char *t30_get_tx_selective_polling_address(t30_state_t *s) in t30_get_tx_selective_polling_address()
155 const char *t30_get_rx_selective_polling_address(t30_state_t *s) in t30_get_rx_selective_polling_address()
163 int t30_set_tx_polled_sub_address(t30_state_t *s, const char *polled_sub_address) in t30_set_tx_polled_sub_address()
177 const char *t30_get_tx_polled_sub_address(t30_state_t *s) in t30_get_tx_polled_sub_address()
185 const char *t30_get_rx_polled_sub_address(t30_state_t *s) in t30_get_rx_polled_sub_address()
193 int t30_set_tx_sender_ident(t30_state_t *s, const char *sender_ident) in t30_set_tx_sender_ident()
207 const char *t30_get_tx_sender_ident(t30_state_t *s) in t30_get_tx_sender_ident()
215 const char *t30_get_rx_sender_ident(t30_state_t *s) in t30_get_rx_sender_ident()
223 int t30_set_tx_password(t30_state_t *s, const char *password) in t30_set_tx_password()
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()
253 int t30_set_tx_nsf(t30_state_t *s, const uint8_t *nsf, int len) in t30_set_tx_nsf()
271 size_t t30_get_tx_nsf(t30_state_t *s, const uint8_t *nsf[]) in t30_get_tx_nsf()
279 size_t t30_get_rx_nsf(t30_state_t *s, const uint8_t *nsf[]) in t30_get_rx_nsf()
287 int t30_set_tx_nsc(t30_state_t *s, const uint8_t *nsc, int len) in t30_set_tx_nsc()
305 size_t t30_get_tx_nsc(t30_state_t *s, const uint8_t *nsc[]) in t30_get_tx_nsc()
313 size_t t30_get_rx_nsc(t30_state_t *s, const uint8_t *nsc[]) in t30_get_rx_nsc()
321 int t30_set_tx_nss(t30_state_t *s, const uint8_t *nss, int len) in t30_set_tx_nss()
339 size_t t30_get_tx_nss(t30_state_t *s, const uint8_t *nss[]) in t30_get_tx_nss()
347 size_t t30_get_rx_nss(t30_state_t *s, const uint8_t *nss[]) in t30_get_rx_nss()
355 int t30_set_tx_tsa(t30_state_t *s, int type, const char *address, int len) in t30_set_tx_tsa()
377 size_t t30_get_tx_tsa(t30_state_t *s, int *type, const char *address[]) in t30_get_tx_tsa()
387 size_t t30_get_rx_tsa(t30_state_t *s, int *type, const char *address[]) in t30_get_rx_tsa()
397 int t30_set_tx_ira(t30_state_t *s, int type, const char *address, int len) in t30_set_tx_ira()
411 size_t t30_get_tx_ira(t30_state_t *s, int *type, const char *address[]) in t30_get_tx_ira()
421 size_t t30_get_rx_ira(t30_state_t *s, int *type, const char *address[]) in t30_get_rx_ira()
431 int t30_set_tx_cia(t30_state_t *s, int type, const char *address, int len) in t30_set_tx_cia()
445 size_t t30_get_tx_cia(t30_state_t *s, int *type, const char *address[]) in t30_get_tx_cia()
455 size_t t30_get_rx_cia(t30_state_t *s, int *type, const char *address[]) in t30_get_rx_cia()
465 int t30_set_tx_isp(t30_state_t *s, int type, const char *address, int len) in t30_set_tx_isp()
479 size_t t30_get_tx_isp(t30_state_t *s, int *type, const char *address[]) in t30_get_tx_isp()
489 size_t t30_get_rx_isp(t30_state_t *s, int *type, const char *address[]) in t30_get_rx_isp()
499 int t30_set_tx_csa(t30_state_t *s, int type, const char *address, int len) in t30_set_tx_csa()
513 size_t t30_get_tx_csa(t30_state_t *s, int *type, const char *address[]) in t30_get_tx_csa()
523 size_t t30_get_rx_csa(t30_state_t *s, int *type, const char *address[]) in t30_get_rx_csa()
533 int t30_set_tx_page_header_info(t30_state_t *s, const char *info) in t30_set_tx_page_header_info()
548 size_t t30_get_tx_page_header_info(t30_state_t *s, char *info) in t30_get_tx_page_header_info()
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()
574 void t30_set_rx_file(t30_state_t *s, const char *file, int stop_page) in t30_set_rx_file()
582 void t30_set_tx_file(t30_state_t *s, const char *file, int start_page, int stop_page) in t30_set_tx_file()
591 void t30_set_iaf_mode(t30_state_t *s, int iaf) in t30_set_iaf_mode()
597 int t30_set_ecm_capability(t30_state_t *s, int enabled) in t30_set_ecm_capability()
605 int t30_set_rx_encoding(t30_state_t *s, int encoding) in t30_set_rx_encoding()
619 int t30_set_supported_modems(t30_state_t *s, int supported_modems) in t30_set_supported_modems()
627 int t30_set_supported_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_compressions()
635 int t30_set_supported_resolutions(t30_state_t *s, int supported_resolutions) in t30_set_supported_resolutions()
643 int t30_set_supported_image_sizes(t30_state_t *s, int supported_image_sizes) in t30_set_supported_image_sizes()
651 int t30_set_supported_t30_features(t30_state_t *s, int supported_t30_features) in t30_set_supported_t30_features()
659 void t30_set_status(t30_state_t *s, int status) in t30_set_status()
665 int t30_set_receiver_not_ready(t30_state_t *s, int count) in t30_set_receiver_not_ready()
672 void t30_set_phase_b_handler(t30_state_t *s, t30_phase_b_handler_t *handler, void *user_data) in t30_set_phase_b_handler()
679 void t30_set_phase_d_handler(t30_state_t *s, t30_phase_d_handler_t *handler, void *user_data) in t30_set_phase_d_handler()
686 void t30_set_phase_e_handler(t30_state_t *s, t30_phase_e_handler_t *handler, void *user_data) in t30_set_phase_e_handler()
693 void t30_set_document_handler(t30_state_t *s, t30_document_handler_t *handler, void *user_data) in t30_set_document_handler()
700 void t30_set_real_time_frame_handler(t30_state_t *s, t30_real_time_frame_handler_t *handler, void *… in t30_set_real_time_frame_handler()