Searched refs:peer (Results 176 - 200 of 228) sorted by relevance

12345678910

/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkxd.c548 struct sockaddr *peer = (struct sockaddr*)&__ss_peer; local
552 peer,
558 if (fd >= 0 && suspicious_address (fd, peer)) {
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/
H A Dtls.c1107 * StatusObjCmd -- return certificate for connected peer.
1125 X509 *peer;
1164 peer = SSL_get_peer_certificate(statePtr->ssl);
1166 peer = SSL_get_certificate(statePtr->ssl);
1168 if (peer) {
1169 objPtr = Tls_NewX509Obj(interp, peer);
1170 if (objc == 2) { X509_free(peer); }
1115 X509 *peer; local
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIConfigurator.h126 for(IOPCIConfigEntry * (child) = (bridge)->child; (child); (child) = (child)->peer)
265 IOPCIConfigEntry * peer; member in struct:IOPCIConfigEntry
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dhxtool.c116 hx509_peer_info *peer,
122 ret = hx509_peer_info_alloc(context, peer);
133 ret = hx509_peer_info_set_cms_algs(context, *peer, val, s->num_strings);
373 hx509_peer_info peer = NULL; local
449 peer_strings(hxcontext, &peer, &opt->peer_alg_strings);
460 peer,
472 hx509_peer_info_free(peer);
1500 hx509_peer_info peer = NULL; local
1517 peer_strings(hxcontext, &peer, &opt->peer_cmstype_strings);
1519 ret = hx509_crypto_select(hxcontext, type, NULL, peer,
115 peer_strings(hx509_context context, hx509_peer_info *peer, const getarg_strings *s) argument
[all...]
H A Dcrypto.c3128 hx509_peer_info peer,
3145 /* XXX depend on `source�� and `peer�� */
3159 if (peer) {
3164 for (i = 0; i < peer->len; i++) {
3169 &peer->val[i].algorithm) != 0)
3176 ret = copy_AlgorithmIdentifier(&peer->val[i], selected);
3184 cipher = find_cipher_by_oid(&peer->val[i].algorithm);
3125 hx509_crypto_select(const hx509_context context, int type, const hx509_private_key source, hx509_peer_info peer, AlgorithmIdentifier *selected) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkpi_socket.c395 sogetaddr_locked(struct socket *so, struct sockaddr **psa, int peer) argument
403 error = peer ? so->so_proto->pr_usrreqs->pru_peeraddr(so, psa) :
416 sock_getaddr(socket_t sock, struct sockaddr **psa, int peer) argument
424 error = sogetaddr_locked(sock, psa, peer);
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dxfrout.c35 #include <dns/peer.h>
747 dns_peer_t *peer = NULL; local
936 * Look up the requesting server in the peer table.
939 (void)dns_peerlist_peerbyaddr(client->view->peers, &na, &peer);
944 if (peer != NULL)
945 (void)dns_peer_gettransferformat(peer, &format);
961 * Outgoing IXFR may have been disabled for this peer
965 if (peer != NULL)
966 (void) dns_peer_getprovideixfr(peer, &provide_ixfr);
H A Dserver.c73 #include <dns/peer.h>
1019 dns_peer_t *peer; local
1027 peer = NULL;
1028 result = dns_peer_newprefix(mctx, &na, prefixlen, &peer);
1035 CHECK(dns_peer_setbogus(peer, cfg_obj_asboolean(obj)));
1040 CHECK(dns_peer_setprovideixfr(peer, cfg_obj_asboolean(obj)));
1045 CHECK(dns_peer_setrequestixfr(peer, cfg_obj_asboolean(obj)));
1050 CHECK(dns_peer_setrequestnsid(peer, cfg_obj_asboolean(obj)));
1055 CHECK(dns_peer_setsupportedns(peer, cfg_obj_asboolean(obj)));
1065 CHECK(dns_peer_setudpsize(peer, (isc_uint16_
2318 dns_peer_t *peer; local
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm214 (my $peer = $arg_hash->{PeerAddr} || $arg_hash->{PeerHost})) {
216 ($peer, my $port) = IO::Socket::INET6::_sock_info( $peer,$arg_hash->{PeerPort},6 );
217 my @res = Socket6::getaddrinfo( $peer,$port,AF_UNSPEC,SOCK_STREAM );
313 $host or return $self->error( "Cannot determine peer hostname for verification" );
1128 or return $self->error("Could not retrieve peer certificate");
1926 If you want to verify that the peer certificate has been signed by a reputable
1943 This option sets the verification mode for the peer certificate. The default
1944 (0x00) does no authentication. You may combine 0x01 (verify peer), 0x02 (fail
1945 verification if no peer certificat
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp164 for (child = entry->child; child; child = child->peer)
1102 oneChild = (bridge->child && !bridge->child->peer);
1413 next = child->peer;
1474 prev = &next->peer;
1577 *prev = child->peer;
1580 prev = &child->peer;
1593 dead->peer = *childList;
1625 list = list->peer;
1641 dead->peer = to->child;
1694 for (child = bridge->child; child; child = child->peer)
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dyp.h152 peername peer; member in struct:ypmap_parms
240 peername peer; member in struct:ypresp_master
H A Dypserv_proc.c471 /* to access the peer through a NULL-pointer. yppoll in */
478 if (res.peer == NULL) {
479 res.peer = nopeer;
910 res.yppoll_resp_owner = master.peer;
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp240 NULL, cur->peer ? DB_REPMGR_PEER : 0);
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr.h304 QMGR_PEER *peer; /* parent linkage */ member in struct:QMGR_ENTRY
306 QMGR_ENTRY_LIST peer_peers; /* per peer neighbor entries */
430 QMGR_JOB *job; /* job handling this peer */
431 QMGR_QUEUE *queue; /* queue corresponding with this peer */
432 int refcount; /* peer entries */
434 * this peer */
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DNameserver.pm247 my $peer = $self->{"_tcp"}{$sock}{"peer"};
252 print "Received $charsread octets from $peer\n" if $self->{"Verbose"};
254 print "Connection to $peer closed or lost.\n" if $self->{"Verbose"};
274 print "TCP connection closed by peer before we could accept it.\n" if $self->{"Verbose"};
282 $self->{"_tcp"}{$client}{"peer"} = "tcp:".$peerhost.":".$peerport;
292 my $peer = $self->{"_tcp"}{$sock}{"peer"};
299 print "Removed 2 octets from the input buffer from $peer.\n".
300 "$peer sai
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_vars.c776 const char *ssl_ext_lookup(apr_pool_t *p, conn_rec *c, int peer, argument
797 xs = peer ? SSL_get_peer_certificate(ssl) : SSL_get_certificate(ssl);
822 if (peer) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dlibdns.mak169 -@erase "$(INTDIR)\peer.obj"
292 "$(INTDIR)\peer.obj" \
468 -@erase "$(INTDIR)\peer.obj"
469 -@erase "$(INTDIR)\peer.sbr"
628 "$(INTDIR)\peer.sbr" \
723 "$(INTDIR)\peer.obj" \
1391 SOURCE=..\peer.c
1396 "$(INTDIR)\peer.obj" : $(SOURCE) "$(INTDIR)"
1403 "$(INTDIR)\peer.obj" "$(INTDIR)\peer
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c866 zfsess->dfd = socket(zfsess->control->peer.a.sa_family, SOCK_STREAM, 0);
877 if(zfsess->control->peer.a.sa_family == AF_INET6)
893 zdsockp->a.sa_family = zfsess->control->peer.a.sa_family;
895 if(zfsess->control->peer.a.sa_family == AF_INET6) {
923 *zdsockp = zfsess->control->peer;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextBTree.c31 * TkTextLines. Since Tk 8.5, with pixel line height calculations and peer
80 * one entry for each peer widget. */
580 * Now we need to adjust the 'pixelReference' of the peer widget
691 * of a new peer widget based on this B-tree, or for the modification of
692 * the start, end lines of an existing peer widget.
696 * peer).
727 * for each Node and TkTextLine, adding room for the new peer's pixel
729 * copy the information from the last peer into the new space (so it
783 * a peer widget which used to be based on this B-tree.
801 int overwriteWithLast) /* Over-write this peer widge
1403 TkText *peer = treePtr->startEndRef[checkCount]; local
1523 TkText *peer = treePtr->startEndRef[checkCount]; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dresolver.c46 #include <dns/peer.h>
1417 dns_peer_t *peer = NULL; local
1421 &dstip, &peer);
1423 result = dns_peer_getquerysource(peer, &addr);
1683 dns_peer_t *peer = NULL; local
1794 peer = NULL;
1796 (void) dns_peerlist_peerbyaddr(fctx->res->view->peers, &ipaddr, &peer);
1803 peer != NULL &&
1804 dns_peer_getsupportedns(peer, &useedns) == ISC_R_SUCCESS &&
1865 else if (peer !
2820 dns_peer_t *peer = NULL; local
[all...]
H A Dview.c50 #include <dns/peer.h>
1446 dns_peer_t *peer = NULL; local
1448 result = dns_peerlist_peerbyaddr(view->peers, peeraddr, &peer);
1452 result = dns_peer_getkey(peer, &keyname);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Drep.h483 int peer; /* Site to use for C2C sync. */ member in struct:__db_rep
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm621 my ($sock, $peer, $from ) = $conn eq $_
636 $_->close for ( $sock, $peer );
637 $select->remove( $sock, $peer );
645 $peer->syswrite($data, length $data);
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm621 my ($sock, $peer, $from ) = $conn eq $_
636 $_->close for ( $sock, $peer );
637 $select->remove( $sock, $peer );
645 $peer->syswrite($data, length $data);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c398 *outname = (char *)strdup(yprm.peer);

Completed in 435 milliseconds

12345678910