Searched refs:serverPort (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ocspd/client/
H A DocspdClient.cpp42 mach_port_t serverPort();
52 /* nothing here, the real work is done in serverPort() */
60 mach_port_t ocspdGlobals::serverPort() function in class:ocspdGlobals
103 mach_port_t serverPort = 0; local
109 serverPort = OcspdGlobals().serverPort();
116 krtn = ocsp_client_ocspdFetch(serverPort, ocspdReq.Data, (mach_msg_type_number_t)ocspdReq.Length,
139 mach_port_t serverPort = 0; local
143 serverPort = OcspdGlobals().serverPort();
162 mach_port_t serverPort = 0; local
188 mach_port_t serverPort = 0; local
232 mach_port_t serverPort = 0; local
280 mach_port_t serverPort = 0; local
313 mach_port_t serverPort = 0; local
340 mach_port_t serverPort = 0; local
367 mach_port_t serverPort = 0; local
410 mach_port_t serverPort = 0; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tests/
H A Dremote.tcl93 if {![info exists serverPort]} {
94 if {[info exists env(serverPort)]} {
95 set serverPort $env(serverPort)
98 if {![info exists serverPort]} {
102 set serverPort [lindex $argv [expr $i + 1]]
108 if {![info exists serverPort]} {
109 set serverPort 2048
132 set l "Remote server listening on port $serverPort, IP $serverAddress."
139 puts "serverPort t
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/tests/
H A Dremote.tcl93 if {![info exists serverPort]} {
94 if {[info exists env(serverPort)]} {
95 set serverPort $env(serverPort)
98 if {![info exists serverPort]} {
102 set serverPort [lindex $argv [expr $i + 1]]
108 if {![info exists serverPort]} {
109 set serverPort 2048
132 set l "Remote server listening on port $serverPort, IP $serverAddress."
139 puts "serverPort t
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A Dremote.tcl111 if {![info exists serverPort]} {
112 if {[info exists env(serverPort)]} {
113 set serverPort $env(serverPort)
116 if {![info exists serverPort]} {
120 set serverPort [lindex $argv [expr $i + 1]]
126 if {![info exists serverPort]} {
127 set serverPort 8048
150 set l "Remote server listening on port $serverPort, IP $serverAddress."
157 puts "serverPort t
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginAgent.defs33 routine CheckInApplication(serverPort :mach_port_t;
43 routine CheckInPluginHost(serverPort :mach_port_t;
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.cpp131 serverPort = findSecurityd();
134 IPCN(ucsp_client_verifyPrivileged2(serverPort.port(), mig_get_reply_port(), &securitydCreds, &rcode, &originPort));
135 if (originPort != serverPort.port())
146 IPCN(ucsp_client_setup(serverPort, thread.replyPort, &securitydCreds, &rcode,
149 IFDEBUG(serverPort.requestNotify(thread.replyPort));
183 Port serverPort = Bootstrap().lookup2(mContactName); local
185 mContactName, serverPort.port(), SSPROTOVERSION);
186 return serverPort;
194 void ClientSession::childCheckIn(Port serverPort, Port taskPort) argument
202 check(ucsp_client_childCheckIn(securitydPort, serverPort, taskPor
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.cpp131 serverPort = findSecurityd();
134 IPCN(ucsp_client_verifyPrivileged2(serverPort.port(), mig_get_reply_port(), &securitydCreds, &rcode, &originPort));
135 if (originPort != serverPort.port())
146 IPCN(ucsp_client_setup(serverPort, thread.replyPort, &securitydCreds, &rcode,
149 IFDEBUG(serverPort.requestNotify(thread.replyPort));
183 Port serverPort = Bootstrap().lookup2(mContactName); local
185 mContactName, serverPort.port(), SSPROTOVERSION);
186 return serverPort;
194 void ClientSession::childCheckIn(Port serverPort, Port taskPort) argument
202 check(ucsp_client_childCheckIn(securitydPort, serverPort, taskPor
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.mm64 mach_port_t serverPort;
65 kern_return_t kr = bootstrap_look_up(bootstrap_port, serviceName.utf8().data(), &serverPort);
71 identifier = serverPort;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslThreading.h132 unsigned short serverPort; \
133 serverPort = serverParams.port + 1; \
136 serverParams.port = serverPort; \
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslThreading.h127 unsigned short serverPort; \
128 serverPort = serverParams.port + 1; \
131 serverParams.port = serverPort; \
/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DLayerHostingContext.h42 static std::unique_ptr<LayerHostingContext> createForPort(mach_port_t serverPort);
H A DLayerHostingContext.mm46 std::unique_ptr<LayerHostingContext> LayerHostingContext::createForPort(mach_port_t serverPort)
51 layerHostingContext->m_context = WKCAContextMakeRemoteWithServerPort(serverPort);
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_configclose.c151 if (mySession->serverPort != NULL) {
152 CFMachPortInvalidate(mySession->serverPort);
153 CFRelease(mySession->serverPort);
154 mySession->serverPort = NULL;
H A Dsession.h71 CFMachPortRef serverPort; member in struct:__anon6920
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSServiceDiscovery.c166 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
172 if (!serverPort) {
197 result = DNSServiceBrowserCreate_rpc(serverPort, clientPort, (char *)regtype, (char *)domain);
217 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
223 if (!serverPort) {
248 result = DNSServiceDomainEnumerationCreate_rpc(serverPort, clientPort, registrationDomains);
270 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
278 if (!serverPort) {
315 result = DNSServiceRegistrationCreate_rpc(serverPort, clientPort, (char *)name, (char *)regtype, (char *)domain, IpPort, (char *)txtRecord);
335 mach_port_t serverPort local
378 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
404 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
430 mach_port_t serverPort = DNSServiceDiscoveryLookupServer(); local
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.cpp137 Client::activate(Port serverPort) argument
139 if (!serverPort)
142 secdebug("agentclient", "using server at port %d", serverPort.port());
143 mServerPort = serverPort;
159 Client::startTransaction(Port serverPort) argument
161 if (!serverPort)
163 kern_return_t ret = sa_request_client_txStart(serverPort);
164 secdebug("agentclient", "Transaction started (port %u)", serverPort.port());
169 Client::endTransaction(Port serverPort) argument
171 if (!serverPort)
[all...]
H A Dagentclient.h103 static OSStatus startTransaction(Port serverPort);
104 static OSStatus endTransaction(Port serverPort);
110 void activate(Port serverPort);
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.cpp137 Client::activate(Port serverPort) argument
139 if (!serverPort)
142 secdebug("agentclient", "using server at port %d", serverPort.port());
143 mServerPort = serverPort;
159 Client::startTransaction(Port serverPort) argument
161 if (!serverPort)
163 kern_return_t ret = sa_request_client_txStart(serverPort);
164 secdebug("agentclient", "Transaction started (port %u)", serverPort.port());
169 Client::endTransaction(Port serverPort) argument
171 if (!serverPort)
[all...]
H A Dagentclient.h103 static OSStatus startTransaction(Port serverPort);
104 static OSStatus endTransaction(Port serverPort);
110 void activate(Port serverPort);
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.cpp137 Client::activate(Port serverPort) argument
139 if (!serverPort)
142 secdebug("agentclient", "using server at port %d", serverPort.port());
143 mServerPort = serverPort;
159 Client::startTransaction(Port serverPort) argument
161 if (!serverPort)
163 kern_return_t ret = sa_request_client_txStart(serverPort);
164 secdebug("agentclient", "Transaction started (port %u)", serverPort.port());
169 Client::endTransaction(Port serverPort) argument
171 if (!serverPort)
[all...]
H A Dagentclient.h103 static OSStatus startTransaction(Port serverPort);
104 static OSStatus endTransaction(Port serverPort);
110 void activate(Port serverPort);
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.cpp137 Client::activate(Port serverPort) argument
139 if (!serverPort)
142 secdebug("agentclient", "using server at port %d", serverPort.port());
143 mServerPort = serverPort;
159 Client::startTransaction(Port serverPort) argument
161 if (!serverPort)
163 kern_return_t ret = sa_request_client_txStart(serverPort);
164 secdebug("agentclient", "Transaction started (port %u)", serverPort.port());
169 Client::endTransaction(Port serverPort) argument
171 if (!serverPort)
[all...]
H A Dagentclient.h103 static OSStatus startTransaction(Port serverPort);
104 static OSStatus endTransaction(Port serverPort);
110 void activate(Port serverPort);
/macosx-10.10.1/libsecurity_agent-55000/lib/
H A Dagentclient.cpp133 Client::activate(Port serverPort) argument
135 if (!serverPort)
138 secdebug("agentclient", "using server at port %d", serverPort.port());
139 mServerPort = serverPort;
155 Client::startTransaction(Port serverPort) argument
157 if (!serverPort)
159 kern_return_t ret = sa_request_client_txStart(serverPort);
160 secdebug("agentclient", "Transaction started (port %u)", serverPort.port());
165 Client::endTransaction(Port serverPort) argument
167 if (!serverPort)
[all...]
H A Dagentclient.h102 static OSStatus startTransaction(Port serverPort);
103 static OSStatus endTransaction(Port serverPort);
109 void activate(Port serverPort);

Completed in 129 milliseconds

12