Searched refs:wanif_conf_t (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/net/wanrouter/ |
D | wanmain.c | 160 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/ |
D | wanrouter.h | 471 } wanif_conf_t; typedef 531 wanif_conf_t *conf);
|
/linux-2.4.37.9/drivers/net/wan/ |
D | cycx_x25.c | 125 wanif_conf_t *conf), 346 wanif_conf_t *conf) in new_if()
|
D | wanpipe_multppp.c | 143 wanif_conf_t* conf); 539 static int new_if (wan_device_t* wandev, netdevice_t* pdev, wanif_conf_t* conf) in new_if()
|
D | sdla_ppp.c | 245 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()
|
D | sdla_chdlc.c | 198 wanif_conf_t* conf); 696 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if()
|
D | sdla_fr.c | 339 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()
|
D | sdla_x25.c | 344 wanif_conf_t* conf); 912 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if()
|