File: ixp_hangup.3

package info (click to toggle)
libixp 0.6~20121202%2Bhg148-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: ansic: 4,908; sh: 142; perl: 121; makefile: 111
file content (35 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH "IXP_HANGUP" 3 "2012 Dec" "libixp Manual"


.SH NAME

.P
ixp_hangup, ixp_server_close

.SH SYNOPSIS

.nf
#include <ixp.h>

void ixp_hangup(IxpConn *c);

void ixp_server_close(IxpServer *s);
.fi


.SH DESCRIPTION

.P
ixp_hangup closes a connection, and stops the server
listening on it. It calls the connection's close
function, if it exists. ixp_server_close calls ixp_hangup
on all of the connections on which the server is
listening.

.SH SEE ALSO

.P
ixp_listen(3), IxpServer(3), IxpConn(3)

.\" man code generated by txt2tags 2.6 (http://txt2tags.org)
.\" cmdline: txt2tags -o- ixp_hangup.man3