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

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKdcComm.java188 boolean useTCP = (udpPrefLimit > 0 &&
191 return send(obuf, useTCP);
194 private byte[] send(byte[] obuf, boolean useTCP) argument
219 ibuf = send(obuf,tempKdc,useTCP);
254 private byte[] send(byte[] obuf, String tempKdc, boolean useTCP) argument
312 + (useTCP ? " TCP:":" UDP:")
321 new KdcCommunication(kdc, port, useTCP, timeout, retries, obuf);
344 private boolean useTCP; field in class:KdcComm.KdcCommunication
349 public KdcCommunication(String kdc, int port, boolean useTCP, argument
353 this.useTCP
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1233 boolean useTCP; // Whether TCP or UDP is used field in class:KDC.Job
1237 useTCP = true;
1245 useTCP = false;
1254 if (useTCP) {

Completed in 236 milliseconds