Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
[deliverable/linux.git] / Documentation / media / uapi / dvb / net-get-if.rst
CommitLineData
47d23e36
MCC
1.. -*- coding: utf-8; mode: rst -*-
2
47d23e36
MCC
3.. _NET_GET_IF:
4
5****************
6ioctl NET_GET_IF
7****************
8
15e7d615 9Name
586027ce 10====
47d23e36 11
586027ce 12NET_GET_IF - Read the configuration data of an interface created via - :ref:`NET_ADD_IF <net>`.
47d23e36 13
15e7d615
MCC
14
15Synopsis
47d23e36
MCC
16========
17
18.. cpp:function:: int ioctl( int fd, int request, struct dvb_net_if *net_if )
19
586027ce 20
15e7d615 21Arguments
47d23e36
MCC
22=========
23
24``fd``
25 File descriptor returned by :ref:`open() <frontend_f_open>`.
26
27``request``
28 FE_SET_TONE
29
30``net_if``
31 pointer to struct :ref:`dvb_net_if <dvb-net-if>`
32
33
15e7d615 34Description
47d23e36
MCC
35===========
36
37The NET_GET_IF ioctl uses the interface number given by the struct
38:ref:`dvb_net_if <dvb-net-if>`::ifnum field and fills the content of
39struct :ref:`dvb_net_if <dvb-net-if>` with the packet ID and
40encapsulation type used on such interface. If the interface was not
41created yet with :ref:`NET_ADD_IF <net>`, it will return -1 and fill
42the ``errno`` with ``EINVAL`` error code.
43
586027ce 44
15e7d615 45Return Value
586027ce 46============
47d23e36
MCC
47
48On success 0 is returned, on error -1 and the ``errno`` variable is set
49appropriately. The generic error codes are described at the
50:ref:`Generic Error Codes <gen-errors>` chapter.
This page took 0.050614 seconds and 5 git commands to generate.