Searched refs:gifconf_func_t (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetdevice.h471 typedef int gifconf_func_t(struct net_device * dev, char * bufptr, int len); typedef
472 extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetdevice.h471 typedef int gifconf_func_t(struct net_device * dev, char * bufptr, int len); typedef
472 extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1617 static gifconf_func_t * gifconf_list [NPROTO];
1629 int register_gifconf(unsigned int family, gifconf_func_t * gifconf)

Completed in 50 milliseconds