summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-09 16:54:04 +0000
committerbrian <brian@FreeBSD.org>1999-06-09 16:54:04 +0000
commit9c856b76928d18953093a30f09943c472d2ffd53 (patch)
tree418ce5ce129798b29481c14cfd5182fabfc51ad2 /usr.sbin/ppp/mp.h
parentecc920d2f92aa35dc7619422c2e2edd8a18aa3ea (diff)
downloadFreeBSD-src-9c856b76928d18953093a30f09943c472d2ffd53.zip
FreeBSD-src-9c856b76928d18953093a30f09943c472d2ffd53.tar.gz
Allow our endpoint discriminator to be enabled, disabled, accepted
and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU.
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 20794b5..81ec0fc 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.4 1998/08/25 17:48:43 brian Exp $
+ * $Id: mp.h,v 1.5 1999/05/08 11:07:19 brian Exp $
*/
struct mbuf;
@@ -94,6 +94,7 @@ struct mp {
struct {
u_short mrru; /* Max Reconstructed Receive Unit */
unsigned shortseq : 2; /* I want short Sequence Numbers */
+ unsigned negenddisc : 2; /* I want an endpoint discriminator */
struct enddisc enddisc; /* endpoint discriminator */
} cfg;
OpenPOWER on IntegriCloud