HomeSort by relevance Sort by last modified time
    Searched refs:so2 (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
admin.c 101 int so2; local
108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
109 if (so2 < 0) {
117 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) {
141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) {
156 error = admin_process(so2, combuf);
159 (void)close(so2);
170 admin_process(so2, combuf)
171 int so2;
491 if ((error = admin_reply(so2, com, buf)) != 0
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 99 SealedObject so2 = new SealedObject(so1); local
102 + "to the secret content of initial object.", secret, so2
106 + "initial object", so1.getAlgorithm(), so2.getAlgorithm());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 736 ScreenOrientation so2 = orientation2.getValue(); local
737 if (so2 == null) {
738 so2 = ScreenOrientation.PORTRAIT;
742 if (so2 == ScreenOrientation.LANDSCAPE) {
747 } else if (so2 == ScreenOrientation.LANDSCAPE) {
820 ScreenOrientation so2 = ScreenOrientation.PORTRAIT; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 140 SealedObject so2 = new SealedObject(so1) {}; local
143 + "to the secret content of initial object.", secret, so2
147 + "initial object", so1.getAlgorithm(), so2.getAlgorithm());
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h 606 int soconnect2(struct socket *so1, struct socket *so2);
  /external/openssl/ssl/
ssltest.c 487 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */ variable in typeref:struct:cb_info_st
986 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(s_ctx, &so1); /* or &so2 or NULL */
    [all...]

Completed in 272 milliseconds