Home | History | Annotate | Download | only in src

Lines Matching refs:mp

26  * $FreeBSD: src/usr.sbin/ppp/mp.h,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $
43 #define MP_UP 1 /* We've started MP */
44 #define MP_ADDED 2 /* We've added the link to our MP */
72 struct mp {
132 extern void mp_Init(struct mp *, struct bundle *);
134 extern int mp_Up(struct mp *, struct datalink *);
135 extern void mp_Down(struct mp *);
142 extern void mp_LinkLost(struct mp *, struct datalink *);
143 extern void mp_RestartAutoloadTimer(struct mp *);
144 extern void mp_CheckAutoloadTimer(struct mp *);
145 extern void mp_StopAutoloadTimer(struct mp *);
146 extern size_t mp_QueueLen(struct mp *);