Home
last modified time | relevance | path

Searched refs:TUNSETCARRIER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h62 #define TUNSETCARRIER _IOW('T', 226, int) macro
/openbmc/linux/include/uapi/linux/
H A Dif_tun.h62 #define TUNSETCARRIER _IOW('T', 226, int) macro
/openbmc/qemu/linux-user/
H A Dioctls.h755 #ifdef TUNSETCARRIER
756 IOCTL(TUNSETCARRIER, IOC_W, MK_PTR(TYPE_INT))
/openbmc/linux/drivers/net/
H A Dtun.c3385 case TUNSETCARRIER: in __tun_chr_ioctl()