.\" 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_ESTABLISH_CONNECTION" "9" "09 October 2005" "" "" .SH NAME llc_establish_connection \- Called by upper layer to establish a conn .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_establish_connection (struct sock * \fIsk\fB, u8 * \fIlmac\fB, u8 * \fIdmac\fB, u8 \fIdsap\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR connection .TP \fB\fIlmac\fB\fR local mac address .TP \fB\fIdmac\fB\fR destination mac address .TP \fB\fIdsap\fB\fR destination sap .SH "DESCRIPTION" .PP Upper layer calls this to establish an LLC connection with a remote machine. This function packages a proper event and sends it connection component state machine. Success or failure of connection establishment will inform to upper layer via calling it's confirm function and passing proper information.