Home
last modified time | relevance | path

Searched refs:gifconf_func_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnetdevice.h509 typedef int gifconf_func_t(struct net_device * dev, char * bufptr, int len); typedef
510 extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf);
/linux-2.4.37.9/net/core/
Ddev.c1652 static gifconf_func_t * gifconf_list [NPROTO];
1664 int register_gifconf(unsigned int family, gifconf_func_t * gifconf) in register_gifconf()