nuttx-apps/netutils/pppd
Xiang Xiao cddfda99f0 apps/netutils/pppd: Refine and fix pppd code.
Reviewers note:  Reviewing the changes I also see that these file did not follow the NuttX codings standard.  I ran all files through nuttx/tools/indent.sh, manually reviewed all files for coding style issues.  I also changed occurrences of non-standard types u8_t, u16_t, and u32_t to the standard uint8_t, uint16_t, and uint32_t.
2018-11-07 12:43:42 -06:00
..
.gitignore Add a PPP daemon. From Max Neklyudov 2015-03-11 07:53:04 -06:00
ahdlc.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ahdlc.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ipcp.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ipcp.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
Kconfig apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
lcp.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
lcp.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
pap.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
pap.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ppp_arch.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ppp_conf.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ppp.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
ppp.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
pppd.c apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00