.\" 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_LISTENER" "" "06 October 2005" "" ""
.SH NAME
llc_lookup_listener \- Finds listener for local MAC + SAP
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct sock * llc_lookup_listener (struct llc_sap * \fIsap\fB, struct llc_addr * \fIladdr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsap\fB\fR
SAP
.TP
\fB\fIladdr\fB\fR
address of local LLC (MAC + SAP)
.SH "DESCRIPTION"
.PP
Search connection list of the SAP and finds connection listening on
local mac, and local sap. Returns pointer for parent socket found,
NULL otherwise.