Home
last modified time | relevance | path

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

/Linux-v4.19/net/x25/
Dx25_dev.c157 case ARPHRD_X25: in x25_establish_link()
189 if (nb->dev->type != ARPHRD_X25) in x25_terminate_link()
213 case ARPHRD_X25: in x25_send_frame()
Dx25_route.c136 (!(dev->flags & IFF_UP) || (dev->type != ARPHRD_X25 in x25_dev_get()
Daf_x25.c235 if (dev->type == ARPHRD_X25 in x25_device_event()
/Linux-v4.19/include/uapi/linux/
Dif_arp.h54 #define ARPHRD_X25 271 /* CCITT X.25 */ macro
/Linux-v4.19/drivers/net/wan/
Dhdlc_x25.c215 dev->type = ARPHRD_X25; in x25_ioctl()
Dx25_asy.c568 sl->dev->type = ARPHRD_X25; in x25_asy_open_tty()
758 dev->type = ARPHRD_X25; in x25_asy_setup()
Dlapbether.c310 dev->type = ARPHRD_X25; in lapbeth_setup()
/Linux-v4.19/net/decnet/
Ddn_dev.c109 .type = ARPHRD_X25, /* Bog standard X.25 */
/Linux-v4.19/drivers/isdn/i4l/
Disdn_net.c2705 p->dev->type = ARPHRD_X25; /* change ARP type */ in isdn_net_setcfg()
/Linux-v4.19/net/core/
Ddev.c290 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,