HomeSort by relevance Sort by last modified time
    Searched full:lcp_init (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
lcp.h 134 extern void lcp_Init(struct lcp *, struct bundle *, struct link *,
lcp.c 249 lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l,
    [all...]
mp.c 284 lcp_Init(&mp->link.lcp, mp->bundle, &mp->link, NULL);
    [all...]
physical.c 225 lcp_Init(&p->link.lcp, dl->bundle, &p->link, &dl->fsmp);
  /external/ppp/pppd/
lcp.c 254 static void lcp_init __P((int));
262 lcp_init,
333 * lcp_init - Initialize LCP.
336 lcp_init(unit) function
    [all...]

Completed in 338 milliseconds