Searched refs:in_dev (Results 26 - 29 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_net.c240 struct in_device *in_dev; local
251 if ((in_dev = dev->ip_ptr) != NULL) {
255 struct in_ifaddr *ifa = in_dev->ifa_list;
1641 struct in_device *in_dev = NULL; local
1645 if ((in_dev = lp->netdev->dev.ip_ptr) != NULL) {
1647 struct in_ifaddr *ifa = in_dev->ifa_list;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dpktgen.c260 struct in_device *in_dev = odev->ip_ptr; local
262 if (in_dev->ifa_list) {
263 info->saddr_min = in_dev->ifa_list->ifa_address;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c1145 struct in_device * in_dev = __in_dev_get(dev); local
1146 if (in_dev && (dev->flags & IFF_UP)) {
1151 for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_main.c3770 struct in_device *in_dev; local
3773 in_dev = (struct in_device *) dev->ip_ptr;
3775 if (in_dev) {
3777 if ((ifa = in_dev->ifa_list) != NULL) {

Completed in 110 milliseconds

12