Home
last modified time | relevance | path

Searched refs:LMC_PPP (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wan/lmc/
Dlmc_proto.c66 if (sc->if_type == LMC_PPP) in lmc_proto_ioctl()
77 if (sc->if_type == LMC_PPP) { in lmc_proto_open()
92 if (sc->if_type == LMC_PPP) in lmc_proto_close()
102 case LMC_PPP: in lmc_proto_type()
124 case LMC_PPP: in lmc_proto_netif()
Dlmc_ioctl.h62 #define LMC_PPP 1 /* use generic HDLC interface */ macro
Dlmc_main.c852 sc->if_type = LMC_PPP; in lmc_init_one()