Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_arp.h52 #define ARPHRD_ROSE 270 macro
/linux-2.4.37.9/net/rose/
Drose_dev.c189 dev->type = ARPHRD_ROSE; in rose_init()
Drose_route.c546 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE) in rose_dev_first()
564 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_get()
580 …if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && rosecmp(addr, (rose_address *)dev->dev_ad… in rose_dev_exists()
Daf_rose.c249 case ARPHRD_ROSE: in rose_device_event()
/linux-2.4.37.9/net/ipv4/
Darp.c278 case ARPHRD_ROSE: in arp_constructor()