bindbc.gnutls.dtls

Undocumented in source.

Members

Aliases

pgnutls_dtls_cookie_send
alias pgnutls_dtls_cookie_send = int function(gnutls_datum_t* key, void* client_data, size_t client_data_size, gnutls_dtls_prestate_st* prestate, gnutls_transport_ptr_t ptr, gnutls_push_func push_func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_cookie_verify
alias pgnutls_dtls_cookie_verify = int function(gnutls_datum_t* key, void* client_data, size_t client_data_size, void* _msg, size_t msg_size, gnutls_dtls_prestate_st* prestate)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_get_data_mtu
alias pgnutls_dtls_get_data_mtu = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_get_mtu
alias pgnutls_dtls_get_mtu = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_get_timeout
alias pgnutls_dtls_get_timeout = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_prestate_set
alias pgnutls_dtls_prestate_set = void function(gnutls_session_t session, gnutls_dtls_prestate_st* prestate)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_set_data_mtu
alias pgnutls_dtls_set_data_mtu = int function(gnutls_session_t session, uint mtu)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_set_mtu
alias pgnutls_dtls_set_mtu = void function(gnutls_session_t session, uint mtu)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dtls_set_timeouts
alias pgnutls_dtls_set_timeouts = void function(gnutls_session_t session, uint retrans_timeout, uint total_timeout)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_get_discarded
alias pgnutls_record_get_discarded = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

bindDtls
void bindDtls(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_dtls_cookie_send
int gnutls_dtls_cookie_send(gnutls_datum_t* key, void* client_data, size_t client_data_size, gnutls_dtls_prestate_st* prestate, gnutls_transport_ptr_t ptr, gnutls_push_func push_func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_cookie_verify
int gnutls_dtls_cookie_verify(gnutls_datum_t* key, void* client_data, size_t client_data_size, void* _msg, size_t msg_size, gnutls_dtls_prestate_st* prestate)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_get_data_mtu
uint gnutls_dtls_get_data_mtu(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_get_mtu
uint gnutls_dtls_get_mtu(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_get_timeout
uint gnutls_dtls_get_timeout(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_prestate_set
void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st* prestate)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_set_data_mtu
int gnutls_dtls_set_data_mtu(gnutls_session_t session, uint mtu)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_set_mtu
void gnutls_dtls_set_mtu(gnutls_session_t session, uint mtu)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dtls_set_timeouts
void gnutls_dtls_set_timeouts(gnutls_session_t session, uint retrans_timeout, uint total_timeout)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_get_discarded
uint gnutls_record_get_discarded(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Manifest constants

GNUTLS_COOKIE_KEY_SIZE
enum GNUTLS_COOKIE_KEY_SIZE;
Undocumented in source.

Static variables

gnutls_dtls_cookie_send
pgnutls_dtls_cookie_send gnutls_dtls_cookie_send;
Undocumented in source.
gnutls_dtls_cookie_verify
pgnutls_dtls_cookie_verify gnutls_dtls_cookie_verify;
Undocumented in source.
gnutls_dtls_get_data_mtu
pgnutls_dtls_get_data_mtu gnutls_dtls_get_data_mtu;
Undocumented in source.
gnutls_dtls_get_mtu
pgnutls_dtls_get_mtu gnutls_dtls_get_mtu;
Undocumented in source.
gnutls_dtls_get_timeout
pgnutls_dtls_get_timeout gnutls_dtls_get_timeout;
Undocumented in source.
gnutls_dtls_prestate_set
pgnutls_dtls_prestate_set gnutls_dtls_prestate_set;
Undocumented in source.
gnutls_dtls_set_data_mtu
pgnutls_dtls_set_data_mtu gnutls_dtls_set_data_mtu;
Undocumented in source.
gnutls_dtls_set_mtu
pgnutls_dtls_set_mtu gnutls_dtls_set_mtu;
Undocumented in source.
gnutls_dtls_set_timeouts
pgnutls_dtls_set_timeouts gnutls_dtls_set_timeouts;
Undocumented in source.
gnutls_record_get_discarded
pgnutls_record_get_discarded gnutls_record_get_discarded;
Undocumented in source.

Structs

gnutls_dtls_prestate_st
struct gnutls_dtls_prestate_st
Undocumented in source.

Meta