.\" 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_SAP_CLOSE" "" "06 October 2005" "" ""
.SH NAME
llc_sap_close \- close interface for upper layers.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void llc_sap_close (struct llc_sap * \fIsap\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsap\fB\fR
SAP to be closed.
.SH "DESCRIPTION"
.PP
Close interface function to upper layer. Each one who wants to
close an open SAP (for example NetBEUI) should call this function.
Removes this sap from the list of saps in the station and then
frees the memory for this sap.