summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_nls.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-2/+4
|
* Major update of NCP requester:bp2001-03-101-1/+2
| | | | | | | | | | | | | | | | | 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.
* Enable '=' character in the filename.bp2000-01-291-1/+1
| | | | Submitted by: Dan Nelson <dnelson@emsphone.com>
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-5/+5
| | | | with the macro of the same name. Same thing for 'tolower'.
* Remove unnessary includes.bp1999-10-121-7/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+305
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud