.\" 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 "SPPP_DO_IOCTL" "9" "09 October 2005" "" ""
.SH NAME
sppp_do_ioctl \- Ioctl handler for ppp/hdlc
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int sppp_do_ioctl (struct net_device * \fIdev\fB, struct ifreq * \fIifr\fB, int \fIcmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
Device subject to ioctl
.TP
\fB\fIifr\fB\fR
Interface request block from the user
.TP
\fB\fIcmd\fB\fR
Command that is being issued
.SH "DESCRIPTION"
.PP
This function handles the ioctls that may be issued by the user
to control the settings of a PPP/HDLC link. It does both busy
and security checks. This function is intended to be wrapped by
callers who wish to add additional ioctl calls of their own.