Home
last modified time | relevance | path

Searched refs:wanif_conf_t (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/wanrouter/
Dwanmain.c160 static int device_new_if(wan_device_t *wandev, wanif_conf_t *u_conf);
752 static int device_new_if (wan_device_t *wandev, wanif_conf_t *u_conf) in device_new_if()
754 wanif_conf_t conf; in device_new_if()
765 if(copy_from_user(&conf, u_conf, sizeof(wanif_conf_t))) in device_new_if()
768 err = verify_area(VERIFY_READ, u_conf, sizeof(wanif_conf_t)); in device_new_if()
771 memcpy_fromfs((void*)&conf, (void*)u_conf, sizeof(wanif_conf_t)); in device_new_if()
/linux-2.4.37.9/include/linux/
Dwanrouter.h471 } wanif_conf_t; typedef
531 wanif_conf_t *conf);
/linux-2.4.37.9/drivers/net/wan/
Dcycx_x25.c125 wanif_conf_t *conf),
346 wanif_conf_t *conf) in new_if()
Dwanpipe_multppp.c143 wanif_conf_t* conf);
539 static int new_if (wan_device_t* wandev, netdevice_t* pdev, wanif_conf_t* conf) in new_if()
Dsdla_ppp.c245 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf);
525 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf) in new_if()
Dsdla_chdlc.c198 wanif_conf_t* conf);
696 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if()
Dsdla_fr.c339 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf);
820 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if()
Dsdla_x25.c344 wanif_conf_t* conf);
912 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if()