.\" 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_ACCEPT" "" "06 October 2005" "" ""
.SH NAME
llc_ui_accept \- accept a new incoming connection.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_ui_accept (struct socket * \fIsock\fB, struct socket * \fInewsock\fB, int \fIflags\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsock\fB\fR
Socket which connections arrive on.
.TP
\fB\fInewsock\fB\fR
Socket to move incoming connection to.
.TP
\fB\fIflags\fB\fR
User specified operational flags.
.SH "DESCRIPTION"
.PP
Accept a new incoming connection.
Returns 0 upon success, negative otherwise.