Searched refs:neighbor (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_snmp.c422 /* OSPF neighbor table. */
446 /* OSPF virtual neighbor table. */
1853 ospf_snmp_vl_lookup (struct in_addr *area_id, struct in_addr *neighbor)
1863 lp.adv_router = *neighbor;
1876 ospf_snmp_vl_lookup_next (struct in_addr *area_id, struct in_addr *neighbor,
1887 lp.adv_router = *neighbor;
1905 *neighbor = vl_data->vl_peer;
1914 struct in_addr *area_id, struct in_addr *neighbor, int exact)
1926 oid2in_addr (name + v->namelen + IN_ADDR_SIZE, IN_ADDR_SIZE, neighbor);
1928 return ospf_snmp_vl_lookup (area_id, neighbor);
1848 ospf_snmp_vl_lookup(struct in_addr *area_id, struct in_addr *neighbor) argument
1871 ospf_snmp_vl_lookup_next(struct in_addr *area_id, struct in_addr *neighbor, int first) argument
1908 ospfVirtIfLookup(struct variable *v, oid *name, size_t *length, struct in_addr *area_id, struct in_addr *neighbor, int exact) argument
1962 struct in_addr neighbor; local
2206 struct in_addr neighbor; local
[all...]
H A Dospf_vty.c860 "Interval after which a neighbor is declared dead\n"
2088 DEFUN (neighbor,
2090 "neighbor A.B.C.D",
2099 VTY_GET_IPV4_ADDRESS ("neighbor address", nbr_addr, argv[0]);
2102 VTY_GET_INTEGER_RANGE ("neighbor priority", priority, argv[1], 0, 255);
2116 ALIAS (neighbor,
2118 "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>",
2126 ALIAS (neighbor,
2128 "neighbor A.B.C.D priority <0-255>",
2136 "neighbor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_dev.h134 __u8 neighbor[6]; member in struct:endnode_hello_message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.h100 /* RIP neighbor. */
101 struct route_table *neighbor; member in struct:rip
H A Drip_interface.c294 /* Send RIP request to the neighbor. */
318 zlog_info ("request to the all neighbor");
320 /* Send request to all neighbor. */
321 for (rp = route_top (rip->neighbor); rp; rp = route_next (rp))
450 /* is this address from a valid neighbor? (RFC2453 - Sec. 3.9.2) */
467 struct prefix *pxn = NULL; /* Prefix of the neighbor */
1134 node = route_node_lookup (rip->neighbor, (struct prefix *) &p);
1143 /* Add new RIP neighbor to the neighbor tree. */
1149 node = route_node_get (rip->neighbor, (struc
[all...]
H A Dripd.c46 /* RIP neighbor address table. */
1111 whether the datagram is from a valid neighbor; the source of the
1116 zlog_info ("This datagram doesn't came from a valid neighbor: %s",
1777 /* Is RIP running or is this RIP neighbor ?*/
2155 /* Send update to the ifp or spcified neighbor. */
2175 zlog_info ("update routes to neighbor %s", inet_ntoa (to->sin_addr));
2430 /* Update send to all interface and neighbor. */
2493 /* RIP send updates to each neighbor. */
2494 for (rp = route_top (rip->neighbor); rp; rp = route_next (rp))
2666 rip->neighbor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
H A D07-floor1.tex266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmt.c97 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
1046 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */
1314 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) argument
1316 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ;
1318 neighbor->nb_mib_index = INDEX_MAC ;
1319 neighbor->nb_mac_index = mac_index(smc,1) ;
1320 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ;
1321 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c1286 ospf6_lsa_router_hook_neighbor (void *neighbor)
1288 struct ospf6_neighbor *o6n = neighbor;
1452 /* If none of neighbor is adjacent to us */
1489 /* set this neighbor's Router-ID to LSA */
1505 ospf6_lsa_network_hook_neighbor (void *neighbor)
1507 struct ospf6_neighbor *o6n = neighbor;
1283 ospf6_lsa_router_hook_neighbor(void *neighbor) argument
1502 ospf6_lsa_network_hook_neighbor(void *neighbor) argument
H A Dospf6_message.c123 char neighbor[16]; local
124 inet_ntop (AF_INET, current, neighbor, sizeof (neighbor));
125 zlog_info (" Neighbor: %s", neighbor);
357 /* find neighbor. if cannot be found, create */
436 /* execute neighbor events */
870 /* find neighbor. if cannot be found, reject this message */
875 zlog_info ("neighbor not found, reject");
882 zlog_info ("From Secondary I/F of the neighbor: ignore");
929 /* find neighbor
[all...]
H A Dospf6_intra.c430 /* If none of neighbor is adjacent to us */
467 zlog_info ("Update Intra-Prefix (Transit): neighbor not found");
771 ospf6_lsa_intra_prefix_hook_neighbor (void *neighbor)
773 struct ospf6_neighbor *o6n = neighbor;
770 ospf6_lsa_intra_prefix_hook_neighbor(void *neighbor) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmt.h75 #define SMT_NIF 0x01 /* neighbor information frames */
113 #define SMT_P_UNA 0x0001 /* upstream neighbor address */
206 #define SMT_P_NEIGHBORS 0x0007 /* MAC neighbor description */
719 * NIF : neighbor information frames
742 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member in struct:smt_sif_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c877 memcpy(msg->neighbor, dn_hiord, ETH_ALEN);
881 dn_dn2eth(msg->neighbor, dn->addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex832 \paragraph{Abbreviations:} \verb|neighbour|, \verb|neighbor|, \verb|neigh|,

Completed in 161 milliseconds