summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_mod.c
Commit message (Collapse)AuthorAgeFilesLines
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-221-3/+41
| | | | empty for a while.
* Major update of NCP requester:bp2001-03-101-46/+75
| | | | | | | | | | | | | | | | | 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.
* nwfs depends on ncppeter2000-04-291-0/+2
|
* Remove unnessary includes.bp1999-10-121-4/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+489
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud