diff options
-rw-r--r-- | sys/net/pipex_local.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h index 9f5b4cc3c3a..c5b1122e462 100644 --- a/sys/net/pipex_local.h +++ b/sys/net/pipex_local.h @@ -1,4 +1,4 @@ -/* $Id: pipex_local.h,v 1.1 2010/01/11 03:50:56 yasuoka Exp $ */ +/* $Id: pipex_local.h,v 1.2 2010/01/12 02:26:37 yasuoka Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. * All rights reserved. @@ -164,20 +164,6 @@ struct pipex_gre_header { uint16_t call_id; /* call_id */ } __attribute__((__packed__)); -/* ppp/ccp header */ -struct pipex_ccp_header { - uint8_t code; - uint8_t id; - uint16_t len; -} __attribute__((__packed__)); - -/* ppp header */ -struct pipex_ppp_header { - uint8_t c[0]; /* ppp proto */ - uint16_t code; /* ppp proto (2 oct) */ -} __attribute__((__packed__)); - - /* pppoe header */ struct pipex_pppoe_header { uint8_t vertype; /* version and type */ |