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

/macosx-10.10/ppp-786.1.1/Controller/
H A Dreachability.c82 CFStringRef remote_address = scnc_copy_remote_server(serv, NULL); local
83 if (isA_CFString(remote_address) && CFStringGetLength(remote_address) > 0) {
92 addr_cstr_len = CFStringGetLength(remote_address); /* Assume that the address is ASCII */
95 CFStringGetCString(remote_address, addr_cstr, addr_cstr_len, kCFStringEncodingASCII);
119 CFDictionarySetValue(reach_options, kSCNetworkReachabilityOptionNodeName, remote_address);
122 CFRelease(remote_address);
160 SCLog(TRUE, LOG_ERR, CFSTR("reset_reachability: failed to create a reachability target for %@"), remote_address);
H A Dscnc_utils.c3119 CFStringRef remote_address = CFDictionaryGetValue(serv->systemprefs, remote_address_key); local
3120 if (isA_CFString(remote_address) && CFStringGetLength(remote_address) > 0) {
3126 CFRetain(remote_address);
3129 if (CFStringFindCharacterFromSet(remote_address,
3131 CFRangeMake(0, CFStringGetLength(remote_address)),
3135 CFURLRef url = CFURLCreateWithString(kCFAllocatorDefault, remote_address, NULL);
3141 CFStringRef address = CFStringCreateWithFormat(kCFAllocatorDefault, 0, CFSTR("https://%@"), remote_address);
3146 CFRelease(remote_address);
3147 remote_address
[all...]
H A Dipsec_manager.c3174 u_int32_t remote_address; local
3215 if (!inet_aton(dst_address, (struct in_addr *)&remote_address)) {
3220 if (remote_address != address) {
3591 CFStringRef remote_address = CFDictionaryGetValue(serv->systemprefs, kRASPropIPSecRemoteAddress); local
3594 &serv->u.ipsec.peer_address, cfstring_is_ip(remote_address) ? NULL : remote_address, auth_method,
3646 CFDictionarySetValue(serv->u.ipsec.config, kRASPropIPSecRemoteIdentifier, remote_address);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dauth_context.c58 p->remote_address = NULL;
78 if(auth_context->remote_address){
79 free_HostAddress(auth_context->remote_address);
80 free(auth_context->remote_address);
147 if ((flags & KRB5_AUTH_CONTEXT_CLEAR_REMOTE_ADDR) && auth_context->remote_address) {
148 krb5_free_address(context, auth_context->remote_address);
149 free(auth_context->remote_address);
150 auth_context->remote_address = NULL;
169 if (auth_context->remote_address)
170 krb5_free_address (context, auth_context->remote_address);
[all...]
H A Drd_priv.c111 && auth_context->remote_address
113 auth_context->remote_address,
H A Drd_safe.c133 && auth_context->remote_address
135 auth_context->remote_address,
H A Dmk_safe.c96 s.safe_body.r_address = auth_context->remote_address;
H A Dget_for_creds.c328 if (auth_context->remote_address) {
344 auth_context->remote_address,
358 ret = krb5_copy_address (context, auth_context->remote_address,
H A Dmk_priv.c94 part.r_address = auth_context->remote_address;
H A Drd_cred.c162 && auth_context->remote_address
167 auth_context->remote_address,
H A Drd_req.c397 && ac->remote_address
399 ac->remote_address,
H A Dkrb5.h674 krb5_address *remote_address; member in struct:krb5_auth_context_data
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.h43 struct sockaddr *remote_address; member in struct:flow_divert_pcb
H A Dflow_divert.c323 if (fd_cb->remote_address != NULL) {
324 FREE(fd_cb->remote_address, M_SONAME);
1332 struct sockaddr_storage remote_address; local
1336 memset(&remote_address, 0, sizeof(remote_address));
1363 error = flow_divert_packet_get_tlv(packet, offset, FLOW_DIVERT_TLV_REMOTE_ADDR, sizeof(remote_address), &remote_address, NULL);
1421 if (remote_address.ss_family != 0) {
1422 if (remote_address.ss_len > sizeof(remote_address)) {
1658 struct sockaddr_storage remote_address; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dexport_sec_context.c77 if (ac->remote_address)
106 if (ac->remote_address) {
107 kret = krb5_store_address (sp, *ac->remote_address);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dtests.c158 const char *remote_address = NULL; local
182 remote_address = argv[1];
184 remote_interface = strchr(remote_address, '%');
186 remote_addressN = strdup(remote_address);
187 remote_addressN[remote_interface - remote_address] = '\0';
188 remote_address = remote_addressN;
203 || (remote_address == NULL)
204 || (inet_aton(remote_address, &r_sin.sin_addr) == 0)) {
292 || (remote_address == NULL)
293 || (inet_pton(AF_INET6, remote_address,
[all...]
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb202 a = Socket.unpack_sockaddr_in(s3.remote_address.to_sockaddr)
204 assert_equal(Socket::AF_INET, s3.remote_address.afamily)
205 assert_equal(Socket::PF_INET, s3.remote_address.pfamily)
206 assert_equal(Socket::SOCK_STREAM, s3.remote_address.socktype)
348 assert_equal(port, s2.remote_address.ip_port)
366 assert_equal(port, s2.remote_address.ip_port)
387 assert_equal(port, s2.remote_address.ip_port)
406 assert_equal(s1.local_address.ip_unpack, s2.remote_address.ip_unpack)
407 assert_equal(s2.local_address.ip_unpack, s1.remote_address.ip_unpack)
H A Dtest_socket.rb109 assert_equal(s2.remote_address.ip_unpack, s1.local_address.ip_unpack)
184 s2raddr = s2.remote_address
374 rmsg = Marshal.dump([msg, msg_src.remote_address, msg_src.local_address])
390 msg2, remote_address, local_address = Marshal.load(msg2)
H A Dtest_unix.rb569 assert_equal(name, c.remote_address.unix_path)
596 assert_equal(name, c.remote_address.unix_path)
615 assert_equal(name, c.remote_address.unix_path)
/macosx-10.10/ruby-106/ruby/ext/socket/lib/
H A Dsocket.rb740 # +remote_address+ is an Addrinfo object.
745 def initialize(remote_address, local_address, &reply_proc)
746 @remote_address = remote_address
752 attr_reader :remote_address
758 "\#<#{self.class}: #{@remote_address.inspect_sockaddr} to #{@local_address.inspect_sockaddr}>"
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c1223 char local_address[32], remote_address[32]; local
1244 if (!GetStrAddrFromDict(ipsec_dict, kRASPropIPSecRemoteAddress, remote_address, sizeof(remote_address)))
1247 anonymous = inet_addr(remote_address) == 0;
1253 snprintf(filename, sizeof(filename), RACOON_CONFIG_PATH "/%s.conf", anonymous ? "anonymous" : remote_address);
1291 snprintf(text, sizeof(text), "remote %s {\n", anonymous ? "anonymous" : remote_address);
1396 remote_address, remote_port, protocol);
1398 remote_address, remote_port, protocol,
1469 char remote_address[32]; local
1476 if (!GetStrAddrFromDict(ipsec_dict, kRASPropIPSecRemoteAddress, remote_address, sizeo
1513 char remote_address[32]; local
[all...]
/macosx-10.10/libmalloc-53.1.1/include/malloc/
H A Dmalloc.h170 typedef kern_return_t memory_reader_t(task_t remote_task, vm_address_t remote_address, vm_size_t size, void **local_memory);
/macosx-10.10/libauto-186/
H A DDefinitions.h92 typedef kern_return_t (*auto_memory_reader_t)(task_t remote_task, vm_address_t remote_address, vm_size_t size, void **local_memory);

Completed in 497 milliseconds