Home
last modified time | relevance | path

Searched refs:ARPHRD_PPP (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dif_arp.h57 #define ARPHRD_PPP 512 macro
/Linux-v4.19/net/appletalk/
Daarp.c470 atif->dev->type == ARPHRD_PPP) in aarp_probe_network()
498 atif->dev->type == ARPHRD_PPP) in aarp_proxy_probe_network()
597 if (dev->type == ARPHRD_PPP) { in aarp_send_ddp()
Dddp.c692 dev->type != ARPHRD_PPP) in atif_ioctl()
1329 if (dev->type == ARPHRD_PPP) in atalk_route_packet()
/Linux-v4.19/drivers/net/wan/
Dfsl_ucc_hdlc.c366 case ARPHRD_PPP: in ucc_hdlc_tx()
514 case ARPHRD_PPP: in hdlc_rx_done()
Dhdlc_ppp.c690 dev->type = ARPHRD_PPP; in ppp_ioctl()
/Linux-v4.19/net/decnet/
Ddn_dev.c120 .type = ARPHRD_PPP, /* DECnet over PPP */
308 dev->type == ARPHRD_PPP || in mtu2blksize()
/Linux-v4.19/net/atm/
Dbr2684.c654 netdev->type = ARPHRD_PPP; in br2684_setup_routed()
/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c1394 dev->type = ARPHRD_PPP; in ppp_setup()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_net.c2695 p->dev->type = ARPHRD_PPP; /* change ARP type */ in isdn_net_setcfg()
/Linux-v4.19/net/core/
Ddev.c291 ARPHRD_PPP, ARPHRD_CISCO, ARPHRD_LAPB, ARPHRD_DDCMP,