summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_sock.h
Commit message (Collapse)AuthorAgeFilesLines
* Major update of NCP requester:bp2001-03-101-2/+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.
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-141-0/+7
|
* Update to version 1.3.4 of ncplib. Cleanup header files.bp1999-12-121-2/+2
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+51
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud