Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_arp.h53 #define ARPHRD_ROSE 270 macro
/Linux-v5.4/net/rose/
Drose_dev.c137 dev->type = ARPHRD_ROSE; in rose_setup()
Drose_route.c612 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE) in rose_dev_first()
630 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_get()
647 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_exists()
Daf_rose.c193 case ARPHRD_ROSE: in rose_device_event()