Home
last modified time | relevance | path

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

/openbmc/linux/net/x25/
H A Dx25_dev.c154 case ARPHRD_X25: in x25_establish_link()
178 if (nb->dev->type != ARPHRD_X25) in x25_terminate_link()
202 case ARPHRD_X25: in x25_send_frame()
H A Dx25_route.c121 if (dev && (!(dev->flags & IFF_UP) || dev->type != ARPHRD_X25)) { in x25_dev_get()
H A Daf_x25.c214 if (dev->type == ARPHRD_X25) { in x25_device_event()
/openbmc/linux/include/uapi/linux/
H A Dif_arp.h54 #define ARPHRD_X25 271 /* CCITT X.25 */ macro
/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c359 dev->type = ARPHRD_X25; in x25_ioctl()
H A Dlapbether.c371 dev->type = ARPHRD_X25; in lapbeth_setup()
/openbmc/linux/net/lapb/
H A Dlapb_iface.c464 if (dev->type != ARPHRD_X25) in lapb_device_event()
/openbmc/linux/net/core/
H A Ddev.c457 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,