Home
last modified time | relevance | path

Searched refs:ARPHRD_DLCI (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dif_arp.h39 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */ macro
/Linux-v5.10/drivers/net/wan/
Dhdlc_fr.c292 } else if (skb->dev->type == ARPHRD_DLCI) { in fr_hard_header()
1051 dev->type = ARPHRD_DLCI; in pvc_setup()
1274 result = ARPHRD_DLCI; in fr_ioctl()
Ddlci.c477 dev->type = ARPHRD_DLCI; in dlci_setup()
Dsdla.c558 if (master->type != ARPHRD_DLCI) in sdla_assoc()
681 if (skb->dev->type != ARPHRD_DLCI) in sdla_transmit()
/Linux-v5.10/net/ipv4/
Darp.c780 if (dev_type == ARPHRD_DLCI) in arp_process()
/Linux-v5.10/net/core/
Ddev.c413 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,