Searched refs:lcp (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-9.3-release/usr.sbin/ppp/
H A Dudp.c54 #include "lcp.h"
316 if (p->link.lcp.cfg.openmode != OPEN_PASSIVE) {
319 p->link.lcp.cfg.openmode = OPEN_PASSIVE;
H A Dccp.c59 #include "lcp.h"
292 * without our state machine bringing the supporting lcp layer down.
490 if (fp->link->lcp.fsm.state == ST_OPENED)
492 fsm_Close(&fp->link->lcp.fsm);
518 fsm_Close(&fp->link->lcp.fsm);
644 fsm_Close(&fp->link->lcp.fsm);
655 fsm_Close(&fp->link->lcp.fsm);
H A Dhdlc.c50 #include "lcp.h"
99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) argument
102 hdlc->lqm.owner = lcp;
H A Dcbcp.c49 #include "lcp.h"
316 struct lcp *lcp = &cbcp->p->link.lcp; local
327 if (lcp->want_callback.opmask) {
H A Dlink.c53 #include "lcp.h"
390 lcp_SendProtoRej(&l->lcp, MBUF_CTOP(bp), bp->m_len);
H A Dradius.c83 #include "lcp.h"
947 switch (authp->physical->link.lcp.want_auth) {
960 switch (authp->physical->link.lcp.want_authtype) {
1016 authp->physical->link.lcp.want_authtype);
H A Dncp.c56 #include "lcp.h"
348 struct bundle *bundle = l->lcp.fsm.bundle;
H A Dbundle.c75 #include "lcp.h"
338 if (fp == &dl->physical->link.lcp.fsm)
1902 bundle->iface->mtu = dl->physical->link.lcp.his_mru;
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample564 set log phase chat connect lcp ipcp command
573 set log phase lcp ipcp command
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.c3245 char *lcp; local
3255 for (lcp = left; *lcp != '\0'; ++lcp)
3258 rcp = strchr (right, *lcp);
3261 for (i = 1; lcp[i] != '\0' && lcp[i] == rcp[i]; ++i)
3265 rcp = strchr (rcp + 1, *lcp);
3269 if ((cpp = enlist(cpp, lcp, len)) == NULL)

Completed in 134 milliseconds

12