Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c60 struct addrlist *addrlist, krb5_boolean useTcp) in krb5_locate_kpasswd() argument
63 int sockType = (useTcp ? SOCK_STREAM : SOCK_DGRAM); in krb5_locate_kpasswd()
200 krb5_boolean useTcp = 0; in krb5_change_set_password() local
232 &al, useTcp))) in krb5_change_set_password()
286 if (code == KRB5KRB_ERR_RESPONSE_TOO_BIG && !useTcp ) { in krb5_change_set_password()
288 useTcp = 1; in krb5_change_set_password()
319 if (code == KRB5KRB_ERR_RESPONSE_TOO_BIG && !useTcp ) { in krb5_change_set_password()
321 useTcp = 1; in krb5_change_set_password()