HomeSort by relevance Sort by last modified time
    Searched refs:SERVER (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ServerParser.java 32 * Parser for Server header.
45 * @param server the header to parse
47 public ServerParser(String server) {
48 super(server);
60 * parse the String server
61 * @return SIPHeader (Server object)
68 Server server = new Server(); local
70 headerName(TokenTypes.SERVER);
    [all...]
TokenTypes.java 55 public static final int SERVER = START + 18;
  /external/ppp/pppd/plugins/radius/
radiusclient.h 54 typedef struct server { struct
58 } SERVER;
300 /* Server data structures */
352 char *server; /* Name/addrress of RADIUS server */ member in struct:send_data
406 int rc_auth_using_server __P((SERVER *, UINT4, VALUE_PAIR *, VALUE_PAIR **,
410 int rc_acct_using_server __P((SERVER *, UINT4, VALUE_PAIR *));
424 SERVER *rc_conf_srv __P((char *));
config.c 85 SERVER *serv;
95 serv = (SERVER *) option->val;
289 SERVER *rc_conf_srv(char *optname)
297 return (SERVER *)option->val;
444 * Purpose: search a server in the servers file
462 /* Get the IP address of the authentication server */
539 error("rc_find_server: couldn't find RADIUS server %s in %s",
radius.c 122 SERVER *authserver; /* Authentication server to use */
123 SERVER *acctserver; /* Accounting server to use */
126 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */
134 SERVER **authserver,
135 SERVER **acctserver) = NULL;
182 * Adds an av pair to be passed on to the RADIUS server on each request.
220 * If RADIUS server has specified an IP address, it is stored in *addrp.
464 * make authentication with RADIUS server
    [all...]
  /libcore/ojluni/src/main/java/java/net/
Authenticator.java 81 * Entity requesting authentication is a HTTP proxy server.
85 * Entity requesting authentication is a HTTP origin server.
87 SERVER
98 requestingAuthType = RequestorType.SERVER;
104 * when a proxy or an HTTP server asks for authentication.
271 * @param reqType The type (server or proxy) of the entity requesting
415 * Returns whether the requestor is a Proxy or a Server.
  /external/autotest/server/
lab_status_unittest.py 14 from autotest_lib.server import site_utils
309 'SERVER', 'hostname').AndReturn('not-cautotest')
315 'SERVER', 'hostname').AndReturn('cautotest')
329 'SERVER', 'hostname').AndReturn('cautotest')
autoserv_utils.py 20 autoserv_directory = os.path.join(AUTOTEST_INSTALL_DIR, 'server')
48 and -c or -s (client or server) parameters will be added.
118 elif control_type_value == control_data.CONTROL_TYPE.SERVER:
149 and client -c or server -s parameters will be added.
sequence.py 15 from autotest_lib.server import utils
16 from autotest_lib.server.cros.dynamic_suite import control_file_getter
17 from autotest_lib.server.cros.dynamic_suite import frontend_wrappers
43 @param name: name of the server test to run.
44 @param args: arguments needed by the server test.
124 - server job
128 @param job: server_job object that will server as parent.
149 control_type=control_data.CONTROL_TYPE.SERVER,
  /external/autotest/cli/
job_unittest.py 19 SERVER = control_data.CONTROL_TYPE_NAMES.SERVER
30 u'control_type': SERVER,
58 u'control_type': SERVER,
76 u'control_type': SERVER,
85 u'control_type': SERVER,
240 u'control_type': SERVER,
    [all...]
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 184 /** The HTTP {@code Server} header field name. */
185 public static final String SERVER = "Server";
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 45 private static final String SERVER = "localhost";
63 LOG.info("Conecting to " + SERVER);
223 LOG.info("Conecting to " + SERVER);
558 * Connect to the server from the FTPClient
561 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 57 private static final String SERVER = "localhost";
78 LOG.info("Conecting to " + SERVER);
253 LOG.info("Conecting to " + SERVER);
606 * Connect to the server from the FTPClient
609 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort());
  /prebuilts/go/darwin-x86/src/net/
server_test.go 13 snet, saddr string // server endpoint
109 go transceiver(c, []byte("TCP SERVER TEST"), trchs[i])
190 go transceiver(c, []byte("UNIX AND UNIXPACKET SERVER TEST"), trchs[i])
207 snet, saddr string // server endpoint
292 go transceiver(c2, []byte("UDP SERVER TEST"), trch)
306 go packetTransceiver(c2, []byte("UDP SERVER TEST"), dst, trch)
319 saddr string // server endpoint
326 {saddr: "@nettest/go/unixgram/server", caddr: "@nettest/go/unixgram/client"},
378 go packetTransceiver(c2, []byte("UNIXGRAM SERVER TEST"), ls.PacketConn.LocalAddr(), trch)
  /prebuilts/go/linux-x86/src/net/
server_test.go 13 snet, saddr string // server endpoint
109 go transceiver(c, []byte("TCP SERVER TEST"), trchs[i])
190 go transceiver(c, []byte("UNIX AND UNIXPACKET SERVER TEST"), trchs[i])
207 snet, saddr string // server endpoint
292 go transceiver(c2, []byte("UDP SERVER TEST"), trch)
306 go packetTransceiver(c2, []byte("UDP SERVER TEST"), dst, trch)
319 saddr string // server endpoint
326 {saddr: "@nettest/go/unixgram/server", caddr: "@nettest/go/unixgram/client"},
378 go packetTransceiver(c2, []byte("UNIXGRAM SERVER TEST"), ls.PacketConn.LocalAddr(), trch)
  /system/tools/aidl/
generate_cpp.cpp 109 // Build up the argument list for the server method call.
219 case ClassNames::SERVER:
526 const string bn_name = ClassName(interface, ClassNames::SERVER);
528 HeaderFile(interface, ClassNames::SERVER, false),
577 // Finally, the server's onTransact method just returns a status code.
667 const string bn_name = ClassName(interface, ClassNames::SERVER);
690 BuildHeaderGuard(interface, ClassNames::SERVER),
769 case ClassNames::SERVER:
838 ClassNames::SERVER)) {
  /external/autotest/frontend/afe/
rpc_utils_unittest.py 48 control_data.CONTROL_TYPE.SERVER))
49 self.assertTrue(rpc_utils._check_is_server_test('Server'))
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 119 putNameMap(SERVER, Server.class.getName()); //21
SIPHeaderNames.java 69 public static final String SERVER = ServerHeader.NAME; //21
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AuthenticatorAdapter.java 47 challenge.getRealm(), challenge.getScheme(), url.url(), RequestorType.SERVER);
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 70 Telephony.Carriers.SERVER + " TEXT," +
123 Telephony.Carriers.SERVER,
  /external/autotest/site_utils/
setup_dev_autotest.sh 165 [SERVER]
248 /etc/apache2/sites-available/autotest-server.conf
252 sudo a2ensite autotest-server.conf
264 # restart server
267 # Setup lxc and base container for server-side packaging support.
293 echo "For further necessary set up steps, see https://sites.google.com/a/chromium.org/dev/chromium-os/testing/autotest-developer-faq/setup-autotest-server?pli=1"
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 42 static final SERVER = "localhost"
482 * Connect to the server from the FTPClient
486 LOG.info("Conecting to $SERVER on port $port")
487 ftpClient.connect(SERVER, port)
  /packages/services/Mms/src/com/android/mms/service/
ApnSettings.java 61 Telephony.Carriers.SERVER,
  /tools/test/connectivity/acts/tests/google/net/
LegacyVpnTest.py 61 """ Download the certificates from VPN server and push to sdcard of DUT
81 asserts.fail("Unable to download certificate from the server")
95 VPN_CONST.SERVER: vpn_server_addr,}
115 """ Verify if IP behind VPN server is pingable
140 2. Establish connection to the server
184 tests the connection to the corresponding server

Completed in 1193 milliseconds

12 3 4 5 6