X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fppp.h;h=8c08e109913506c410b04c2edb01bc17ab530aa2;hp=153d9596dc919de868cb7e26fabc49c6dcdaa2e0;hb=8d5bb9f77fac12443d09dad30cf7069c720a2dbe;hpb=b07a2a0e2055cb2ba2b3addd5c50f2c9682a0777;ds=sidebyside diff --git a/linux/ppp.h b/linux/ppp.h index 153d959..8c08e10 100644 --- a/linux/ppp.h +++ b/linux/ppp.h @@ -5,7 +5,7 @@ Michael Callahan Nov. 4 1993 */ -/* $Id: ppp.h,v 1.1 1994/05/27 00:55:25 paulus Exp $ */ +/* $Id: ppp.h,v 1.3 1994/05/27 00:59:24 paulus Exp $ */ /* how many PPP units? */ #define PPP_NRUNIT 4 @@ -15,6 +15,9 @@ /* line discipline number */ #define N_PPP 3 +/* Extended asyncmap - allows any character to be escaped. */ +typedef u_long ext_accm[8]; + /* Magic value for the ppp structure */ #define PPP_MAGIC 0x5002 @@ -177,7 +180,7 @@ struct ppp { unsigned int flags; /* miscellany */ - unsigned long xmit_async_map[8]; /* 1 bit means that given control + ext_accm xmit_async_map; /* 1 bit means that given control character is quoted on output*/ unsigned long recv_async_map; /* 1 bit means that given control