Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_arp.h39 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */ macro
/Linux-v5.4/drivers/net/wan/
Ddlci.c478 dev->type = ARPHRD_DLCI; in dlci_setup()
Dhdlc_fr.c1042 dev->type = ARPHRD_DLCI; in pvc_setup()
1264 result = ARPHRD_DLCI; in fr_ioctl()
Dsdla.c558 if (master->type != ARPHRD_DLCI) in sdla_assoc()
681 if (skb->dev->type != ARPHRD_DLCI) in sdla_transmit()
/Linux-v5.4/net/ipv4/
Darp.c778 if (dev_type == ARPHRD_DLCI) in arp_process()