.\" 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_LOOKUP_ESTABLISHED" "9" "09 October 2005" "" ""
.SH NAME
llc_lookup_established \- Finds connection for the remote/local sap/mac
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct sock * llc_lookup_established (struct llc_sap * \fIsap\fB, struct llc_addr * \fIdaddr\fB, struct llc_addr * \fIladdr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsap\fB\fR
SAP
.TP
\fB\fIdaddr\fB\fR
address of remote LLC (MAC + SAP)
.TP
\fB\fIladdr\fB\fR
address of local LLC (MAC + SAP)
.SH "DESCRIPTION"
.PP
Search connection list of the SAP and finds connection using the remote
mac, remote sap, local mac, and local sap. Returns pointer for
connection found, NULL otherwise.