Searched refs:peer (Results 101 - 125 of 201) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-input.c663 struct rxrpc_peer *peer; local
735 peer = rxrpc_find_peer(local, ip_hdr(skb)->saddr, udp_hdr(skb)->source);
736 if (IS_ERR(peer))
739 trans = rxrpc_find_transport(local, peer);
740 rxrpc_put_peer(peer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_srvr.c372 ((s->session->peer != NULL) &&
1770 X509 *peer; local
1781 if (s->session->peer != NULL)
1783 peer=s->session->peer;
1784 pkey=X509_get_pubkey(peer);
1785 type=X509_certificate_type(peer,pkey);
1789 peer=NULL;
1796 if ((peer != NULL) && (type | EVP_PKT_SIGN))
1806 if (peer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c123 t->ourtid, t->tid, IPADDY (t->peer.sin_addr),
124 ntohs (t->peer.sin_port), t->control_seq_num,
963 __FUNCTION__, IPADDY (t->peer.sin_addr), t->ourtid, t->tid);
1013 tmp->peer.sin_family = AF_INET;
1014 tmp->peer.sin_port = 0;
1015 bzero (&(tmp->peer.sin_addr), sizeof (tmp->peer.sin_addr));
1021 tmp->fc = -1; /* These really need to be specified by the peer */
H A Dl2tp.h121 int fc; /* Framing capabilities of peer */
137 struct sockaddr_in peer; /* Peer's Address */ member in struct:tunnel
145 int cLr; /* Last packet received by peer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c517 if (!asoc->peer.asconf_capable)
520 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
528 * do not send the asconf chunk to its peer, but continue with
709 if (!asoc->peer.asconf_capable)
712 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
720 * If so, do not send the asconf chunk to its peer, but
785 list_for_each(pos1, &asoc->peer.transport_addr_list) {
845 * endpoint to send the appropriate message to the peer to change the
1014 if (asoc && asoc->peer.port && asoc->peer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c228 shared = cq->mq.peer;
276 NULL, /* peer (currently unknown) */
350 cq->mq.peer = ioremap_nocache(peer_pa, PAGE_SIZE);
351 if (!cq->mq.peer) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsutils.c901 * Walk to the end of this peer list. The last entry is marked with a flag
902 * and the peer pointer is really a pointer back to the parent. This saves
906 node = node->peer;
909 return (node->peer);
931 /* If we are at the end of this peer list, return NULL */
937 /* Otherwise just return the next peer */
939 return (node->peer);
H A Dnssearch.c161 /* Didn't match name, move on to the next peer object */
163 node = node->peer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnet.h142 int *sockaddr_len, int peer);
266 int *addr_len, int peer), (sock, uaddr, addr_len, peer)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c1056 struct inet_peer *peer; local
1058 peer = inet_getpeer(rt->rt_dst, create);
1061 if (rt->peer == NULL) {
1062 rt->peer = peer;
1063 peer = NULL;
1066 if (peer)
1067 inet_putpeer(peer);
1095 if (rt->peer == NULL)
1098 /* If peer i
1480 struct inet_peer *peer = rt->peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_netdev.c162 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
230 DEBUGFS_ADD(peer, wds);
323 DEBUGFS_DEL(peer, wds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c1879 int peer; member in struct:unixstat
1909 char *peer; local
1919 peer = "*";
1920 if (s->peer) {
1923 if (s->peer == p->ino)
1927 peer = "?";
1929 peer = p->name ? : "*";
1938 if (strcmp(peer, "*") == 0)
1939 memset(tst.remote.data, 0, sizeof(peer));
1941 memcpy(tst.remote.data, &peer, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Damd74xx.c243 ide_drive_t *peer = HWIF(drive)->drives + (~drive->dn & 1); local
255 if (peer->present) {
256 ide_timing_compute(peer, peer->current_speed, &p, T, UT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn.h71 struct sockaddr_dn peer; /* Remote address */ member in struct:dn_scp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc.h158 int tipc_peer(u32 portref, struct tipc_portid *peer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dpvc.c88 int *sockaddr_len,int peer)
87 pvc_getname(struct socket *sock,struct sockaddr *sockaddr, int *sockaddr_len,int peer) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c1897 struct peer *peer;
1906 LIST_LOOP (bgp->peer, peer, nm)
1911 filter = &peer->filter[afi][safi];
1955 LIST_LOOP (bgp->peer, peer, nm)
1960 if (peer->default_rmap[afi][safi].name)
1961 peer->default_rmap[afi][safi].map =
1962 route_map_lookup_by_name (peer
1870 struct peer *peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_method.c219 db_rep->peer = DB_EID_INVALID;
436 db_rep->peer = eid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxconnect.c278 int create_and_connect_stream_or_die(const char *peer, int port) argument
283 lsa = xhost2sockaddr(peer, port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dsm.h69 SCTP_DISPOSITION_VIOLATION, /* The peer is misbehaving. */
271 void sctp_generate_t3_rtx_event(unsigned long peer);
272 void sctp_generate_heartbeat_event(unsigned long peer);
410 * not set, OR its peer's tag and the T bit is set in the Chunk Flags.
422 * it is set to its peer's tag and the T bit is set in the Chunk
431 * it is set to its peer's tag and the T bit is set in the Chunk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c890 struct tls_x509_name_string peer; local
901 tls_get_x509_subject_name_oneline(peercert, &peer);
905 if (peer.str[0] == '\0')
908 if (strchr(peer.str, '\n')) {
910 *strchr(peer.str, '\n') = '\0';
912 r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok, X509_verify_cert_error_string(v), peer.str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio.h535 #define BIO_ctrl_dgram_connect(b,peer) \
536 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
537 #define BIO_ctrl_set_connected(b, state, peer) \
538 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer)
543 #define BIO_dgram_set_peer(b,peer) \
544 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c890 struct tls_x509_name_string peer; local
901 tls_get_x509_subject_name_oneline(peercert, &peer);
905 if (peer.str[0] == '\0')
908 if (strchr(peer.str, '\n')) {
910 *strchr(peer.str, '\n') = '\0';
912 r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok, X509_verify_cert_error_string(v), peer.str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h535 #define BIO_ctrl_dgram_connect(b,peer) \
536 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
537 #define BIO_ctrl_set_connected(b, state, peer) \
538 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer)
543 #define BIO_dgram_set_peer(b,peer) \
544 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.c1166 int tipc_connect2port(u32 ref, struct tipc_portid const *peer) argument
1177 if (!peer->ref)
1181 msg_set_destnode(msg, peer->node);
1182 msg_set_destport(msg, peer->ref);
1187 if (!may_route(peer->node))
1197 tipc_nodesub_subscribe(&p_ptr->subscription,peer->node,
1203 p_ptr->max_pkt = tipc_link_get_max_pkt(peer->node, ref);
1208 * tipc_disconnect(): Disconnect port form peer.
1231 * tipc_shutdown(): Send a SHUTDOWN msg to peer and disconnect
1273 int tipc_peer(u32 ref, struct tipc_portid *peer) argument
[all...]

Completed in 375 milliseconds

123456789