nuttx-apps/netutils/pppd
2017-08-13 11:03:17 -06:00
..
.gitignore Add a PPP daemon. From Max Neklyudov 2015-03-11 07:53:04 -06:00
ahdlc.c PPPD: Fix a few coding style problems 2015-09-01 17:28:17 -06:00
ahdlc.h Add file headers to all PPPD files (still lots of style incompatibilies) 2015-03-11 08:33:57 -06:00
ipcp.c Bringing PPPD yet closer to the NuttX coding style 2015-03-11 18:47:04 -06:00
ipcp.h Add file headers to all PPPD files (still lots of style incompatibilies) 2015-03-11 08:33:57 -06:00
Kconfig Additional, trivial changes from review 2016-01-29 17:11:06 -06:00
lcp.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
lcp.h Add file headers to all PPPD files (still lots of style incompatibilies) 2015-03-11 08:33:57 -06:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree. 2017-08-13 11:03:17 -06:00
pap.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
pap.h Add file headers to all PPPD files (still lots of style incompatibilies) 2015-03-11 08:33:57 -06:00
ppp_arch.h This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
ppp_conf.h apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From Brennan Ashton 2015-04-14 07:02:12 -06:00
ppp.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:40:03 -06:00
ppp.h This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
pppd.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00