:orphan: .. index:: pair: enum; tapi_netif_msg_level .. _doxid-group__tapi__conf__if_1ga8aae42ddd7dfe0b6e16ddcd0704d9adf: enum tapi_netif_msg_level ========================= Network interface driver message level flags. Values should be the same as values of corresponding NETIF_MSG\* flags from include/linux/netdevice.h in linux kernel sources. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_netif_msg_level { :target:`TAPI_NETIF_MSG_DRV` = 0x0001, :target:`TAPI_NETIF_MSG_PROBE` = 0x0002, :target:`TAPI_NETIF_MSG_LINK` = 0x0004, :target:`TAPI_NETIF_MSG_TIMER` = 0x0008, :target:`TAPI_NETIF_MSG_IFDOWN` = 0x0010, :target:`TAPI_NETIF_MSG_IFUP` = 0x0020, :target:`TAPI_NETIF_MSG_RX_ERR` = 0x0040, :target:`TAPI_NETIF_MSG_TX_ERR` = 0x0080, :target:`TAPI_NETIF_MSG_TX_QUEUED` = 0x0100, :target:`TAPI_NETIF_MSG_INTR` = 0x0200, :target:`TAPI_NETIF_MSG_TX_DONE` = 0x0400, :target:`TAPI_NETIF_MSG_RX_STATUS` = 0x0800, :target:`TAPI_NETIF_MSG_PKTDATA` = 0x1000, :target:`TAPI_NETIF_MSG_HW` = 0x2000, :target:`TAPI_NETIF_MSG_WOL` = 0x4000, };