Searched refs:addresses (Results 26 - 50 of 158) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/Net-IP/
H A DNet-IP.spec.PL24 IP - Perl extension for manipulating IPv4/IPv6 addresses
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dserver_command.rb42 'addresses to bind', Array do |address, options|
43 options[:addresses] ||= []
44 options[:addresses].push(*address)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/CredentialsCache/
H A DCredentialsCache2.h68 /* * This is backwards compatibility for CCache API v2 clients to be able to run * against the CCache API v3 library */ #ifndef __CREDENTIALSCACHE2__ #define __CREDENTIALSCACHE2__ #include <CredentialsCache/CredentialsCache.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include <KerberosSupport/KerberosConditionalMacros.h> #if PRAGMA_IMPORT # pragma import on #endif /* This stuff is to make sure that we always use the same compiler options for this header file. Otherwise we get really exciting failure modes -- meeroh */ /* Sadly, the v2 APi didn't specify the alignment, so we use the default except on MacOS (where our implementation defined it to be 2-byte aligned) */ #if TARGET_OS_MAC #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif #endif #if PRAGMA_ENUM_ALWAYSINT #pragma enumsalwaysint on #endif #if TARGET_CPU_68K #pragma fourbyteints on #endif /* Some old types get directly mapped to new types */ typedef cc_context_d apiCB; typedef cc_ccache_d ccache_p; typedef cc_credentials_iterator_d ccache_cit_creds; typedef cc_ccache_iterator_d ccache_cit_ccache; typedef cc_data cc_data_compat; typedef cc_int32 cc_cred_vers; typedef cc_int32 cc_result; /* This doesn't exist in API v3 */ typedef cc_uint32 cc_flags; /* Credentials types are visible to the caller so we have to keep binary compatibility */ typedef struct cc_credentials_v5_compat { char* client; char* server; cc_data_compat keyblock; cc_time_t authtime; cc_time_t starttime; cc_time_t endtime; cc_time_t renew_till; cc_uint32 is_skey; cc_uint32 ticket_flags; cc_data_compat** addresses; cc_data_compat ticket; cc_data_compat second_ticket; cc_data_compat** authdata; } cc_cred (…)
1 / member in struct:cc_credentials_v5_compat
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_netservice.m4 * -addresses [call]
113 res = objc_msgSendSuper(&super, @selector(addresses));
172 @selector(addresses),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_netservice.m4 * -addresses [call]
109 res = ((id(*)(struct objc_super*, SEL))objc_msgSendSuper)(&super, @selector(addresses));
157 @selector(addresses),
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Daddr_families.c126 * Are there any addresses that should be considered `uninteresting'?
965 * local addresses.
969 * @return Return a non zero for uninteresting addresses.
1000 * @param af addresses
1147 * krb5_addresses addresses .
1151 * @param addresses
1161 krb5_addresses *addresses)
1168 addresses->len = 0;
1169 addresses->val = NULL;
1175 ALLOC_SEQ(addresses,
1159 krb5_parse_address(krb5_context context, const char *string, krb5_addresses *addresses) argument
1359 krb5_free_addresses(krb5_context context, krb5_addresses *addresses) argument
[all...]
H A Dget_in_tkt.c219 * This means no addresses
223 a->req_body.addresses = NULL;
225 a->req_body.addresses = malloc(sizeof(*a->req_body.addresses));
226 if (a->req_body.addresses == NULL) {
233 ret = krb5_copy_addresses(context, addrs, a->req_body.addresses);
235 ret = krb5_get_all_client_addrs (context, a->req_body.addresses);
236 if(ret == 0 && a->req_body.addresses->len == 0) {
237 free(a->req_body.addresses);
238 a->req_body.addresses
[all...]
H A Dcreds.c59 krb5_free_addresses (context, &c->addresses);
109 &incred->addresses,
110 &c->addresses);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c1463 ifnet_get_address_list(ifnet_t interface, ifaddr_t **addresses) argument
1465 return (addresses == NULL ? EINVAL :
1466 ifnet_get_address_list_family(interface, addresses, 0));
1475 ifnet_get_address_list_family(ifnet_t interface, ifaddr_t **addresses, argument
1478 return (ifnet_get_address_list_family_internal(interface, addresses,
1483 ifnet_get_inuse_address_list(ifnet_t interface, ifaddr_t **addresses) argument
1485 return (addresses == NULL ? EINVAL :
1486 ifnet_get_address_list_family_internal(interface, addresses,
1495 ifnet_get_address_list_family_internal(ifnet_t interface, ifaddr_t **addresses, argument
1508 if (addresses
1611 ifnet_free_address_list(ifaddr_t *addresses) argument
1840 ifnet_get_multicast_list(ifnet_t ifp, ifmultiaddr_t **addresses) argument
1875 ifnet_free_multicast_list(ifmultiaddr_t *addresses) argument
[all...]
H A Dether_inet_pr_module.c343 * Register new IP and MAC addresses with the kernel
378 ifaddr_t *addresses; local
387 if (ifnet_get_address_list_family(ifp, &addresses, AF_INET) == 0) {
390 for (i = 0; addresses[i] != NULL; i++) {
391 inet_arp_init_ifaddr(ifp, addresses[i]);
394 ifnet_free_address_list(addresses);
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-gss.sh67 --addresses="localhost" \
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dgssapi.sh51 --addresses="localhost" \
/macosx-10.9.5/bind9-45.100/bind9/bin/rndc/
H A Drndc.conf41 addresses { 10.53.0.1; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/ns1/
H A Drndc.conf25 addresses { localhost port 9593; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/resolver/ns1/
H A Dnamed.conf32 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; }
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/staticstub/conf/
H A Dbad01.conf36 server-addresses { 192.0.2.0/24; };
H A Dbad03.conf36 server-addresses { 192.0.2.2 port 5301; };
H A Dbad04.conf36 server-addresses { fe80::1%1; };
H A Dbad10.conf33 # "server-addresses" isn't allowed for a pure stub zone.
38 server-addresses { 192.0.2.1; };
H A Dgood01.conf33 # both server-addresses and server-names can be specified.
36 server-addresses { 192.0.2.1; };
H A Dgood02.conf33 # both IPv4 and IPv6 server-addresses should be allowable.
36 server-addresses { 192.0.2.1; 2001:db8::53; };
H A Dgood03.conf33 # server-addresses can be empty, though it's meaningless.
36 server-addresses {};
/macosx-10.9.5/libpcap-42/libpcap/
H A Dfad-win32.c50 * Add an entry to the list of addresses for an interface.
116 * Find the end of the list of addresses.
118 for (prevaddr = curdev->addresses; prevaddr != NULL; prevaddr = nextaddr) {
132 curdev->addresses = curaddr;
157 * Add an entry for this interface, with no addresses.
167 * Get the list of addresses for the interface.
175 * if we can't supply their addresses.
183 * Now add the addresses.
188 * this address to its list of addresses.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dspam.el27 ;;; This module addresses a few aspects of spam control under Gnus. Page
306 "String matching IP addresses that should not be checked in the blackholes."
1264 (gnus-message 5 "Checking headers for relay addresses")
1333 (defun spam-enter-ham-BBDB (addresses &optional remove)
1335 (dolist (from addresses)
1356 (let (addresses)
1359 (push (spam-fetch-field-from-fast article) addresses)))
1361 (spam-enter-ham-BBDB addresses unregister)))
1544 (defun spam-enter-list (addresses file &optional remove)
1548 (if (stringp addresses)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test207 set maybeIP [lindex [host_info addresses [id host]] 0]
211 set maybeIP [lindex [host_info addresses [id host]] 0]
233 set ip [lindex [host_info addresses [id host]] 0]

Completed in 288 milliseconds

1234567