Home
last modified time | relevance | path

Searched refs:NET_ADD_IF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dnet-add-if.rst7 ioctl NET_ADD_IF
13 NET_ADD_IF - Creates a new network interface for a given Packet ID.
18 .. c:macro:: NET_ADD_IF
20 ``int ioctl(int fd, NET_ADD_IF, struct dvb_net_if *net_if)``
34 The NET_ADD_IF ioctl system call selects the Packet ID (PID) that
H A Dnet-get-if.rst13 NET_GET_IF - Read the configuration data of an interface created via - :ref:`NET_ADD_IF <net>`.
38 created yet with :ref:`NET_ADD_IF <net>`, it will return -1 and fill
H A Dnet-remove-if.rst35 :ref:`NET_ADD_IF <net>`.
/openbmc/linux/include/uapi/linux/dvb/
H A Dnet.h39 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) macro
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_net.c1437 case NET_ADD_IF: