Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dnet-get-if.rst7 ioctl NET_GET_IF
13 NET_GET_IF - Read the configuration data of an interface created via - :ref:`NET_ADD_IF <net>`.
18 .. c:macro:: NET_GET_IF
20 ``int ioctl(int fd, NET_GET_IF, struct dvb_net_if *net_if)``
34 The NET_GET_IF ioctl uses the interface number given by the struct
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dnet.h56 #define NET_GET_IF _IOWR('o', 54, 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.h56 #define NET_GET_IF _IOWR('o', 54, 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.h56 #define NET_GET_IF _IOWR('o', 54, struct dvb_net_if) macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_net.c1461 case NET_GET_IF: