summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_ncp.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
| | | | Approved by: bp
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Catch up with KSE changes.fjoe2003-02-261-4/+3
| | | | Reviewed by: tjr
* use __packed.alfred2002-09-231-3/+3
|
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-221-5/+8
| | | | empty for a while.
* Major update of NCP requester:bp2001-03-101-5/+13
| | | | | | | | | | | | | | | | | 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/+5
|
* 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/+118
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud