summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-23 17:05:28 +0000
committerbrian <brian@FreeBSD.org>1998-05-23 17:05:28 +0000
commit3d5a66dff7468559eb0f226477cfed7891ba121f (patch)
tree4e1e53fa349d3a250d5f4fee8e5bbcbd9ab82f78 /usr.sbin/ppp/mp.h
parentdd6254f96c0780e31e7e5b2d7b8c2a4e9a69caf1 (diff)
downloadFreeBSD-src-3d5a66dff7468559eb0f226477cfed7891ba121f.zip
FreeBSD-src-3d5a66dff7468559eb0f226477cfed7891ba121f.tar.gz
o Make sure we adjust our min seq and process any outstanding queued
incoming fragments when a link goes down. o Don't use the minimum sequence numbers of links that aren't open. o Understand sequence number wrapping when determining the minimum sequence number. o Add & adjust a few comments.
Diffstat (limited to 'usr.sbin/ppp/mp.h')
-rw-r--r--usr.sbin/ppp/mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h
index 4f91365..1ca7a2f 100644
--- a/usr.sbin/ppp/mp.h
+++ b/usr.sbin/ppp/mp.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp.h,v 1.1.2.12 1998/05/03 22:13:13 brian Exp $
+ * $Id: mp.h,v 1.2 1998/05/21 21:47:08 brian Exp $
*/
struct mbuf;
@@ -132,3 +132,4 @@ extern int mp_SetDatalinkWeight(struct cmdargs const *);
extern int mp_ShowStatus(struct cmdargs const *);
extern const char *mp_Enddisc(u_char, const char *, int);
extern int mp_SetEnddisc(struct cmdargs const *);
+extern void mp_LinkLost(struct mp *, struct datalink *);
OpenPOWER on IntegriCloud