| /components/utilities/ulog/ |
| A D | ulog.c | 107 } filter; member 530 if (backend->filter && backend->filter(backend, level, tag, is_raw, log, len) == RT_FALSE) 678 else if (!rt_strstr(tag, ulog.filter.tag)) 722 if (ulog.filter.keyword[0] != '\0') 727 if (!rt_strstr(log_buf, ulog.filter.keyword)) 1014 return &ulog.filter.tag_lvl_list; 1028 ulog.filter.level = level; 1040 return ulog.filter.level; 1062 return ulog.filter.tag; 1084 return ulog.filter.keyword; [all …]
|
| A D | ulog.h | 55 rt_err_t ulog_backend_set_filter(ulog_backend_t backend, ulog_backend_filter_t filter);
|
| A D | ulog_def.h | 206 …rt_bool_t (*filter)(struct ulog_backend *backend, rt_uint32_t level, const char *tag, rt_bool_t is… member
|
| /components/utilities/ |
| A D | Kconfig | 189 bool "Enable runtime log filter." 192 It will enable the log filter. 193 Such as level filter, log tag filter, log kw filter and tag's level filter.
|
| /components/drivers/can/ |
| A D | Kconfig | 7 bool "Enable CAN hardware filter"
|
| A D | dev_can.c | 610 rt_memcpy(&can->hdr[pitem->hdr_bank].filter, pitem, in rt_can_control() 644 rt_memset(&can->hdr[pitem->hdr_bank].filter, 0, in rt_can_control() 865 if (can->hdr != RT_NULL && can->hdr[hdr].connected && can->hdr[hdr].filter.ind) in rt_hw_can_isr() 875 can->hdr[hdr].filter.ind(&can->parent, can->hdr[hdr].filter.args, hdr, rx_length); in rt_hw_can_isr()
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_mnt.h | 71 int dfs_mnt_umount_iter(rt_bool_t (*filter)(struct dfs_mnt *mnt, void *parameter), void *parameter);
|
| /components/drivers/wlan/ |
| A D | dev_wlan_cmd.c | 425 struct rt_wlan_info filter; in wifi_scan() local 434 INVALID_INFO(&filter); in wifi_scan() 435 SSID_SET(&filter, argv[2]); in wifi_scan() 436 info = &filter; in wifi_scan()
|
| A D | dev_wlan.c | 502 rt_err_t rt_wlan_dev_cfg_filter(struct rt_wlan_device *device, struct rt_wlan_filter *filter) in rt_wlan_dev_cfg_filter() argument 510 if (filter == RT_NULL) in rt_wlan_dev_cfg_filter() 515 result = rt_device_control(RT_DEVICE(device), RT_WLAN_CMD_CFG_FILTER, filter); in rt_wlan_dev_cfg_filter() 876 struct rt_wlan_filter *filter = args; in _rt_wlan_dev_control() local 880 err = wlan->ops->wlan_cfg_filter(wlan, filter); in _rt_wlan_dev_control()
|
| A D | dev_wlan.h | 511 rt_err_t (*wlan_cfg_filter)(struct rt_wlan_device *wlan, struct rt_wlan_filter *filter); 584 rt_err_t rt_wlan_dev_cfg_filter(struct rt_wlan_device *device, struct rt_wlan_filter *filter);
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbd_rndis.c | 378 uint32_t *filter; in rndis_set_cmd_handler() local 380 filter = (uint32_t *)((uint8_t *)&(cmd->RequestId) + cmd->InformationBufferOffset); in rndis_set_cmd_handler() 383 g_usbd_rndis.net_filter = *(uint32_t *)filter; in rndis_set_cmd_handler()
|
| /components/legacy/usb/usbdevice/class/ |
| A D | rndis.h | 57 rt_uint32_t filter; member
|
| /components/drivers/include/drivers/ |
| A D | dev_can.h | 397 struct rt_can_filter_item filter; member
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 797 # *.h) to filter out the source-files in the directories. 882 # *.h) to filter out the source-files in the directories. If left blank all 901 # invoke to filter for each input file. Doxygen will invoke the filter program 904 # <filter> <input-file> 907 # name of an input file. Doxygen will then use the output that the filter 923 # filter if there is a match. The filters are a list of the form: pattern=filter 944 # *.ext= (so without naming a filter). 1375 # filter to add. For more information please see Qt Help Project / Custom 1392 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). 1559 # to select a filter and <Enter> or <escape> to activate or cancel the filter [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 807 # *.h) to filter out the source-files in the directories. 893 # *.h) to filter out the source-files in the directories. If left blank all 912 # invoke to filter for each input file. Doxygen will invoke the filter program 915 # <filter> <input-file> 918 # name of an input file. Doxygen will then use the output that the filter 934 # filter if there is a match. The filters are a list of the form: pattern=filter 955 # *.ext= (so without naming a filter). 1386 # filter to add. For more information please see Qt Help Project / Custom 1403 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). 1570 # to select a filter and <Enter> or <escape> to activate or cancel the filter [all …]
|
| A D | lwip.Doxyfile.cmake.in | 807 # *.h) to filter out the source-files in the directories. 893 # *.h) to filter out the source-files in the directories. If left blank all 912 # invoke to filter for each input file. Doxygen will invoke the filter program 915 # <filter> <input-file> 918 # name of an input file. Doxygen will then use the output that the filter 934 # filter if there is a match. The filters are a list of the form: pattern=filter 955 # *.ext= (so without naming a filter). 1386 # filter to add. For more information please see Qt Help Project / Custom 1403 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). 1570 # to select a filter and <Enter> or <escape> to activate or cancel the filter [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 49 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter 749 aborting existing connection on address change, filter out link-local 919 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 1280 SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception 1282 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. 1283 If you want this option also filter broadcast on recv operations, you also 2028 filter per all network interfaces. Declare a new function in netif to enable to 2029 control the MAC filter (to reduce lwIP traffic processing). 2437 added (mac filter is updated only in igmp_init for the moment).
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 1005 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter 1705 aborting existing connection on address change, filter out link-local 1875 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 2236 SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception 2238 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. 2239 If you want this option also filter broadcast on recv operations, you also 2984 filter per all network interfaces. Declare a new function in netif to enable to 2985 control the MAC filter (to reduce lwIP traffic processing). 3393 added (mac filter is updated only in igmp_init for the moment).
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1258 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter 1958 aborting existing connection on address change, filter out link-local 2128 * raw.c: Fixed bug #28506 (raw_bind should filter received packets) 2489 SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception 2491 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. 2492 If you want this option also filter broadcast on recv operations, you also 3237 filter per all network interfaces. Declare a new function in netif to enable to 3238 control the MAC filter (to reduce lwIP traffic processing). 3646 added (mac filter is updated only in igmp_init for the moment).
|