Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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>`.
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dnet.h54 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dnet.h54 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dnet.h54 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_net.c1437 case NET_ADD_IF: