.\" 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_UTIL_NS_INSIDE_RX_WINDOW" "" "06 October 2005" "" ""
.SH NAME
llc_util_ns_inside_rx_window \- check if sequence number is in rx window
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u16 llc_util_ns_inside_rx_window (u8 \fIns\fB, u8 \fIvr\fB, u8 \fIrw\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIns\fB\fR
sequence number of received pdu.
.TP
\fB\fIvr\fB\fR
sequence number which receiver expects to receive.
.TP
\fB\fIrw\fB\fR
receive window size of receiver.
.SH "DESCRIPTION"
.PP
Checks if sequence number of received PDU is in range of receive
window. Returns 0 for success, 1 otherwise