[PATCH 2/6] Generic PPP control protocol support

2010-03-22 Thread Kristen Carlson Accardi
Implement a generic protocol that can be shared by both the LCP and the NCP implementation. --- Makefile.am |3 +- gatchat/ppp.h|2 + gatchat/ppp_cp.c | 1503 ++ gatchat/ppp_cp.h | 139 + 4 files changed, 1646

Re: [patch 2/6] Generic PPP control protocol

2010-03-18 Thread Kristen Carlson Accardi
On Wed, 17 Mar 2010 00:06:34 -0700 Marcel Holtmann mar...@holtmann.org wrote: +struct pppcp_data; Why is this needed? this is needed because we have some circular dependencies in the pppcp_data structure and the pppcp_actions structure. ___

[patch 2/6] Generic PPP control protocol

2010-03-16 Thread Kristen Carlson Accardi
Signed-off-by: Kristen Carlson Accardi kris...@linux.intel.com Implement a generic control protocol that can be shared by both LCP and NCP implementations. --- Makefile.am |3 gatchat/gatppp_internal.h |2 gatchat/gatpppcp.c| 1509