summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_nls.h
Commit message (Collapse)AuthorAgeFilesLines
* Major update of NCP requester:bp2001-03-101-1/+1
| | | | | | | | | | | | | | | | | Use mchain API to work with mbuf chains. Do not depend on INET and IPX options. Allocate ncp_rq structure dynamically to prevent possible stack overflows. Let ncp_request() dispose control structure if request failed. Move all NCP wrappers to ncp_ncp.c file and all NCP request processing functions to ncp_rq.c file. Improve reconnection logic. Misc style fixes.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Update to version 1.3.4 of ncplib. Cleanup header files.bp1999-12-121-2/+6
|
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-3/+3
| | | | with the macro of the same name. Same thing for 'tolower'.
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+86
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud