History log of /seL4-camkes-master/projects/lwip/src/include/netif/slipif.h
Revision Date Author Comments
# 451277e7 24-May-2016 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Include all lwIP files in doxygen documentation


# 22df34fc 06-Oct-2015 sg <goldsimon@gmx.de>

minor/coding style: removed spaces before line ending (from file header)


# 490581a0 06-Oct-2015 sg <goldsimon@gmx.de>

minor/coding style: removed spaces before line ending


# 33237419 18-Sep-2014 Simon Goldschmidt <goldsimon@gmx.de>

Parts of patch #8397 Typos corrected in comments and text outputs


# 1204f15b 19-May-2014 goldsimon <goldsimon@gmx.de>

bug #35874 reserved identifier violation, 2nd part


# dbd125c7 19-May-2014 Simon Goldschmidt <goldsimon@gmx.de>

Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)


# 3d1a3065 21-Oct-2011 goldsimon <goldsimon@gmx.de>

SLIP netif: add support for multiple input strategies (threaded, polling, RX from ISR)


# cff3e0ca 26-Aug-2009 goldsimon <goldsimon>

bug #26397: Added SLIP polling support (uses sio_tryread)


# 84fc489e 10-May-2007 goldsimon <goldsimon>

Included patch #5448: include '#ifdef __cplusplus \ extern "C" {' in all header files. Now you can write your application using the lwIP stack in C++ and simply #include the core files. Note I have left out the netif/ppp/*h header files for now, since I don't know which files are included by applications and which are for internal use only.


# cc31bb93 20-Feb-2003 jani <jani>

make netif->init return err_t instead of void.Patch from David Le Corfec


# 0a51d720 19-Feb-2003 likewise <likewise>

Removed Id: fields as they give conflicts while merging to leon-dhcp branch.


# bcb26001 21-Oct-2002 likewise <likewise>

New file structure towards SLIP/PPP. Renamed tcp_*.c for 8.3 sake.
See lwip@sics.se Mon, 21 Oct 2002 magnus.ivarsson