Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dif_arp.h38 #define ARPHRD_DLCI 15 /* Frame Relay DLCI */ macro
/linux-3.4.99/drivers/net/wan/
Ddlci.c486 dev->type = ARPHRD_DLCI; in dlci_setup()
Dhdlc_fr.c1045 dev->type = ARPHRD_DLCI; in pvc_setup()
1264 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-3.4.99/net/ipv4/
Darp.c809 if (dev_type == ARPHRD_DLCI) in arp_process()
/linux-3.4.99/net/core/
Ddev.c292 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,