Home
last modified time | relevance | path

Searched refs:send_hook (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c420 krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook, in krb5_set_kdc_send_hook() argument
423 context->kdc_send_hook = send_hook; in krb5_set_kdc_send_hook()
/src/crypto/krb5/src/include/krb5/
H A Dkrb5.hin8584 * @param [in] send_hook Hook function (or NULL to disable the hook)
8585 * @param [in] data Callback data to be passed to @a send_hook
8587 * @a send_hook will be called before messages are sent to KDCs by library
8594 krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook,