Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dhdlc.h104 extern void hdlc_Init(struct hdlc *, struct lcp *);
H A Dhdlc.c99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init() function
H A Dphysical.c183 hdlc_Init(&p->hdlc, &p->link.lcp); in physical_Create()
H A Ddatalink.c237 hdlc_Init(&dl->physical->hdlc, &dl->physical->link.lcp); in datalink_LoginDone()