Home
last modified time | relevance | path

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

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