Searched refs:ifp (Results 1 - 25 of 115) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_proc.c62 ifstat_dev_fields (int version, char *buf, struct interface *ifp) argument
69 &ifp->stats.rx_bytes,
70 &ifp->stats.rx_packets,
71 &ifp->stats.rx_errors,
72 &ifp->stats.rx_dropped,
73 &ifp->stats.rx_fifo_errors,
74 &ifp->stats.rx_frame_errors,
75 &ifp->stats.rx_compressed,
76 &ifp->stats.rx_multicast,
78 &ifp
134 struct interface *ifp; local
178 struct interface *ifp; local
222 struct interface *ifp; local
[all...]
H A Dinterface.c74 if_zebra_new_hook (struct interface *ifp)
107 ifp->info = zebra_if;
113 if_zebra_delete_hook (struct interface *ifp)
115 if (ifp->info)
116 XFREE (MTYPE_TMP, ifp->info);
123 if_addr_wakeup (struct interface *ifp)
130 for (node = listhead (ifp->connected); node; nextnode (node))
141 if (! if_is_up (ifp))
143 if_set_flags (ifp, IFF_UP | IFF_RUNNING);
144 if_refresh (ifp);
73 if_zebra_new_hook(struct interface *ifp) argument
112 if_zebra_delete_hook(struct interface *ifp) argument
122 if_addr_wakeup(struct interface *ifp) argument
194 if_add_update(struct interface *ifp) argument
220 if_delete_update(struct interface *ifp) argument
277 if_up(struct interface *ifp) argument
312 if_down(struct interface *ifp) argument
345 if_refresh(struct interface *ifp) argument
414 struct interface *ifp; local
455 nd_dump_vty(struct vty *vty, struct interface *ifp) argument
485 if_dump_vty(struct vty *vty, struct interface *ifp) argument
656 struct interface * ifp; variable in typeref:struct:interface
680 struct interface *ifp; variable in typeref:struct:interface
699 if_delete(ifp); variable
719 struct interface *ifp; variable in typeref:struct:interface
757 struct interface *ifp; variable in typeref:struct:interface
767 if_refresh (ifp); variable
781 struct interface *ifp; variable in typeref:struct:interface
791 if_refresh (ifp); variable
804 struct interface *ifp; variable in typeref:struct:interface
814 if_refresh (ifp); variable
828 struct interface *ifp; variable in typeref:struct:interface
838 if_refresh (ifp); variable
851 struct interface *ifp; variable in typeref:struct:interface
868 zebra_interface_up_update (ifp); variable
879 struct interface *ifp; variable in typeref:struct:interface
887 zebra_interface_up_update (ifp); variable
900 ip_address_install(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondary) argument
987 ip_address_uninstall(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondry) argument
1118 ipv6_address_install(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondary) argument
1195 ipv6_address_uninstall(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondry) argument
1298 struct interface *ifp; local
[all...]
H A Dconnected.h27 connected_check_ipv4 (struct interface *ifp, struct prefix *p);
30 connected_add_ipv4 (struct interface *ifp, int flags, struct in_addr *addr,
34 connected_delete_ipv4 (struct interface *ifp, int flags, struct in_addr *addr,
44 connected_check_ipv6 (struct interface *ifp, struct prefix *p);
47 connected_add_ipv6 (struct interface *ifp, struct in6_addr *address,
50 connected_delete_ipv6 (struct interface *ifp, struct in6_addr *address,
56 connected_down_ipv6 (struct interface *ifp, struct connected *);
H A Dconnected.c39 connected_check_ipv4 (struct interface *ifp, struct prefix *p)
44 for (node = listhead (ifp->connected); node; node = nextnode (node))
56 connected_up_ipv4 (struct interface *ifp, struct connected *ifc)
73 if (if_is_pointopoint (ifp))
86 rib_add_ipv4 (ZEBRA_ROUTE_CONNECT, 0, &p, NULL, ifp->ifindex, 0, 0, 0);
93 connected_add_ipv4 (struct interface *ifp, int flags, struct in_addr *addr,
102 ifc->ifp = ifp;
126 current = connected_check_ipv4 (ifp, (struct prefix *) ifc->address);
134 listnode_add (ifp
38 connected_check_ipv4(struct interface *ifp, struct prefix *p) argument
55 connected_up_ipv4(struct interface *ifp, struct connected *ifc) argument
92 connected_add_ipv4(struct interface *ifp, int flags, struct in_addr *addr, int prefixlen, struct in_addr *broad, char *label) argument
149 connected_down_ipv4(struct interface *ifp, struct connected *ifc) argument
185 connected_delete_ipv4(struct interface *ifp, int flags, struct in_addr *addr, int prefixlen, struct in_addr *broad, char *label) argument
220 connected_check_ipv6(struct interface *ifp, struct prefix *p) argument
236 connected_up_ipv6(struct interface *ifp, struct connected *ifc) argument
275 connected_add_ipv6(struct interface *ifp, struct in6_addr *addr, int prefixlen, struct in6_addr *broad) argument
326 connected_down_ipv6(struct interface *ifp, struct connected *ifc) argument
363 connected_delete_ipv6(struct interface *ifp, struct in6_addr *address, int prefixlen, struct in6_addr *broad) argument
[all...]
H A Dif_ioctl.c45 struct interface *ifp; local
109 ifp = if_get_by_name (ifreq->ifr_name);
110 if_add_update (ifp);
120 ifp = if_get_by_name (ifreq->ifr_name);
121 if_add_update (ifp);
135 if_get_index (struct interface *ifp) argument
141 ifp->ifindex = if_fake_index++;
142 return ifp->ifindex;
148 ifreq_set_name (&ifreq, ifp);
154 ifp
175 if_get_hwaddr(struct interface *ifp) argument
214 struct interface *ifp; local
311 if_get_addr(struct interface *ifp) argument
411 struct interface *ifp; local
[all...]
H A Dioctl.c36 ifreq_set_name (struct ifreq *ifreq, struct interface *ifp) argument
38 strncpy (ifreq->ifr_name, ifp->name, IFNAMSIZ);
108 if_get_metric (struct interface *ifp) argument
113 ifreq_set_name (&ifreq, ifp);
117 ifp->metric = ifreq.ifr_metric;
118 if (ifp->metric == 0)
119 ifp->metric = 1;
121 ifp->metric = -1;
127 if_get_mtu (struct interface *ifp) argument
131 ifreq_set_name (&ifreq, ifp);
161 if_set_prefix(struct interface *ifp, struct connected *ifc) argument
168 if_unset_prefix(struct interface *ifp, struct connected *ifc) argument
177 if_set_prefix(struct interface *ifp, struct connected *ifc) argument
215 if_unset_prefix(struct interface *ifp, struct connected *ifc) argument
253 if_set_prefix(struct interface *ifp, struct connected *ifc) argument
309 if_unset_prefix(struct interface *ifp, struct connected *ifc) argument
334 if_get_flags(struct interface *ifp) argument
353 if_set_flags(struct interface *ifp, unsigned long flags) argument
377 if_unset_flags(struct interface *ifp, unsigned long flags) argument
414 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
434 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
458 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
497 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
536 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
542 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
[all...]
H A Dinterface.h156 void if_delete_update (struct interface *ifp);
157 void if_add_update (struct interface *ifp);
161 void zebra_interface_up_update (struct interface *ifp);
162 void zebra_interface_down_update (struct interface *ifp);
H A Drtadv.c142 rtadv_send_packet (int sock, struct interface *ifp)
163 zlog_info ("Router advertisement send to %s", ifp->name);
175 zif = ifp->info;
237 sdl = &ifp->sdl;
247 if (ifp->hw_addr_len != 0)
250 buf[len++] = (ifp->hw_addr_len + 2) >> 3;
252 memcpy (buf + len, ifp->hw_addr, ifp->hw_addr_len);
253 len += ifp->hw_addr_len;
272 pkt->ipi6_ifindex = ifp
140 rtadv_send_packet(int sock, struct interface *ifp) argument
281 struct interface *ifp; local
307 rtadv_process_solicit(struct interface *ifp) argument
324 struct interface *ifp; local
539 struct interface *ifp; variable in typeref:struct:interface
582 struct interface *ifp; variable in typeref:struct:interface
625 struct interface *ifp; variable in typeref:struct:interface
654 struct interface *ifp; variable in typeref:struct:interface
676 struct interface *ifp; variable in typeref:struct:interface
703 struct interface *ifp; variable in typeref:struct:interface
723 struct interface *ifp; variable in typeref:struct:interface
750 struct interface *ifp; variable in typeref:struct:interface
768 struct interface *ifp; variable in typeref:struct:interface
787 struct interface *ifp; variable in typeref:struct:interface
805 struct interface *ifp; variable in typeref:struct:interface
824 struct interface *ifp; variable in typeref:struct:interface
849 struct interface *ifp; variable in typeref:struct:interface
914 struct interface *ifp; variable in typeref:struct:interface
940 rtadv_config_write(struct vty *vty, struct interface *ifp) argument
1068 if_join_all_router(int sock, struct interface *ifp) argument
1089 if_leave_all_router(int sock, struct interface *ifp) argument
[all...]
H A Dkernel_socket.c168 struct interface *ifp;
170 ifp = if_lookup_by_index (ifan->ifan_index);
171 if (ifp == NULL && ifan->ifan_what == IFAN_ARRIVAL)
174 ifp = if_get_by_name (ifan->ifan_name);
175 ifp->ifindex = ifan->ifan_index;
177 if_add_update (ifp);
179 else if (ifp != NULL && ifan->ifan_what == IFAN_DEPARTURE)
181 if_delete_update (ifp);
182 if_delete (ifp);
185 if_get_flags (ifp);
167 struct interface *ifp; local
199 struct interface *ifp; local
319 struct interface *ifp; local
539 struct interface *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.c55 struct interface *ifp;
57 ifp = XMALLOC (MTYPE_IF, sizeof (struct interface));
58 memset (ifp, 0, sizeof (struct interface));
59 return ifp;
65 struct interface *ifp;
67 ifp = if_new ();
69 listnode_add (iflist, ifp);
70 ifp->connected = list_new ();
71 ifp->connected->del = (void (*) (void *)) connected_free;
74 (*if_master.if_new_hook) (ifp);
53 struct interface *ifp; local
63 struct interface *ifp; local
79 if_delete(struct interface *ifp) argument
94 if_add_hook(int type, int (*func)(struct interface *ifp)) argument
113 struct interface *ifp; local
128 struct interface *ifp; local
144 struct interface *ifp; local
161 struct interface *ifp; local
193 struct interface *ifp; local
255 struct interface *ifp; local
268 if_is_up(struct interface *ifp) argument
275 if_is_loopback(struct interface *ifp) argument
282 if_is_broadcast(struct interface *ifp) argument
289 if_is_pointopoint(struct interface *ifp) argument
296 if_is_multicast(struct interface *ifp) argument
355 if_dump(struct interface *ifp) argument
384 struct interface *ifp; variable in typeref:struct:interface
414 struct interface *ifp; variable in typeref:struct:interface
432 struct interface *ifp; variable in typeref:struct:interface
457 struct interface *ifp; variable in typeref:struct:interface
510 struct interface *ifp; local
551 connected_delete_by_prefix(struct interface *ifp, struct prefix *p) argument
601 struct interface *ifp; local
618 struct interface *ifp; local
640 ifaddr_ipv4_add(struct in_addr *ifaddr, struct interface *ifp) argument
663 ifaddr_ipv4_delete(struct in_addr *ifaddr, struct interface *ifp) argument
692 struct interface *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c41 igmp_interface_t *ifp; local
48 for (ifp=router->igmprt_interfaces;ifp;ifp=(igmp_interface_t *)ifp->igmpi_next){
49 printf("%-14s 0x%x\n",inet_ntoa(ifp->igmpi_addr),ifp->igmpi_version);
50 if (ifp->igmpi_groups != NULL){
51 for(gp=ifp->igmpi_groups;gp;gp=(igmp_group_t*)gp->igmpg_next){
393 igmp_interface_t* ifp local
526 igmp_interface_cleanup(igmp_interface_t* ifp) argument
559 igmp_interface_group_add( igmp_router_t* router, igmp_interface_t *ifp, struct in_addr groupaddr) argument
601 igmp_interface_group_lookup( igmp_interface_t *ifp, struct in_addr groupaddr) argument
619 igmp_interface_membership_report_v12( igmp_router_t* router, igmp_interface_t* ifp, struct in_addr src, igmpr_t* report, int len, int version) argument
684 igmp_interface_membership_report_v3( igmp_router_t* router, igmp_interface_t* ifp, struct in_addr src, igmp_report_t* report, int len) argument
775 igmp_interface_print( igmp_interface_t* ifp) argument
827 igmp_interface_t *ifp, *ifp2; local
851 igmp_interface_t *ifp; local
869 igmp_interface_t *ifp; local
888 igmp_interface_t *ifp; local
907 igmp_interface_t *ifp; local
931 igmp_interface_t *ifp; local
947 igmp_interface_t* ifp; local
1021 igmprt_input(igmp_router_t* igmprt, igmp_interface_t* ifp) argument
1155 igmp_interface_t* ifp; local
1241 igmp_interface_t* ifp; local
1271 igmp_interface_t* ifp; local
1368 interface_list_t *ifl, *ifp; local
1467 igmp_interface_t *ifp; local
1537 igmp_interface_t *ifp; local
1575 igmprt_clear_timer_group(igmp_interface_t *ifp) argument
1598 igmp_interface_leave_group_v2( igmp_router_t* router, igmp_interface_t* ifp, struct in_addr src, igmpr_t* report, int len) argument
[all...]
H A Dutil.c142 interface_list_t *ifp, *ifprev, *list; local
152 list = ifp = ifprev = NULL;
169 ifp = (interface_list_t*) malloc(sizeof(*ifp));
170 if (ifp) {
171 strncpy(ifp->ifl_name, ifr.ifr_name, IFNAMSIZ);
172 memcpy(&ifp->ifl_addr, psa, sizeof(*psa));
173 ifp->ifl_next = NULL;
175 list = ifp;
177 ifprev->ifl_next = ifp;
192 interface_list_t *ifp = ifl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_interface.c45 int rip_if_down(struct interface *ifp);
141 rip_interface_multicast_set (int sock, struct interface *ifp)
148 for (node = listhead (ifp->connected); node; nextnode (node))
162 addr, 0, ifp->ifindex) < 0)
205 rip_request_interface_send (struct interface *ifp, u_char version)
210 if (version == RIPv2 && if_is_multicast (ifp))
214 zlog_info ("multicast request on %s", ifp->name);
216 rip_request_send (NULL, ifp, version);
221 if (if_is_pointopoint (ifp) || if_is_broadcast (ifp))
139 rip_interface_multicast_set(int sock, struct interface *ifp) argument
203 rip_request_interface_send(struct interface *ifp, u_char version) argument
253 rip_request_interface(struct interface *ifp) argument
327 rip_multicast_join(struct interface *ifp, int sock) argument
361 rip_multicast_leave(struct interface *ifp, int sock) argument
392 rip_if_ipv4_address_check(struct interface *ifp) argument
426 struct interface *ifp; local
459 struct interface *ifp; local
518 struct interface *ifp; local
543 struct interface *ifp; local
573 struct interface *ifp; local
597 struct interface *ifp; local
625 struct interface *ifp; local
649 struct interface *ifp; local
708 rip_if_down(struct interface *ifp) argument
765 struct interface *ifp; local
845 rip_enable_network_lookup(struct interface *ifp) argument
969 struct interface *ifp; local
999 rip_connect_set(struct interface *ifp, int set) argument
1035 rip_enable_apply(struct interface *ifp) argument
1109 struct interface *ifp; local
1219 rip_passive_interface_apply(struct interface *ifp) argument
1236 struct interface *ifp; local
1415 struct interface *ifp; variable in typeref:struct:interface
1445 struct interface *ifp; variable in typeref:struct:interface
1466 struct interface *ifp; variable in typeref:struct:interface
1486 struct interface *ifp; variable in typeref:struct:interface
1517 struct interface *ifp; variable in typeref:struct:interface
1547 struct interface *ifp; variable in typeref:struct:interface
1568 struct interface *ifp; variable in typeref:struct:interface
1588 struct interface *ifp; variable in typeref:struct:interface
1620 struct interface *ifp; variable in typeref:struct:interface
1648 struct interface *ifp; variable in typeref:struct:interface
1683 struct interface *ifp; variable in typeref:struct:interface
1719 struct interface *ifp; variable in typeref:struct:interface
1752 struct interface *ifp; variable in typeref:struct:interface
1782 struct interface *ifp; variable in typeref:struct:interface
1814 struct interface *ifp; variable in typeref:struct:interface
1831 struct interface *ifp; variable in typeref:struct:interface
1867 struct interface *ifp; local
1982 rip_interface_new_hook(struct interface *ifp) argument
1990 rip_interface_delete_hook(struct interface *ifp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_interface.c56 ripng_multicast_join (struct interface *ifp)
63 mreq.ipv6mr_interface = ifp->ifindex;
71 zlog_info ("RIPng %s join to all-rip-routers multicast group", ifp->name);
78 ripng_multicast_leave (struct interface *ifp)
85 mreq.ipv6mr_interface = ifp->ifindex;
94 ifp->name);
104 struct interface *ifp;
110 ifp = getdata (node);
111 if (mtu < ifp->mtu)
112 mtu = ifp
55 ripng_multicast_join(struct interface *ifp) argument
77 ripng_multicast_leave(struct interface *ifp) argument
103 struct interface *ifp; local
117 ripng_if_down(struct interface *ifp) argument
177 struct interface *ifp; local
208 struct interface *ifp; local
230 struct interface *ifp; local
325 ripng_enable_network_lookup(struct interface *ifp) argument
443 struct interface *ifp; local
463 ripng_enable_apply(struct interface *ifp) argument
535 struct interface *ifp; local
563 ripng_passive_interface_apply(struct interface *ifp) argument
580 struct interface *ifp; local
764 ripng_if_new_hook(struct interface *ifp) argument
775 struct interface *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.c87 ospf6_interface_create (struct interface *ifp) argument
98 zlog_err ("Can't malloc ospf6_interface for ifindex %d", ifp->ifindex);
103 o6i->if_id = ifp->ifindex;
124 o6i->interface = ifp;
125 ifp->info = o6i;
173 ospf6_interface_update_linklocal_address (struct interface *ifp) argument
180 for (n = listhead (ifp->connected); n; nextnode (n))
196 ospf6_interface_if_add (struct interface *ifp) argument
200 o6i = (struct ospf6_interface *) ifp->info;
204 o6i->if_id = ifp
214 ospf6_interface_if_del(struct interface *ifp) argument
237 ospf6_interface_state_update(struct interface *ifp) argument
256 ospf6_interface_address_update(struct interface *ifp) argument
281 struct interface *ifp; local
296 struct interface *ifp; local
531 struct interface *ifp; variable in typeref:struct:interface
576 struct interface *ifp; variable in typeref:struct:interface
579 assert (ifp); variable
610 struct interface *ifp; variable in typeref:struct:interface
613 assert (ifp); variable
634 struct interface *ifp; variable in typeref:struct:interface
637 assert (ifp); variable
658 struct interface *ifp; variable in typeref:struct:interface
661 assert (ifp); variable
682 struct interface *ifp; variable in typeref:struct:interface
685 assert (ifp); variable
706 struct interface *ifp; variable in typeref:struct:interface
709 assert (ifp); variable
734 struct interface *ifp; variable in typeref:struct:interface
737 assert (ifp); variable
757 struct interface *ifp; variable in typeref:struct:interface
762 assert (ifp); variable
796 struct interface *ifp; variable in typeref:struct:interface
799 assert (ifp); variable
823 struct interface *ifp; variable in typeref:struct:interface
826 assert (ifp); variable
860 struct interface *ifp; variable in typeref:struct:interface
863 assert (ifp); variable
890 struct interface *ifp; variable in typeref:struct:interface
893 assert (ifp); variable
922 struct interface *ifp; variable in typeref:struct:interface
925 assert (ifp); variable
950 struct interface *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c127 static void addrconf_join_anycast(struct inet6_ifaddr *ifp);
128 static void addrconf_leave_anycast(struct inet6_ifaddr *ifp);
132 static void addrconf_dad_start(struct inet6_ifaddr *ifp, u32 flags);
134 static void addrconf_dad_completed(struct inet6_ifaddr *ifp);
221 static void addrconf_del_timer(struct inet6_ifaddr *ifp) argument
223 if (del_timer(&ifp->timer))
224 __in6_ifa_put(ifp);
234 static void addrconf_mod_timer(struct inet6_ifaddr *ifp, argument
238 if (!del_timer(&ifp->timer))
239 in6_ifa_hold(ifp);
475 inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp) argument
498 ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp) argument
624 ipv6_del_addr(struct inet6_ifaddr *ifp) argument
747 ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift) argument
1175 struct inet6_ifaddr *ifp; local
1194 struct inet6_ifaddr *ifp; local
1205 struct inet6_ifaddr * ifp; local
1226 struct inet6_ifaddr * ifp; local
1240 struct inet6_ifaddr * ifp; local
1305 addrconf_dad_stop(struct inet6_ifaddr *ifp) argument
1360 addrconf_dad_failure(struct inet6_ifaddr *ifp) argument
1391 addrconf_join_anycast(struct inet6_ifaddr *ifp) argument
1400 addrconf_leave_anycast(struct inet6_ifaddr *ifp) argument
1476 struct inet6_ifaddr *ifp; local
1733 struct inet6_ifaddr * ifp; local
1937 struct inet6_ifaddr *ifp; local
1996 struct inet6_ifaddr *ifp; local
2084 struct inet6_ifaddr * ifp; local
2155 struct inet6_ifaddr * ifp; local
2178 struct inet6_ifaddr * ifp; local
2554 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data; local
2598 addrconf_dad_kick(struct inet6_ifaddr *ifp) argument
2612 addrconf_dad_start(struct inet6_ifaddr *ifp, u32 flags) argument
2665 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data; local
2703 addrconf_dad_completed(struct inet6_ifaddr *ifp) argument
2741 struct inet6_ifaddr *ifp; local
2819 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v; local
2886 struct inet6_ifaddr * ifp; local
2907 struct inet6_ifaddr *ifp; local
3054 inet6_addr_modify(struct inet6_ifaddr *ifp, u8 ifa_flags, u32 prefered_lft, u32 valid_lft) argument
3740 __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp) argument
3768 ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c76 xfs_ifork_t *ifp,
87 ep = xfs_iext_get_ext(ifp, i);
99 #define xfs_validate_extents(ifp, nrecs, disk, fmt)
551 xfs_ifork_t *ifp; local
569 ifp = XFS_IFORK_PTR(ip, whichfork);
572 ifp->if_u1.if_data = NULL;
573 else if (size <= sizeof(ifp->if_u2.if_inline_data))
574 ifp->if_u1.if_data = ifp->if_u2.if_inline_data;
577 ifp
75 xfs_validate_extents( xfs_ifork_t *ifp, int nrecs, int disk, xfs_exntfmt_t fmt) argument
604 xfs_ifork_t *ifp; local
677 xfs_ifork_t *ifp; local
1022 xfs_ifork_t *ifp; local
2417 xfs_ifork_t *ifp; local
2546 xfs_ifork_t *ifp; local
2661 xfs_ifork_t *ifp; local
2882 xfs_ifork_t *ifp; local
2946 xfs_ifork_t *ifp; local
3700 xfs_iext_get_ext( xfs_ifork_t *ifp, xfs_extnum_t idx) argument
3726 xfs_iext_insert( xfs_ifork_t *ifp, xfs_extnum_t idx, xfs_extnum_t count, xfs_bmbt_irec_t *new) argument
3756 xfs_iext_add( xfs_ifork_t *ifp, xfs_extnum_t idx, int ext_diff) argument
3870 xfs_iext_add_indirect_multi( xfs_ifork_t *ifp, int erp_idx, xfs_extnum_t idx, int count) argument
3978 xfs_iext_remove( xfs_ifork_t *ifp, xfs_extnum_t idx, int ext_diff) argument
4007 xfs_iext_remove_inline( xfs_ifork_t *ifp, xfs_extnum_t idx, int ext_diff) argument
4044 xfs_iext_remove_direct( xfs_ifork_t *ifp, xfs_extnum_t idx, int ext_diff) argument
4096 xfs_iext_remove_indirect( xfs_ifork_t *ifp, xfs_extnum_t idx, int count) argument
4162 xfs_iext_realloc_direct( xfs_ifork_t *ifp, int new_size) argument
4223 xfs_iext_direct_to_inline( xfs_ifork_t *ifp, xfs_extnum_t nextents) argument
4250 xfs_iext_inline_to_direct( xfs_ifork_t *ifp, int new_size) argument
4270 xfs_iext_realloc_indirect( xfs_ifork_t *ifp, int new_size) argument
4295 xfs_iext_indirect_to_direct( xfs_ifork_t *ifp) argument
4324 xfs_iext_destroy( xfs_ifork_t *ifp) argument
4351 xfs_iext_bno_to_ext( xfs_ifork_t *ifp, xfs_fileoff_t bno, xfs_extnum_t *idxp) argument
4422 xfs_iext_bno_to_irec( xfs_ifork_t *ifp, xfs_fileoff_t bno, int *erp_idxp) argument
4463 xfs_iext_idx_to_irec( xfs_ifork_t *ifp, xfs_extnum_t *idxp, int *erp_idxp, int realloc) argument
4519 xfs_iext_irec_init( xfs_ifork_t *ifp) argument
4556 xfs_iext_irec_new( xfs_ifork_t *ifp, int erp_idx) argument
4596 xfs_iext_irec_remove( xfs_ifork_t *ifp, int erp_idx) argument
4647 xfs_iext_irec_compact( xfs_ifork_t *ifp) argument
4675 xfs_iext_irec_compact_pages( xfs_ifork_t *ifp) argument
4712 xfs_iext_irec_compact_full( xfs_ifork_t *ifp) argument
4778 xfs_iext_irec_update_extoffs( xfs_ifork_t *ifp, int erp_idx, int ext_diff) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6c.c405 struct dhcp6_if *ifp; local
523 if ((ifp = find_ifconfbyname(device)) == NULL) {
528 //ifp->outsock = outsock; // Foxconn removed pling 08/15/2009
550 struct dhcp6_if *ifp = dhcp6_if; local
561 //ifp->iaidinfo.iaid = get_iaid(ifp->ifname, &iaidtab[0], num_device);
562 ifp->iaidinfo.iaid = 1; //get_iaid(ifp->ifname, &iaidtab[0], num_device);
564 if (ifp->iaidinfo.iaid == 0) {
567 FNAME, ifp
652 free_resources(struct dhcp6_if *ifp) argument
766 struct dhcp6_if *ifp; local
959 struct dhcp6_if *ifp; local
1273 struct dhcp6_if *ifp; local
1418 struct dhcp6_if *ifp; local
2123 setup_check_timer(struct dhcp6_if *ifp) argument
2150 struct dhcp6_if *ifp = (struct dhcp6_if *)arg; local
2173 struct dhcp6_if *ifp = (struct dhcp6_if *)arg; local
2210 struct dhcp6_if *ifp = (struct dhcp6_if *)arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c52 ddp_ifinput( m, ifp, inq, eh )
54 struct ifnet *ifp;
69 aarpinput( ifp, m );
99 aarpinput( ifp, m );
116 return( (struct mbuf *)(*ifam->prswitch->pr_ifinput)( m, ifp,
135 ddp_ifoutput( ifp, m, dst, type, odst )
136 struct ifnet *ifp;
146 if ( !aarpresolve( ifp, 0, dst, odst )) {
151 if (( aa = (struct at_ifaddr *)at_ifawithnet( dst, ifp->if_addrlist ))
197 ddp_ifioctl( ifp, cm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c52 ddp_ifinput( m, ifp, inq, eh )
54 struct ifnet *ifp;
69 aarpinput( ifp, m );
99 aarpinput( ifp, m );
116 return( (struct mbuf *)(*ifam->prswitch->pr_ifinput)( m, ifp,
135 ddp_ifoutput( ifp, m, dst, type, odst )
136 struct ifnet *ifp;
146 if ( !aarpresolve( ifp, 0, dst, odst )) {
151 if (( aa = (struct at_ifaddr *)at_ifawithnet( dst, ifp->if_addrlist ))
197 ddp_ifioctl( ifp, cm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c491 static u8 flash_csum(struct ipath_flash *ifp, int adjust) argument
493 u8 *ip = (u8 *) ifp;
496 for (len = 0; len < ifp->if_length; len++)
498 csum -= ifp->if_csum;
501 ifp->if_csum = csum;
516 struct ipath_flash *ifp; local
566 ifp = (struct ipath_flash *)buf;
568 csum = flash_csum(ifp, 0);
569 if (csum != ifp->if_csum) {
571 "0x%x, not 0x%x\n", csum, ifp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_interface.c61 bw = oi->ifp->bandwidth ? oi->ifp->bandwidth : OSPF_DEFAULT_BANDWIDTH;
65 if (OSPF_IF_PARAM_CONFIGURED (IF_DEF_PARAMS (oi->ifp), output_cost_cmd) ||
83 ospf_if_recalculate_output_cost (struct interface *ifp)
88 for (rn = route_top (IF_OIFS (ifp)); rn; rn = route_next (rn))
130 ospf_add_to_if (struct interface *ifp, struct ospf_interface *oi)
138 rn = route_node_get (IF_OIFS (ifp), &p);
144 ospf_delete_from_if (struct interface *ifp, struct ospf_interface *oi)
152 rn = route_node_lookup (IF_OIFS (oi->ifp), &p);
161 ospf_if_new (struct interface *ifp, struc
82 ospf_if_recalculate_output_cost(struct interface *ifp) 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
160 ospf_if_new(struct interface *ifp, struct prefix *p) argument
333 ospf_if_lookup_by_local_addr(struct interface *ifp, struct in_addr address) argument
475 ospf_free_if_params(struct interface *ifp, struct in_addr addr) argument
508 ospf_lookup_if_params(struct interface *ifp, struct in_addr addr) argument
528 ospf_get_if_params(struct interface *ifp, struct in_addr addr) argument
548 ospf_if_update_params(struct interface *ifp, struct in_addr addr) argument
564 ospf_if_new_hook(struct interface *ifp) argument
610 ospf_if_delete_hook(struct interface *ifp) argument
769 struct interface *ifp = vl_data->vl_oi->ifp; local
[all...]
H A Dospf_zebra.c61 struct interface *ifp; local
63 ifp = zebra_interface_add_read (zclient->ibuf);
67 ifp->name, ifp->ifindex, ifp->flags, ifp->metric, ifp->mtu);
69 if (!OSPF_IF_PARAM_CONFIGURED (IF_DEF_PARAMS (ifp), type))
71 SET_IF_PARAM (IF_DEF_PARAMS (ifp), type);
72 IF_DEF_PARAMS (ifp)
95 struct interface *ifp; local
134 struct interface *ifp; local
151 zebra_interface_if_set_value(struct stream *s, struct interface *ifp) argument
167 struct interface *ifp; local
219 struct interface *ifp; local
278 struct interface *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c189 struct ifnet *ifp; local
198 ifp = ifs[sp->unit];
199 if (ifp != 0)
200 ifp->if_flags &= ~(IFF_UP | IFF_RUNNING);
221 struct ifnet *ifp; local
290 ifp = ifs[unit];
291 if (ifp == 0) {
292 ifp = (struct ifnet *) ALLOC_NOSLEEP(sizeof (struct ifnet));
293 if (ifp == 0)
295 bzero(ifp, sizeo
388 struct ifnet *ifp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c46 bgp_if_update (struct interface *ifp)
54 for (cn = listhead (ifp->connected); cn; nextnode (cn))
91 struct interface *ifp;
95 ifp = getdata (node);
96 bgp_if_update (ifp);
105 struct interface *ifp;
107 ifp = zebra_interface_add_read (zclient->ibuf);
108 bgp_if_update (ifp);
118 struct interface *ifp;
121 ifp
45 bgp_if_update(struct interface *ifp) argument
90 struct interface *ifp; local
104 struct interface *ifp; local
117 struct interface *ifp; local
129 struct interface *ifp; local
152 struct interface *ifp; local
353 struct interface *ifp; local
384 struct interface *ifp; local
411 struct interface *ifp; local
442 struct interface *ifp; local
464 if_get_ipv6_global(struct interface *ifp, struct in6_addr *addr) argument
486 if_get_ipv6_local(struct interface *ifp, struct in6_addr *addr) argument
513 struct interface *ifp = NULL; local
626 struct interface *ifp; local
[all...]

Completed in 219 milliseconds

12345