Searched refs:wan_device (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h463 struct wan_device { struct
501 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf);
502 int (*shutdown) (struct wan_device *wandev);
503 int (*update) (struct wan_device *wandev);
504 int (*ioctl) (struct wan_device *wandev, unsigned cmd,
506 int (*new_if)(struct wan_device *wandev, struct net_device *dev,
508 int (*del_if)(struct wan_device *wandev, struct net_device *dev);
510 struct wan_device* next; /* -> next device */
517 extern int register_wan_device(struct wan_device *wandev);
523 extern int wanrouter_proc_add(struct wan_device *wande
[all...]
H A Dcyclomx.h46 struct wan_device wandev; /* WAN device data space */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wanrouter/
H A Dwanmain.c75 static int wanrouter_device_setup(struct wan_device *wandev,
77 static int wanrouter_device_stat(struct wan_device *wandev,
79 static int wanrouter_device_shutdown(struct wan_device *wandev);
80 static int wanrouter_device_new_if(struct wan_device *wandev,
82 static int wanrouter_device_del_if(struct wan_device *wandev,
89 static struct wan_device *wanrouter_find_device(char *name);
90 static int wanrouter_delete_interface(struct wan_device *wandev, char *name);
105 struct wan_device* wanrouter_router_devlist; /* list of registered devices */
149 * o initialize internally maintained fields of the wan_device structure
162 int register_wan_device(struct wan_device *wande
[all...]
H A Dwanproc.c86 struct wan_device *wandev;
100 struct wan_device *wandev = v;
113 struct wan_device *p = v;
129 struct wan_device *p = v;
213 struct wan_device *wandev = m->private;
328 int wanrouter_proc_add(struct wan_device* wandev)
344 int wanrouter_proc_delete(struct wan_device* wandev)
367 int wanrouter_proc_add(struct wan_device *wandev)
372 int wanrouter_proc_delete(struct wan_device *wandev)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_main.c73 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf);
74 static int cycx_wan_shutdown(struct wan_device *wandev);
124 struct wan_device *wandev = &card->wandev;
182 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf)
274 static int cycx_wan_shutdown(struct wan_device *wandev)
H A Dcycx_x25.c129 static int cycx_wan_update(struct wan_device *wandev),
130 cycx_wan_new_if(struct wan_device *wandev, struct net_device *dev,
132 cycx_wan_del_if(struct wan_device *wandev, struct net_device *dev);
198 static struct net_device *cycx_x25_get_dev_by_lcn(struct wan_device *wandev,
201 cycx_x25_get_dev_by_dte_addr(struct wan_device *wandev, char *dte);
209 static void cycx_x25_dump_devs(struct wan_device *wandev);
345 static int cycx_wan_update(struct wan_device *wandev)
369 static int cycx_wan_new_if(struct wan_device *wandev, struct net_device *dev,
453 static int cycx_wan_del_if(struct wan_device *wandev, struct net_device *dev)
504 struct wan_device *wande
[all...]

Completed in 54 milliseconds