OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wan_device
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
wanrouter.h
463
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);
526
extern int wanrouter_proc_add(struct
wan_device
*wandev)
[
all
...]
Completed in 30 milliseconds