libixp.man3 (718B)
1 IXP_API 2 libixp Manual 3 2010 Jun 4 5 %!includeconf: header.t2t 6 7 = SYNPOSIS = 8 ``` 9 #include <ixp.h> 10 ``` 11 = DESCRIPTION = 12 13 libixp is a client and server library for interacting with the 14 9P filesystem protocol. It includes a straightforward 9P 15 filesystem client, a callback-based server library, portable 16 utilities for opening and multiplexing sockets, a library of 17 data marshalling functions, and utilities to ease the 18 construction of simple virtual filesystem servers. Further, 19 libixp is completely threadsafe and can be adapted to virtual 20 any threading system. 21 22 = SEE ALSO = 23 M<IXP_API>, S<IxpThread>, S<IxpMsg>, F<ixp_mount>, F<ixp_dial>, 24 F<ixp_serverloop>, F<ixp_listen>, F<ixp_settimer>, 25 F<ixp_serve9conn>, ixp_srvutils(3)