blob: dc6566633eb1156dd759f8c07d75956b08e636f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\devsec{DVB Network API}
The DVB net device enables feeding of MPE (multi protocol
encapsulation) packets received via DVB into the Linux network
protocol stack, e.g. for internet via satellite applications.
It can be accessed through \texttt{/dev/dvb/adapter0/net0}.
Data types and and ioctl definitions can be accessed by including
\texttt{linux/dvb/net.h} in your application.
\devsubsec{DVB Net Data Types}
To be written\dots
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "dvbapi"
%%% End:
|