Searched refs:secportbuf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c290 char portbuf[10], secportbuf[10]; local
307 result = snprintf(secportbuf, sizeof(secportbuf), "%d", ntohs(secport));
308 if (SNPRINTF_OVERFLOW(result, sizeof(secportbuf)))
329 err = getaddrinfo (hostname, secportbuf, &hint, &addrs);

Completed in 15 milliseconds