Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_arp.h39 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */ macro
/Linux-v4.19/drivers/net/wan/
Ddlci.c482 dev->type = ARPHRD_DLCI; in dlci_setup()
Dhdlc_fr.c1045 dev->type = ARPHRD_DLCI; in pvc_setup()
1267 result = ARPHRD_DLCI; in fr_ioctl()
Dsdla.c561 if (master->type != ARPHRD_DLCI) in sdla_assoc()
684 if (skb->dev->type != ARPHRD_DLCI) in sdla_transmit()
/Linux-v4.19/net/ipv4/
Darp.c782 if (dev_type == ARPHRD_DLCI) in arp_process()
/Linux-v4.19/net/core/
Ddev.c287 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,