Lines Matching refs:int32_t

86 	int32_t			port_no;
102 int32_t port_no; /* The bridge member system index. */
103 int32_t if_idx; /* SNMP ifIndex from mibII. */
108 int32_t status; /* The entry status. */
112 int32_t path_cost;
113 int32_t priority;
114 int32_t design_cost;
124 int32_t admin_path_cost;
132 int32_t max_info;
133 int32_t in_frames;
134 int32_t out_frames;
135 int32_t in_drops;
150 int32_t num_ports; /* Number of ports. */
158 int32_t priority;
159 int32_t root_cost;
160 int32_t root_port;
161 int32_t max_age; /* Current max age. */
162 int32_t hello_time; /* Current hello time. */
163 int32_t fwd_delay; /* Current forward delay. */
164 int32_t hold_time;
165 int32_t bridge_max_age; /* Configured max age. */
166 int32_t bridge_hello_time; /* Configured hello time. */
167 int32_t bridge_fwd_delay; /* Configured forward delay. */
168 int32_t tx_hold_count;
176 int32_t lrnt_drops; /* Dropped addresses. */
177 int32_t age_time; /* Address entry timeout. */
178 int32_t num_addrs; /* Current # of addresses in cache. */
179 int32_t max_addrs; /* Max # of addresses in cache. */
234 struct bridge_port *bridge_port_find(int32_t if_idx, struct bridge_if *bif);
286 int bridge_set_priority(struct bridge_if *bif, int32_t priority);
289 int bridge_set_maxage(struct bridge_if *bif, int32_t max_age);
292 int bridge_set_hello_time(struct bridge_if *bif, int32_t hello_time);
295 int bridge_set_forward_delay(struct bridge_if *bif, int32_t fwd_delay);
298 int bridge_set_aging_time(struct bridge_if *bif, int32_t age_time);
301 int bridge_set_max_cache(struct bridge_if *bif, int32_t max_cache);
304 int bridge_set_tx_hold_count(struct bridge_if *bif, int32_t tx_hc);
307 int bridge_set_stp_version(struct bridge_if *bif, int32_t stp_proto);
323 int32_t priority);
331 int32_t path_cost);
352 int32_t bridge_get_pfval(uint8_t which);
355 int32_t bridge_do_pfctl(int32_t bridge_ctl, enum snmp_op op, int32_t *val);