Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dhdlc.h112 extern struct layer hdlclayer;
H A Dhdlc.c434 struct layer hdlclayer = { LAYER_HDLC, "hdlc", hdlc_LayerPush, hdlc_LayerPull }; variable
H A Dphysical.c1057 link_Stack(&p->link, &hdlclayer); in physical_SetupStack()