Searched refs:peer (Results 26 - 50 of 201) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp38 void RepConfigInfo::addOtherHost(char* host, int port, bool peer) argument
44 newinfo->peer = peer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_route.h50 struct peer *peer; member in struct:bgp_info
122 void bgp_announce_route (struct peer *, afi_t, safi_t);
123 void bgp_announce_route_all (struct peer *);
124 void bgp_default_originate (struct peer *, afi_t, safi_t, int);
125 void bgp_soft_reconfig_in (struct peer *, afi_t, safi_t);
126 void bgp_clear_route (struct peer *, afi_t, safi_t);
127 void bgp_clear_route_all (struct peer *);
128 void bgp_clear_adj_in (struct peer *, afi_t, safi_t);
130 int bgp_nlri_sanity_check (struct peer *, in
[all...]
H A Dbgp_attr.h104 int bgp_attr_parse (struct peer *, struct attr *, bgp_size_t,
106 int bgp_attr_check (struct peer *, struct attr *);
113 bgp_size_t bgp_packet_attribute (struct bgp *bgp, struct peer *, struct stream *, struct attr *, struct prefix *, afi_t, safi_t, struct peer *, struct prefix_rd *, u_char *);
114 bgp_size_t bgp_packet_withdraw (struct peer *peer, struct stream *s, struct prefix *p, afi_t, safi_t, struct prefix_rd *, u_char *);
H A Dbgp_dump.c49 MSG_PEER_DOWN, /* sender's peer is down */
169 struct peer *peer;
178 peer = info->peer;
211 stream_put_in_addr (obuf, &peer->su.sin.sin_addr);
214 stream_putw (obuf, peer->as);
246 stream_write (obuf, (u_char *)&peer->su.sin6.sin6_addr,
250 stream_putw (obuf, peer->as);
322 bgp_dump_common (struct stream *obuf, struct peer *pee
167 struct peer *peer; local
320 bgp_dump_common(struct stream *obuf, struct peer *peer) argument
360 bgp_dump_state(struct peer *peer, int status_old, int status_new) argument
387 bgp_dump_packet_func(struct bgp_dump *bgp_dump, struct peer *peer, struct stream *packet) argument
417 bgp_dump_packet(struct peer *peer, int type, struct stream *packet) argument
[all...]
H A Dbgp_route.c257 if (peer_sort (new->peer) == BGP_PEER_EBGP
258 && peer_sort (exist->peer) == BGP_PEER_IBGP)
260 if (peer_sort (new->peer) == BGP_PEER_EBGP
261 && peer_sort (exist->peer) == BGP_PEER_CONFED)
263 if (peer_sort (new->peer) == BGP_PEER_IBGP
264 && peer_sort (exist->peer) == BGP_PEER_EBGP)
266 if (peer_sort (new->peer) == BGP_PEER_CONFED
267 && peer_sort (exist->peer) == BGP_PEER_EBGP)
283 && peer_sort (new->peer) == BGP_PEER_EBGP
284 && peer_sort (exist->peer)
332 bgp_input_filter(struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi) argument
355 bgp_output_filter(struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi) argument
379 bgp_community_filter(struct peer *peer, struct attr *attr) argument
403 bgp_cluster_filter(struct peer *peer, struct attr *attr) argument
421 bgp_input_modifier(struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi) argument
453 bgp_announce_check(struct bgp_info *ri, struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi) argument
726 struct peer *peer; local
857 bgp_maximum_prefix_overflow(struct peer *peer, afi_t afi, safi_t safi) argument
891 bgp_rib_remove(struct bgp_node *rn, struct bgp_info *ri, struct peer *peer, afi_t afi, safi_t safi) argument
907 bgp_rib_withdraw(struct bgp_node *rn, struct bgp_info *ri, struct peer *peer, afi_t afi, safi_t safi, int force) argument
945 bgp_update(struct peer *peer, struct prefix *p, struct attr *attr, afi_t afi, safi_t safi, int type, int sub_type, struct prefix_rd *prd, u_char *tag, int soft_reconfig) argument
1240 bgp_withdraw(struct peer *peer, struct prefix *p, struct attr *attr, int afi, int safi, int type, int sub_type, struct prefix_rd *prd, u_char *tag) argument
1288 bgp_default_originate(struct peer *peer, afi_t afi, safi_t safi, int withdraw) argument
1365 bgp_announce_table(struct peer *peer, afi_t afi, safi_t safi, struct bgp_table *table) argument
1391 bgp_announce_route(struct peer *peer, afi_t afi, safi_t safi) argument
1416 bgp_announce_route_all(struct peer *peer) argument
1427 bgp_soft_reconfig_table(struct peer *peer, afi_t afi, safi_t safi, struct bgp_table *table) argument
1456 bgp_soft_reconfig_in(struct peer *peer, afi_t afi, safi_t safi) argument
1474 bgp_clear_route_table(struct peer *peer, afi_t afi, safi_t safi, struct bgp_table *table) argument
1511 bgp_clear_route(struct peer *peer, afi_t afi, safi_t safi) argument
1529 bgp_clear_route_all(struct peer *peer) argument
1540 bgp_clear_adj_in(struct peer *peer, afi_t afi, safi_t safi) argument
1602 bgp_nlri_parse(struct peer *peer, struct attr *attr, struct bgp_nlri *packet) argument
1697 bgp_nlri_sanity_check(struct peer *peer, int afi, u_char *pnt, bgp_size_t length) argument
4835 struct peer *peer; local
7266 show_adj_route(struct vty *vty, struct peer *peer, afi_t afi, safi_t safi, int in) argument
7358 struct peer *peer; local
7524 struct peer *peer; variable in typeref:struct:peer
7563 struct peer *peer; variable in typeref:struct:peer
7637 struct peer *peer; variable in typeref:struct:peer
7716 struct peer *peer; local
7999 struct peer *peer; local
[all...]
H A Dbgp_mplsvpn.c82 int bgp_update (struct peer *, struct prefix *, struct attr *,
85 int bgp_withdraw (struct peer *, struct prefix *, struct attr *,
88 bgp_nlri_parse_vpnv4 (struct peer *peer, struct attr *attr, argument
103 /* Check peer status. */
104 if (peer->status != Established)
168 bgp_update (peer, &p, attr, AFI_IP, SAFI_MPLS_VPN,
171 bgp_withdraw (peer, &p, attr, AFI_IP, SAFI_MPLS_VPN,
313 show_adj_route_vpn (struct vty *vty, struct peer *peer, struc argument
583 struct peer *peer; variable in typeref:struct:peer
617 struct peer *peer; variable in typeref:struct:peer
657 struct peer *peer; variable in typeref:struct:peer
690 struct peer *peer; variable in typeref:struct:peer
[all...]
H A Dbgp_zebra.c52 struct peer *peer;
76 LIST_LOOP (bgp->peer, peer, nm)
78 peer->local_id = addr;
172 struct peer *peer;
180 LIST_LOOP (bgp->peer, peer, nm)
182 if (peer
51 struct peer *peer; local
171 struct peer *peer; local
509 bgp_nexthop_set(union sockunion *local, union sockunion *remote, struct bgp_nexthop *nexthop, struct peer *peer) argument
661 struct peer *peer; local
770 struct peer *peer; local
[all...]
H A Dbgp_mplsvpn.h41 int bgp_nlri_parse_vpnv4 (struct peer *, struct attr *, struct bgp_nlri *);
H A Dbgp_vty.c81 /* Utility function for looking up peer from VTY. */
82 struct peer *
88 struct peer *peer; local
105 peer = peer_lookup (bgp, &su);
106 if (! peer)
108 vty_out (vty, "%% Specify remote-as or peer-group commands first%s", VTY_NEWLINE);
111 return peer;
114 /* Utility function for looking up peer or peer grou
121 struct peer *peer; local
1185 struct peer *peer; local
1276 struct peer *peer; variable in typeref:struct:peer
1296 struct peer *peer; variable in typeref:struct:peer
1315 struct peer *peer; variable in typeref:struct:peer
1352 struct peer *peer; variable in typeref:struct:peer
1372 struct peer *peer; variable in typeref:struct:peer
1437 struct peer *peer; variable in typeref:struct:peer
1463 struct peer *peer; local
1608 struct peer *peer; local
1855 struct peer *peer; variable in typeref:struct:peer
2267 struct peer *peer; local
2287 struct peer *peer; local
2370 struct peer *peer; variable in typeref:struct:peer
2409 struct peer *peer; variable in typeref:struct:peer
2433 struct peer *peer; local
2485 struct peer *peer; local
2550 struct peer *peer; local
2610 struct peer *peer; local
2627 struct peer *peer; local
2717 struct peer *peer; local
2737 struct peer *peer; local
2775 struct peer *peer; local
2793 struct peer *peer; local
2843 struct peer *peer; local
2896 struct peer *peer; local
2947 struct peer *peer; local
2990 struct peer *peer; local
3013 struct peer *peer; local
3070 struct peer *peer; local
3093 struct peer *peer; local
3145 struct peer *peer; local
3168 struct peer *peer; local
3221 struct peer *peer; local
3244 struct peer *peer; local
3298 struct peer *peer; local
3315 struct peer *peer; local
3356 struct peer *peer; local
3375 struct peer *peer; local
3454 struct peer *peer; variable in typeref:struct:peer
3489 struct peer *peer; variable in typeref:struct:peer
3584 bgp_clear_vty_error(struct vty *vty, struct peer *peer, afi_t afi, safi_t safi, int error) argument
3610 struct peer *peer; local
5907 struct peer *peer; local
6748 struct peer *peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_snmp.c289 struct rip_peer *peer;
299 peer = rip_peer_lookup (addr);
301 if (peer->domain == name[v->namelen + sizeof (struct in_addr)])
302 return peer;
314 peer = rip_peer_lookup (addr);
315 if (peer)
318 (peer->domain > name[v->namelen + sizeof (struct in_addr)]))
320 oid_copy_addr (name + v->namelen, &peer->addr,
322 name[v->namelen + sizeof (struct in_addr)] = peer->domain;
324 return peer;
286 struct rip_peer *peer; local
514 struct rip_peer *peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_mq.c66 /* Update peer's offset. */
67 __raw_writew(cpu_to_be16(q->priv), &q->peer->shared);
107 /* Update peer's offset. */
108 __raw_writew(cpu_to_be16(q->priv), &q->peer->shared);
126 u8 __iomem *pool_start, u16 __iomem *peer, u32 type)
135 q->peer = (struct c2_mq_shared __iomem *) peer;
143 u8 *pool_start, u16 __iomem *peer, u32 type)
152 q->peer = (struct c2_mq_shared __iomem *) peer;
125 c2_mq_req_init(struct c2_mq *q, u32 index, u32 q_size, u32 msg_size, u8 __iomem *pool_start, u16 __iomem *peer, u32 type) argument
142 c2_mq_rep_init(struct c2_mq *q, u32 index, u32 q_size, u32 msg_size, u8 *pool_start, u16 __iomem *peer, u32 type) argument
[all...]
H A Dc2_mq.h77 struct c2_mq_shared __iomem *peer; member in struct:c2_mq
102 u8 __iomem *pool_start, u16 __iomem *peer, u32 type);
104 u8 *pool_start, u16 __iomem *peer, u32 type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Difcfg81 peer=$1
82 if [ "$peer" != "" ]; then
87 pfx="$ipaddr peer $peer"
137 elif [ "$peer" != "" ]; then
138 if ping -q -c 2 -w 4 $peer ; then
139 ip ro append default via $peer dev $dev metric 30001
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_dgram.c103 struct sockaddr peer; member in struct:bio_dgram_data_st
174 struct sockaddr peer; local
175 int peerlen = sizeof(peer);
180 memset(&peer, 0x00, peerlen);
186 ret=recvfrom(b->num,out,outl,0,&peer,(void *)&peerlen);
189 BIO_ctrl(b, BIO_CTRL_DGRAM_CONNECT, 0, &peer);
213 ret=sendto(b->num, in, inl, 0, &data->peer, sizeof(data->peer));
293 memcpy(&(data->peer),to, sizeof(struct sockaddr));
331 memcpy(&(data->peer),t
[all...]
H A Dbss_bio.c57 * of this kind, handled by the same thread (i.e. the "peer" is actually
127 BIO *peer; /* NULL if buf == NULL. member in struct:bio_bio_st
128 * If peer != NULL, then peer->ptr is also a bio_bio_st,
129 * and its "peer" member points back to us.
130 * peer != NULL iff init != 0 in the BIO. */
132 /* This is for what we write (i.e. reading uses peer's struct): */
133 int closed; /* valid iff peer != NULL */
134 size_t len; /* valid iff buf != NULL; 0 if peer == NULL */
139 size_t request; /* valid iff peer !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Disrv_identd.c26 int peer; local
29 peer = isrv_register_peer(state, buf);
30 if (peer < 0)
32 if (isrv_register_fd(state, peer, fd) < 0)
33 return peer; /* failure, unregister peer */
H A Disrv.h20 int isrv_register_fd(isrv_state_t *state, int peer, int fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Drionet.c225 struct rionet_peer *peer; local
232 list_for_each_entry(peer, &rionet_peers, node) {
233 if (peer->rdev->destid == sid)
234 rionet_active[sid] = peer->rdev;
294 struct rionet_peer *peer, *tmp; local
335 list_for_each_entry_safe(peer, tmp, &rionet_peers, node) {
336 if (!(peer->res = rio_request_outb_dbell(peer->rdev,
349 rio_read_config_32(peer->rdev, RIO_WRITE_PORT_CSR, &pwdcsr);
351 rio_send_doorbell(peer
361 struct rionet_peer *peer, *tmp; local
393 struct rionet_peer *peer, *tmp; local
501 struct rionet_peer *peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libipq/
H A Dlibipq.c77 { IPQ_ERR_ADDRLEN, "Invalid peer address length" },
107 (struct sockaddr *)&h->peer, sizeof(h->peer));
135 addrlen = sizeof(h->peer);
168 (struct sockaddr *)&h->peer, &addrlen);
173 if (addrlen != sizeof(h->peer)) {
177 if (h->peer.nl_pid != 0) {
248 memset(&h->peer, 0, sizeof(struct sockaddr_nl));
249 h->peer.nl_family = AF_NETLINK;
250 h->peer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libipq/
H A Dlibipq.c75 { IPQ_ERR_ADDRLEN, "Invalid peer address length" },
105 (struct sockaddr *)&h->peer, sizeof(h->peer));
133 addrlen = sizeof(h->peer);
166 (struct sockaddr *)&h->peer, &addrlen);
171 if (addrlen != sizeof(h->peer)) {
175 if (h->peer.nl_pid != 0) {
247 memset(&h->peer, 0, sizeof(struct sockaddr_nl));
248 h->peer.nl_family = AF_NETLINK;
249 h->peer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsalloc.c116 /* Find the node that is the previous peer in the parent's child list */
120 next_node = prev_node->peer;
127 prev_node->peer = next_node->peer;
132 /* Node is first child (has no previous peer) */
139 } else { /* Link peer list to parent */
141 parent_node->child = next_node->peer;
199 node->peer = parent_node;
202 child_node = child_node->peer;
205 child_node->peer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c57 * of this kind, handled by the same thread (i.e. the "peer" is actually
127 BIO *peer; /* NULL if buf == NULL. member in struct:bio_bio_st
128 * If peer != NULL, then peer->ptr is also a bio_bio_st,
129 * and its "peer" member points back to us.
130 * peer != NULL iff init != 0 in the BIO. */
132 /* This is for what we write (i.e. reading uses peer's struct): */
133 int closed; /* valid iff peer != NULL */
134 size_t len; /* valid iff buf != NULL; 0 if peer == NULL */
139 size_t request; /* valid iff peer !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_make_chunk.c284 /* Tell peer that we'll do ECN only if peer advertised such cap. */
285 if (asoc->peer.ecn_capable)
288 /* Tell peer that we'll do PR-SCTP only if peer advertised. */
289 if (asoc->peer.prsctp_capable)
307 if (asoc->peer.ecn_capable)
309 if (asoc->peer.prsctp_capable)
342 * It is sent by the initiator of an association to its peer to complete
380 cookie = asoc->peer
2373 struct sctp_transport *peer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java74 public void addOtherHost(String host, int port, boolean peer) argument
78 RepRemoteHost newHost = new RepRemoteHost(newInfo, peer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.h15 struct sockaddr_nl peer; member in struct:rtnl_handle
27 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,

Completed in 301 milliseconds

123456789