Searched refs:LAYER_HDLC (Results 1 – 3 of 3) sorted by relevance
/external/libppp/src/ | ||
D | layer.h | 31 #define LAYER_HDLC 4 macro |
D | hdlc.c | 438 struct layer hdlclayer = { LAYER_HDLC, "hdlc", hdlc_LayerPush, hdlc_LayerPull }; |
D | lqr.c | 459 case LAYER_HDLC: in lqr_LayerPush() |