Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_arp.h38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */ macro
/linux-4.1.27/drivers/net/wan/
Ddlci.c482 dev->type = ARPHRD_DLCI; in dlci_setup()
Dhdlc_fr.c1046 dev->type = ARPHRD_DLCI; in pvc_setup()
1266 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-4.1.27/net/ipv4/
Darp.c722 if (dev_type == ARPHRD_DLCI) in arp_process()
/linux-4.1.27/net/core/
Ddev.c275 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,