Home
last modified time | relevance | path

Searched refs:KRB5_KRBHST_UDP (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrbhst.c46 return KRB5_KRBHST_UDP; in string_to_proto()
211 return KRB5_KRBHST_UDP; in krbhst_get_default_proto()
259 hi->proto = KRB5_KRBHST_UDP; in parse_hostspec()
385 case KRB5_KRBHST_UDP : in make_hints()
654 if (proto == KRB5_KRBHST_UDP) { in add_locate()
H A Dsend_to_kdc.c338 else if (host->hi->proto == KRB5_KRBHST_UDP) in debug_host()
886 case KRB5_KRBHST_UDP : in submit_request()
H A Dchangepw.c550 case KRB5_KRBHST_UDP: in change_password_loop()
H A Dkrb5.h823 enum { KRB5_KRBHST_UDP, enumerator