| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- #define BLOG_CHANNEL_server 0
- #define BLOG_CHANNEL_client 1
- #define BLOG_CHANNEL_flooder 2
- #define BLOG_CHANNEL_tun2socks 3
- #define BLOG_CHANNEL_ncd 4
- #define BLOG_CHANNEL_ncd_var 5
- #define BLOG_CHANNEL_ncd_list 6
- #define BLOG_CHANNEL_ncd_depend 7
- #define BLOG_CHANNEL_ncd_multidepend 8
- #define BLOG_CHANNEL_ncd_concat 9
- #define BLOG_CHANNEL_ncd_concatv 10
- #define BLOG_CHANNEL_ncd_concatlist 11
- #define BLOG_CHANNEL_ncd_if 12
- #define BLOG_CHANNEL_ncd_strcmp 13
- #define BLOG_CHANNEL_ncd_regex_match 14
- #define BLOG_CHANNEL_ncd_logical 15
- #define BLOG_CHANNEL_ncd_sleep 16
- #define BLOG_CHANNEL_ncd_print 17
- #define BLOG_CHANNEL_ncd_blocker 18
- #define BLOG_CHANNEL_ncd_ip_in_network 19
- #define BLOG_CHANNEL_ncd_run 20
- #define BLOG_CHANNEL_ncd_runonce 21
- #define BLOG_CHANNEL_ncd_synchronous_process 22
- #define BLOG_CHANNEL_ncd_process_manager 23
- #define BLOG_CHANNEL_ncd_net_backend_waitdevice 24
- #define BLOG_CHANNEL_ncd_net_backend_waitlink 25
- #define BLOG_CHANNEL_ncd_net_backend_badvpn 26
- #define BLOG_CHANNEL_ncd_net_backend_wpa_supplicant 27
- #define BLOG_CHANNEL_ncd_net_backend_rfkill 28
- #define BLOG_CHANNEL_ncd_net_up 29
- #define BLOG_CHANNEL_ncd_net_dns 30
- #define BLOG_CHANNEL_ncd_net_iptables 31
- #define BLOG_CHANNEL_ncd_net_ipv4_addr 32
- #define BLOG_CHANNEL_ncd_net_ipv4_route 33
- #define BLOG_CHANNEL_ncd_net_ipv4_dhcp 34
- #define BLOG_CHANNEL_ncd_net_watch_interfaces 35
- #define BLOG_CHANNEL_ncd_sys_watch_input 36
- #define BLOG_CHANNEL_ncd_sys_evdev 37
- #define BLOG_CHANNEL_ncd_sys_watch_directory 38
- #define BLOG_CHANNEL_StreamPeerIO 39
- #define BLOG_CHANNEL_DatagramPeerIO 40
- #define BLOG_CHANNEL_BReactor 41
- #define BLOG_CHANNEL_BSignal 42
- #define BLOG_CHANNEL_FragmentProtoAssembler 43
- #define BLOG_CHANNEL_BPredicate 44
- #define BLOG_CHANNEL_ServerConnection 45
- #define BLOG_CHANNEL_Listener 46
- #define BLOG_CHANNEL_DataProto 47
- #define BLOG_CHANNEL_FrameDecider 48
- #define BLOG_CHANNEL_BSocksClient 49
- #define BLOG_CHANNEL_BDHCPClientCore 50
- #define BLOG_CHANNEL_BDHCPClient 51
- #define BLOG_CHANNEL_NCDIfConfig 52
- #define BLOG_CHANNEL_BUnixSignal 53
- #define BLOG_CHANNEL_BProcess 54
- #define BLOG_CHANNEL_PRStreamSink 55
- #define BLOG_CHANNEL_PRStreamSource 56
- #define BLOG_CHANNEL_PacketProtoDecoder 57
- #define BLOG_CHANNEL_DPRelay 58
- #define BLOG_CHANNEL_BThreadWork 59
- #define BLOG_CHANNEL_DPReceive 60
- #define BLOG_CHANNEL_BInputProcess 61
- #define BLOG_CHANNEL_NCDUdevMonitorParser 62
- #define BLOG_CHANNEL_NCDUdevMonitor 63
- #define BLOG_CHANNEL_NCDUdevCache 64
- #define BLOG_CHANNEL_NCDUdevManager 65
- #define BLOG_CHANNEL_BTime 66
- #define BLOG_CHANNEL_BEncryption 67
- #define BLOG_CHANNEL_SPProtoDecoder 68
- #define BLOG_CHANNEL_LineBuffer 69
- #define BLOG_CHANNEL_BTap 70
- #define BLOG_CHANNEL_lwip 71
- #define BLOG_CHANNEL_NCDConfigParser 72
- #define BLOG_CHANNEL_nsskey 73
- #define BLOG_CHANNEL_addr 74
- #define BLOG_CHANNEL_PasswordListener 75
- #define BLOG_CHANNEL_NCDInterfaceMonitor 76
- #define BLOG_CHANNEL_NCDRfkillMonitor 77
- #define BLOG_CHANNEL_udpgw 78
- #define BLOG_CHANNEL_UdpGwClient 79
- #define BLOG_CHANNEL_SocksUdpGwClient 80
- #define BLOG_CHANNEL_BNetwork 81
- #define BLOG_CHANNEL_BConnection 82
- #define BLOG_CHANNEL_BSSLConnection 83
- #define BLOG_CHANNEL_BDatagram 84
- #define BLOG_CHANNEL_PeerChat 85
- #define BLOG_NUM_CHANNELS 86
|