Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h134 extern void lcp_Init(struct lcp *, struct bundle *, struct link *,
H A Dmp.c284 lcp_Init(&mp->link.lcp, mp->bundle, &mp->link, NULL); in mp_Init()
H A Dphysical.c205 lcp_Init(&p->link.lcp, dl->bundle, &p->link, &dl->fsmp); in physical_Create()
H A Dlcp.c249 lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l, in lcp_Init() function