Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H A Dhdlc_ppp.c29 #define PID_LCP 0xC021 macro
115 case PID_LCP: in get_proto()
183 case PID_LCP: in ppp_hard_header()
215 if (pid == PID_LCP && (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY)) in ppp_tx_cp()
341 if (pid == PID_LCP) { in ppp_cp_event()
352 if (pid == PID_LCP) { in ppp_cp_event()
385 if (pid == PID_LCP) in ppp_cp_parse_cr()
459 ppp_tx_cp(dev, PID_LCP, LCP_PROTO_REJ, in ppp_rx()
488 if (pid == PID_LCP) in ppp_rx()
492 if (pid == PID_LCP || pid == PID_IPCP || in ppp_rx()
[all …]