.\" 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_DGRAM" "" "06 October 2005" "" ""
.SH NAME
llc_lookup_dgram \- Finds dgram socket for the local sap/mac
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct sock * llc_lookup_dgram (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 socket list of the SAP and finds connection using the local
mac, and local sap. Returns pointer for socket found, NULL otherwise.