Searched refs:oi (Results 1 - 25 of 47) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S67 oi 3(%r12),2 # set IEEE fpu flag
78 oi 3(%r12),8 # set CSP flag
89 oi 3(%r12),16 # set MVPG flag
102 oi 3(%r12),0x80 # set IDTE flag
112 oi 2(%r12),1 # set diag9c flag
171 oi 2(%r15),0x40 # enable sigp emergency signal
172 oi 0(%r15),0x10 # switch on low address protection
H A Dhead64.S140 oi 7(%r12),16 # set MVPG flag
149 oi 7(%r12),32 # set diag44 flag
163 oi 7(%r12),0x80 # set IDTE flag
174 oi 6(%r12),1 # set diag9c flag
187 oi 6(%r12),2 # set MVCOS flag
247 oi 6(%r15),0x40 # enable sigp emergency signal
248 oi 4(%r15),0x10 # switch on low address proctection
H A Dreipl.S33 oi .Lschib+5-.Lpg0(%r13),0x84
H A Dreipl64.S41 oi .Lschib+5-.Lpg0(%r13),0x84
H A Drelocate_kernel.S36 oi 4(%r0),0x80
40 oi 0x6c(%r0),0x80
46 oi have_diag308-.back_base(%r13),0x01
H A Drelocate_kernel64.S42 oi 4(%r0),0x80
51 oi have_diag308-.back_base(%r13),0x01
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_abr.c627 struct ospf_interface *oi = path->oi;
629 if (oi != NULL)
630 if (oi->area == area)
626 struct ospf_interface *oi = path->oi; local
H A Dospf_ase.c153 struct ospf_interface *oi; local
156 if ((oi = getdata (ifn)) != NULL)
157 if (if_is_up (oi->ifp))
158 if (oi->type != OSPF_IFTYPE_VIRTUALLINK)
159 if (IPV4_ADDR_SAME (&oi->address->u.prefix4, &fwd_addr))
H A Dospf_dump.c199 ospf_if_name_string (struct ospf_interface *oi)
204 if (!oi)
207 if (oi->type == OSPF_IFTYPE_VIRTUALLINK)
208 return oi->ifp->name;
210 ifaddr = ntohl (oi->address->u.prefix4.s_addr);
212 "%s:%d.%d.%d.%d", oi->ifp->name,
224 struct ospf_interface *oi = nbr->oi;
226 if (IPV4_ADDR_SAME (&DR (oi), &nbr->address.u.prefix4))
228 else if (IPV4_ADDR_SAME (&BDR (oi),
198 ospf_if_name_string(struct ospf_interface *oi) argument
222 struct ospf_interface *oi = nbr->oi; local
[all...]
H A Dospf_flood.c72 if (inbr->oi->state == ISM_Backup && ! NBR_IS_DR (inbr))
76 listnode_add (inbr->oi->ls_ack, ospf_lsa_lock (lsa));
117 struct ospf_interface *oi;
154 if ((oi = getdata (node)) != NULL)
155 if (IPV4_ADDR_SAME (&oi->address->u.prefix4, &new->data->id))
157 if (oi->area != area ||
158 oi->type != OSPF_IFTYPE_BROADCAST ||
159 !IPV4_ADDR_SAME (&oi->address->u.prefix4, &DR (oi)))
173 ospf_lsa_unlock (oi
116 struct ospf_interface *oi; local
235 struct ospf_interface *oi; local
354 ospf_flood_through_interface(struct ospf_interface *oi, struct ospf_neighbor *inbr, struct ospf_lsa *lsa) argument
594 struct ospf_interface *oi = getdata (node); local
693 struct ospf_interface *oi = getdata (if_node); local
937 struct ospf_interface *oi = getdata (node); local
966 struct ospf_interface *oi = getdata (node); local
[all...]
H A Dospf_interface.c55 ospf_if_get_output_cost (struct ospf_interface *oi)
61 bw = oi->ifp->bandwidth ? oi->ifp->bandwidth : OSPF_DEFAULT_BANDWIDTH;
65 if (OSPF_IF_PARAM_CONFIGURED (IF_DEF_PARAMS (oi->ifp), output_cost_cmd) ||
66 OSPF_IF_PARAM_CONFIGURED (oi->params, output_cost_cmd))
67 cost = OSPF_IF_PARAM (oi, output_cost_cmd);
90 struct ospf_interface *oi;
92 if ( (oi = rn->info) == NULL)
95 newcost = ospf_if_get_output_cost (oi);
98 if (oi
54 ospf_if_get_output_cost(struct ospf_interface *oi) argument
89 struct ospf_interface *oi; local
106 ospf_if_reset_variables(struct ospf_interface *oi) argument
129 ospf_add_to_if(struct interface *ifp, struct ospf_interface *oi) argument
143 ospf_delete_from_if(struct interface *ifp, struct ospf_interface *oi) argument
162 struct ospf_interface *oi; local
213 ospf_if_cleanup(struct ospf_interface *oi) argument
268 ospf_if_free(struct ospf_interface *oi) argument
308 struct ospf_interface *oi; local
327 ospf_if_is_up(struct ospf_interface *oi) argument
336 struct ospf_interface *oi; local
355 struct ospf_interface *oi; local
383 struct ospf_interface *oi, *match; local
414 ospf_if_stream_set(struct ospf_interface *oi) argument
422 ospf_if_stream_unset(struct ospf_interface *oi) argument
551 struct ospf_interface *oi; local
625 ospf_if_is_enable(struct ospf_interface *oi) argument
635 ospf_if_up(struct ospf_interface *oi) argument
654 ospf_if_down(struct ospf_interface *oi) argument
795 struct ospf_interface *oi; local
887 struct ospf_interface *oi; local
[all...]
H A Dospf_ism.c77 ospf_elect_dr (struct ospf_interface *oi, list el_list)
95 if (IPV4_ADDR_SAME (&BDR (oi), &nbr->address.u.prefix4))
108 DR (oi) = dr->address.u.prefix4;
112 DR (oi).s_addr = 0;
120 ospf_elect_bdr (struct ospf_interface *oi, list el_list)
154 BDR (oi) = bdr->address.u.prefix4;
158 BDR (oi).s_addr = 0;
167 ospf_ism_state (struct ospf_interface *oi)
169 if (IPV4_ADDR_SAME (&DR (oi), &oi
76 ospf_elect_dr(struct ospf_interface *oi, list el_list) argument
119 ospf_elect_bdr(struct ospf_interface *oi, list el_list) argument
166 ospf_ism_state(struct ospf_interface *oi) argument
212 ospf_dr_election(struct ospf_interface *oi) argument
275 struct ospf_interface *oi; local
297 struct ospf_interface *oi; local
315 ism_timer_set(struct ospf_interface *oi) argument
382 ism_stop(struct ospf_interface *oi) argument
388 ism_interface_up(struct ospf_interface *oi) argument
414 ism_loop_ind(struct ospf_interface *oi) argument
426 ism_interface_down(struct ospf_interface *oi) argument
434 ism_backup_seen(struct ospf_interface *oi) argument
440 ism_wait_timer(struct ospf_interface *oi) argument
446 ism_neighbor_change(struct ospf_interface *oi) argument
452 ism_ignore(struct ospf_interface *oi) argument
569 ism_change_state(struct ospf_interface *oi, int state) argument
633 struct ospf_interface *oi; local
[all...]
H A Dospf_ism.h52 if (oi->on_write_q == 0) \
54 listnode_add (ospf_top->oi_write_q, oi); \
55 oi->on_write_q = 1; \
65 (T) = thread_add_timer (master, (F), oi, (V))
H A Dospf_lsa.c482 lsa_link_ptop_set (struct stream *s, struct ospf_interface *oi)
491 if ((nbr = ospf_nbr_lookup_ptop (oi->nbrs, ospf_top->router_id)))
496 link_info_set (s, nbr->router_id, oi->address->u.prefix4,
497 LSA_LINK_TYPE_POINTOPOINT, 0, oi->output_cost);
501 if (oi->connected->destination != NULL)
509 id.s_addr = oi->connected->destination->u.prefix4.s_addr;
511 link_info_set (s, id, mask, LSA_LINK_TYPE_STUB, 0, oi->output_cost);
517 masklen2ip (oi->address->prefixlen, &mask);
518 id.s_addr = oi->address->u.prefix4.s_addr & mask.s_addr;
519 link_info_set (s, id, mask, LSA_LINK_TYPE_STUB, 0, oi
475 lsa_link_ptop_set(struct stream *s, struct ospf_interface *oi) argument
521 lsa_link_broadcast_set(struct stream *s, struct ospf_interface *oi) argument
555 lsa_link_loopback_set(struct stream *s, struct ospf_interface *oi) argument
571 lsa_link_virtuallink_set(struct stream *s, struct ospf_interface *oi) argument
601 struct ospf_interface *oi = node->data; local
890 ospf_network_lsa_body_set(struct stream *s, struct ospf_interface *oi) argument
911 ospf_network_lsa_new(struct ospf_interface *oi) argument
955 ospf_network_lsa_originate(struct ospf_interface *oi) argument
984 ospf_network_lsa_refresh(struct ospf_lsa *lsa, struct ospf_interface *oi) argument
1018 struct ospf_interface *oi; local
1034 ospf_network_lsa_timer_add(struct ospf_interface *oi) argument
1354 struct ospf_interface *oi = getdata (n1); local
1371 ospf_get_ip_from_ifp(struct ospf_interface *oi) argument
1395 struct ospf_interface *oi = getdata (n1); local
2050 ospf_network_lsa_install(struct ospf_interface *oi, struct ospf_lsa *new, int rt_recalc) argument
2212 ospf_lsa_install(struct ospf_interface *oi, struct ospf_lsa *lsa) argument
2368 struct ospf_interface *oi = getdata (node); local
2893 struct ospf_interface *oi; local
2996 struct ospf_interface *oi = getdata (node); local
3072 struct ospf_interface *oi; member in struct:lsa_action
[all...]
H A Dospf_lsa.h113 struct ospf_interface *oi; member in struct:ospf_lsa
278 struct in_addr ospf_get_ip_from_ifp (struct ospf_interface *oi);
H A Dospf_neighbor.c47 ospf_nbr_new (struct ospf_interface *oi) argument
56 nbr->oi = oi;
62 nbr->v_inactivity = OSPF_IF_PARAM (oi, v_wait);
63 nbr->v_db_desc = OSPF_IF_PARAM (oi, retransmit_interval);
64 nbr->v_ls_req = OSPF_IF_PARAM (oi, retransmit_interval);
65 nbr->v_ls_upd = OSPF_IF_PARAM (oi, retransmit_interval);
129 struct ospf_interface *oi; local
133 oi = nbr->oi;
178 ospf_nbr_add_self(struct ospf_interface *oi) argument
296 struct ospf_interface *oi; local
[all...]
H A Dospf_neighbor.h30 struct ospf_interface *oi; member in struct:ospf_neighbor
H A Dospf_nsm.c66 IF_NAME (nbr->oi), inet_ntoa (nbr->router_id));
76 struct ospf_interface *oi;
82 oi = nbr->oi;
86 IF_NAME (nbr->oi), inet_ntoa (nbr->src));
150 IF_NAME (nbr->oi), inet_ntoa (nbr->router_id));
164 if (nbr->oi->type == OSPF_IFTYPE_NBMA && nbr->nbr_nbma)
190 struct ospf_interface *oi;
193 oi = nbr->oi;
75 struct ospf_interface *oi; local
188 struct ospf_interface *oi; local
329 struct ospf_interface *oi; local
357 struct ospf_interface *oi; local
666 struct ospf_interface *oi; local
797 struct ospf_interface *oi; local
[all...]
H A Dospf_opaque.c109 ospf_opaque_type9_lsa_init (struct ospf_interface *oi) argument
111 if (oi->opaque_lsa_self != NULL)
112 list_delete (oi->opaque_lsa_self);
114 oi->opaque_lsa_self = list_new ();
115 oi->opaque_lsa_self->del = free_opaque_info_per_type;
116 oi->t_opaque_lsa_self = NULL;
121 ospf_opaque_type9_lsa_term (struct ospf_interface *oi) argument
123 OSPF_TIMER_OFF (oi->t_opaque_lsa_self);
124 if (oi->opaque_lsa_self != NULL)
125 list_delete (oi
311 ospf_register_opaque_functab( u_char lsa_type, u_char opaque_type, int (* new_if_hook)(struct interface *ifp), int (* del_if_hook)(struct interface *ifp), void (* ism_change_hook)(struct ospf_interface *oi, int old_status), void (* nsm_change_hook)(struct ospf_neighbor *nbr, int old_status), void (* config_write_router)(struct vty *vty), void (* config_write_if )(struct vty *vty, struct interface *ifp), void (* config_write_debug )(struct vty *vty), void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa), int (* lsa_originator)(void *arg), void (* lsa_refresher )(struct ospf_lsa *lsa), int (* new_lsa_hook)(struct ospf_lsa *lsa), int (* del_lsa_hook)(struct ospf_lsa *lsa)) argument
554 struct ospf_interface *oi; local
776 opaque_lsa_ism_change_callback(list funclist, struct ospf_interface *oi, int old_status) argument
947 ospf_opaque_ism_change(struct ospf_interface *oi, int old_status) argument
1179 ospf_opaque_lsa_originate_schedule(struct ospf_interface *oi, int *delay0) argument
1328 struct ospf_interface *oi; local
1533 struct ospf_interface *oi = NULL; local
1665 pseudo_lsa(struct ospf_interface *oi, struct ospf_area *area, u_char lsa_type, u_char opaque_type) argument
1689 struct ospf_interface *oi; local
1737 struct ospf_interface *oi; local
1980 struct ospf_interface *oi; local
2185 struct ospf_interface *oi; local
2228 ospf_opaque_type9_lsa_rxmt_nbr_check(struct ospf_interface *oi) argument
2247 struct ospf_interface *oi; local
2279 struct ospf_interface *oi; local
2361 oi_to_top(struct ospf_interface *oi) argument
[all...]
H A Dospf_opaque.h104 extern int ospf_opaque_type9_lsa_init (struct ospf_interface *oi);
105 extern void ospf_opaque_type9_lsa_term (struct ospf_interface *oi);
117 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
132 extern void ospf_opaque_ism_change (struct ospf_interface *oi, int old_status);
140 extern void ospf_opaque_lsa_originate_schedule (struct ospf_interface *oi, int *init_delay);
154 extern struct ospf *oi_to_top (struct ospf_interface *oi);
H A Dospf_packet.c68 ospf_auth_type (struct ospf_interface *oi) argument
72 if (OSPF_IF_PARAM (oi, auth_type) == OSPF_AUTH_NOTSET)
73 auth_type = oi->area->auth_type;
75 auth_type = OSPF_IF_PARAM (oi, auth_type);
79 list_isempty (OSPF_IF_PARAM (oi, auth_crypt)))
192 ospf_packet_add (struct ospf_interface *oi, struct ospf_packet *op) argument
195 ospf_fifo_push (oi->obuf, op);
198 /* ospf_fifo_debug (oi->obuf); */
202 ospf_packet_delete (struct ospf_interface *oi) argument
206 op = ospf_fifo_pop (oi
239 ospf_packet_max(struct ospf_interface *oi) argument
253 ospf_check_md5_digest(struct ospf_interface *oi, struct stream *s, u_int16_t length) argument
302 ospf_make_md5_digest(struct ospf_interface *oi, struct ospf_packet *op) argument
441 struct ospf_interface *oi; local
459 struct ospf_interface *oi; local
579 ospf_hello(struct ip *iph, struct ospf_header *ospfh, struct stream * s, struct ospf_interface *oi, int size) argument
859 ospf_db_desc_proc(struct stream *s, struct ospf_interface *oi, struct ospf_neighbor *nbr, struct ospf_db_desc *dd, u_int16_t size) argument
983 ospf_db_desc(struct ip *iph, struct ospf_header *ospfh, struct stream *s, struct ospf_interface *oi, u_int16_t size) argument
1212 ospf_ls_req(struct ip *iph, struct ospf_header *ospfh, struct stream *s, struct ospf_interface *oi, u_int16_t size) argument
1310 ospf_ls_upd_list_lsa(struct ospf_neighbor *nbr, struct stream *s, struct ospf_interface *oi, size_t size) argument
1442 ospf_ls_upd(struct ip *iph, struct ospf_header *ospfh, struct stream *s, struct ospf_interface *oi, u_int16_t size) argument
1773 ospf_ls_ack(struct ip *iph, struct ospf_header *ospfh, struct stream *s, struct ospf_interface *oi, u_int16_t size) argument
1942 ospf_associate_packet_vl(struct interface *ifp, struct ospf_interface *oi, struct ip *iph, struct ospf_header *ospfh) argument
1993 ospf_check_area_id(struct ospf_interface *oi, struct ospf_header *ospfh) argument
2006 ospf_check_network_mask(struct ospf_interface *oi, struct in_addr ip_src) argument
2026 ospf_check_auth(struct ospf_interface *oi, struct stream *ibuf, struct ospf_header *ospfh) argument
2095 ospf_verify_header(struct stream *ibuf, struct ospf_interface *oi, struct ip *iph, struct ospf_header *ospfh) argument
2169 struct ospf_interface *oi; local
2301 ospf_make_header(int type, struct ospf_interface *oi, struct stream *s) argument
2323 ospf_make_auth(struct ospf_interface *oi, struct ospf_header *ospfh) argument
2363 ospf_fill_header(struct ospf_interface *oi, struct stream *s, u_int16_t length) argument
2384 ospf_make_hello(struct ospf_interface *oi, struct stream *s) argument
2457 ospf_make_db_desc(struct ospf_interface *oi, struct ospf_neighbor *nbr, struct stream *s) argument
2573 struct ospf_interface *oi; local
2630 ospf_make_ls_upd(struct ospf_interface *oi, list update, struct stream *s) argument
2692 ospf_make_ls_ack(struct ospf_interface *oi, list ack, struct stream *s) argument
2731 ospf_hello_send_sub(struct ospf_interface *oi, struct in_addr *addr) argument
2762 struct ospf_interface *oi; local
2830 ospf_hello_send(struct ospf_interface *oi) argument
2917 struct ospf_interface *oi; local
2956 struct ospf_interface *oi; local
2971 struct ospf_interface *oi; local
3024 ospf_ls_upd_queue_send(struct ospf_interface *oi, list update, struct in_addr addr) argument
3061 struct ospf_interface *oi = THREAD_ARG(thread); local
3091 struct ospf_interface *oi; local
3136 ospf_ls_ack_send_list(struct ospf_interface *oi, list ack, struct in_addr dst) argument
3168 struct ospf_interface *oi = THREAD_ARG (thread); local
3182 struct ospf_interface *oi = nbr->oi; local
3196 ospf_ls_ack_send_delayed(struct ospf_interface *oi) argument
[all...]
H A Dospf_packet.h125 #define OSPF_PACKET_MAX(oi) ospf_packet_max (oi)
127 #define OSPF_PACKET_MAX(oi) (((oi)->ifp->mtu - ((oi)->auth_md5 ? OSPF_AUTH_MD5_SIZE : 0)) - 88)
H A Dospf_route.c467 struct ospf_interface *oi; local
598 if ((oi = ospf_if_lookup_by_prefix (&p)))
602 IF_NAME (oi));
606 path->oi = oi;
761 struct ospf_interface *oi)
770 if (IPV4_ADDR_SAME (&path->nexthop, &nexthop) && path->oi == oi)
791 if (nexthop->oi != NULL)
793 if (! ospf_path_exist (to->path, nexthop->router, nexthop->oi))
760 ospf_path_exist(struct list *plist, struct in_addr nexthop, struct ospf_interface *oi) argument
[all...]
H A Dospf_route.h42 struct ospf_interface *oi; member in struct:ospf_path
H A Dospf_snmp.c502 struct ospf_interface *oi;
509 oi = getdata (node);
511 if (oi && oi->address)
1308 struct ospf_interface *oi;
1321 oi = nbr_nbma->oi;
1333 if (oi)
1334 return SNMP_INTEGER (oi->output_cost);
1342 if (oi
499 struct ospf_interface *oi; local
1305 struct ospf_interface *oi; local
1596 struct ospf_interface *oi; local
1767 struct ospf_interface *oi; local
1960 struct ospf_interface *oi; local
2025 struct ospf_interface *oi; local
2052 struct ospf_interface *oi; local
2145 struct ospf_interface *oi; local
[all...]

Completed in 104 milliseconds

12