Searched refs:send_hook (Results 1 – 2 of 2) sorted by relevance
420 krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook, in krb5_set_kdc_send_hook() argument423 context->kdc_send_hook = send_hook; in krb5_set_kdc_send_hook()
8584 * @param [in] send_hook Hook function (or NULL to disable the hook)8585 * @param [in] data Callback data to be passed to @a send_hook8587 * @a send_hook will be called before messages are sent to KDCs by library8594 krb5_set_kdc_send_hook(krb5_context context, krb5_pre_send_fn send_hook,