Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dacf.h33 extern struct layer acflayer;
H A Dacf.c116 struct layer acflayer = { LAYER_ACF, "acf", acf_LayerPush, acf_LayerPull }; variable
H A Dphysical.c1064 link_Stack(&p->link, &acflayer); in physical_SetupStack()