.\" 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_BUILD_AND_SEND_TEST_PKT" "" "06 October 2005" "" ""
.SH NAME
llc_build_and_send_test_pkt \- TEST interface for upper layers.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void llc_build_and_send_test_pkt (struct llc_sap * \fIsap\fB, struct sk_buff * \fIskb\fB, u8 * \fIdmac\fB, u8 \fIdsap\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsap\fB\fR
sap to use
.TP
\fB\fIskb\fB\fR
packet to send
.TP
\fB\fIdmac\fB\fR
destination mac address
.TP
\fB\fIdsap\fB\fR
destination sap
.SH "DESCRIPTION"
.PP
This function is called when upper layer wants to send a TEST pdu.
Returns 0 for success, 1 otherwise.