libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

ixp_hangup.3 (611B)


      1 .TH "IXP_HANGUP" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_hangup, ixp_server_close
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   void ixp_hangup(IxpConn *c);
     12   
     13   void ixp_server_close(IxpServer *s);
     14 .fi
     15 
     16 .SH DESCRIPTION
     17 .P
     18 ixp_hangup closes a connection, and stops the server
     19 listening on it. It calls the connection's close
     20 function, if it exists. ixp_server_close calls ixp_hangup
     21 on all of the connections on which the server is
     22 listening.
     23 
     24 .SH SEE ALSO
     25 .P
     26 ixp_listen(3), IxpServer(3), IxpConn(3)
     27 
     28 
     29 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     30 .\" cmdline: txt2tags -o- ixp_hangup.man3
     31