Home
last modified time | relevance | path

Searched refs:ARPHRD_X25 (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/net/x25/
Dx25_dev.c149 case ARPHRD_X25: in x25_establish_link()
181 if (nb->dev->type != ARPHRD_X25) in x25_terminate_link()
205 case ARPHRD_X25: in x25_send_frame()
Dx25_route.c136 (!(dev->flags & IFF_UP) || (dev->type != ARPHRD_X25 in x25_dev_get()
Daf_x25.c234 if (dev->type == ARPHRD_X25 in x25_device_event()
/linux-2.6.39/include/linux/
Dif_arp.h53 #define ARPHRD_X25 271 /* CCITT X.25 */ macro
/linux-2.6.39/drivers/net/wan/
Dhdlc_x25.c217 dev->type = ARPHRD_X25; in x25_ioctl()
Dx25_asy.c573 sl->dev->type = ARPHRD_X25; in x25_asy_open_tty()
759 dev->type = ARPHRD_X25; in x25_asy_setup()
Dlapbether.c313 dev->type = ARPHRD_X25; in lapbeth_setup()
/linux-2.6.39/net/decnet/
Ddn_dev.c108 .type = ARPHRD_X25, /* Bog standard X.25 */
/linux-2.6.39/drivers/isdn/i4l/
Disdn_net.c2737 p->dev->type = ARPHRD_X25; /* change ARP type */ in isdn_net_setcfg()
/linux-2.6.39/net/core/
Ddev.c283 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,