.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LLC_UI_LISTEN" "" "06 October 2005" "" ""
.SH NAME
llc_ui_listen \- allow a normal socket to accept incoming connections
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_ui_listen (struct socket * \fIsock\fB, int \fIbacklog\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsock\fB\fR
Socket to allow incoming connections on.
.TP
\fB\fIbacklog\fB\fR
Number of connections to queue.
.SH "DESCRIPTION"
.PP
Allow a normal socket to accept incoming connections.
Returns 0 upon success, negative otherwise.