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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_route.c43 ripng_aggregate_free (struct ripng_aggregate *aggregate) argument
45 XFREE (MTYPE_RIPNG_AGGREGATE, aggregate);
53 struct ripng_aggregate *aggregate; local
56 if ((aggregate = np->aggregate) != NULL)
58 aggregate->count++;
68 struct ripng_aggregate *aggregate; local
71 if ((aggregate = np->aggregate) != NULL)
73 aggregate
85 struct ripng_aggregate *aggregate; local
124 struct ripng_aggregate *aggregate; local
[all...]
H A Dripngd.c1279 struct ripng_aggregate *aggregate;
1448 if ((aggregate = rp->aggregate) != NULL &&
1449 aggregate->count > 0 &&
1450 aggregate->suppress == 0)
1453 metric = aggregate->metric;
1508 num = ripng_write_rte (num, s, p, aggregate->tag, metric);
1563 ripng->aggregate = route_table_init ();
1725 struct ripng_aggregate *aggregate;
1737 if ((aggregate
1277 struct ripng_aggregate *aggregate; local
1721 struct ripng_aggregate *aggregate; variable in typeref:struct:ripng_aggregate
[all...]
H A Dripngd.h115 /* RIPng aggregate route information. */
116 struct route_table *aggregate; member in struct:ripng
161 /* This route's type. Static, ripng or aggregate. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DGNUmakefile34 include $(GNUSTEP_MAKEFILES)/aggregate.make
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_table.h44 void *aggregate; member in struct:bgp_node
H A Dbgp_route.c2633 attribute-map Set attributes of aggregate
2634 route-map Set parameters of aggregate
2667 bgp_aggregate_free (struct bgp_aggregate *aggregate)
2669 XFREE (MTYPE_BGP_AGGREGATE, aggregate);
2675 struct bgp_aggregate *aggregate)
2748 if (aggregate->summary_only)
2755 aggregate->count++;
2757 if (aggregate->as_set)
2793 aggregate->count++;
2795 if (aggregate
2654 bgp_aggregate_free(struct bgp_aggregate *aggregate) argument
2660 bgp_aggregate_route(struct bgp *bgp, struct prefix *p, struct bgp_info *rinew, afi_t afi, safi_t safi, struct bgp_info *del, struct bgp_aggregate *aggregate) argument
2846 struct bgp_aggregate *aggregate; local
2876 struct bgp_aggregate *aggregate; local
2898 bgp_aggregate_add(struct bgp *bgp, struct prefix *p, afi_t afi, safi_t safi, struct bgp_aggregate *aggregate) argument
3003 bgp_aggregate_delete(struct bgp *bgp, struct prefix *p, afi_t afi, safi_t safi, struct bgp_aggregate *aggregate) argument
3088 struct bgp_aggregate *aggregate; local
3135 struct bgp_aggregate *aggregate; local
[all...]
H A Dbgpd.h108 struct bgp_table *aggregate[AFI_MAX][SAFI_MAX]; member in struct:bgp
H A Dbgpd.c1622 bgp->aggregate[afi][safi] = bgp_table_init ();
1771 if (bgp->aggregate[afi][safi])
1772 XFREE (MTYPE_ROUTE_TABLE,bgp->aggregate[afi][safi]) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dtable.h52 void *aggregate; member in struct:route_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h165 unsigned long mntflag; /* aggregate attributes */
167 struct inode *ipaimap; /* aggregate inode map inode */
169 struct inode *ipimap; /* aggregate inode map inode */
178 uint aggregate; /* volume identifier in log record */ member in struct:jfs_sb_info
H A Djfs_logmgr.h209 __le32 aggregate; /* 4: file system lv/aggregate */ member in struct:lrd
H A Djfs_mount.c22 * note: file system in transition to aggregate/fileset:
24 * file system mount is interpreted as the mount of aggregate,
26 * the aggregate;
28 * a file system/aggregate is represented by an internal inode
29 * (aka mount inode) initialized with aggregate superblock;
32 * (an aggregate itself is structured recursively as a filset:
34 * allocation map inode" (aka aggregate inode) where each inode
36 * on-disk inode in uniform way at both aggregate and fileset level;
41 * per aggregate information, e.g., block size, etc.) as well as
44 * aggregate
[all...]
H A Djfs_txnmgr.c1389 lrd->aggregate = cpu_to_le32(JFS_SBI(ip->i_sb)->aggregate);
H A Djfs_logmgr.c1752 sbi->aggregate = i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c6939 goto aggregate;
6944 goto aggregate;
6954 goto aggregate;
7013 aggregate:
7855 * Allow only one TCP timestamp option. Don't aggregate if

Completed in 151 milliseconds