Home
last modified time | relevance | path

Searched refs:ARPHRD_ROSE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_arp.h52 #define ARPHRD_ROSE 270 macro
/linux-4.1.27/net/rose/
Drose_dev.c140 dev->type = ARPHRD_ROSE; in rose_setup()
Drose_route.c614 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE) in rose_dev_first()
632 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_get()
649 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_exists()
Daf_rose.c217 case ARPHRD_ROSE: in rose_device_event()
/linux-4.1.27/net/core/
Ddev.c278 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,