.\" 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 "DVB_NET_ETH_TYPE_TRANS" "" "06 October 2005" "" ""
.SH NAME
dvb_net_eth_type_trans \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned short dvb_net_eth_type_trans (struct sk_buff * \fIskb\fB, struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
-- undescribed --
.TP
\fB\fIdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
assume 802.3 if the type field is short enough to be a length.
This is normal practice and works for any 'now in use' protocol.
.PP
stolen from eth.c out of the linux kernel, hacked for dvb-device
by Michael Holzt