Searched refs:enable (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/core/snmp/ |
| D | msg_out.c | 60 u8_t enable; member 81 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument 85 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable() 223 if ((td->enable != 0) && !ip_addr_isany(&td->dip)) in snmp_send_trap() 292 u8_t enable; in snmp_authfail_trap() local 293 snmp_get_snmpenableauthentraps(&enable); in snmp_authfail_trap() 294 if (enable == 1) in snmp_authfail_trap()
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_msg.h | 292 void snmp_trap_dst_enable(u8_t dst_idx, u8_t enable);
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 106 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only 121 so you're required to do some serious coding if you enable this!
|
| /lib/liblwip/ |
| D | CHANGELOG | 1292 which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. 1660 layer. This option enable to delayed TCP PUSH flag on multiple "write" calls. 1700 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles 1707 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only 1712 * igmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to have interfaces with IGMP, 1728 LWIP_ICMP enable/disable ICMP module inside the IP stack (enable per default). 2019 time if you only use PPP or SLIP. The default is enable. Note we don't have to call 2037 New configuration option LWIP_IGMP to enable IGMP processing. Based on only one 2038 filter per all network interfaces. Declare a new function in netif to enable to 2053 Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO [all …]
|
| /docs/ |
| D | Doxyfile | 385 # enable parsing support. 714 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo 720 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test 726 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug 732 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) 739 # The ENABLED_SECTIONS tag can be used to enable conditional documentation 1879 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen 2573 # So in most cases it will be better to enable call graphs for selected 2585 # So in most cases it will be better to enable caller graphs for selected 2632 # enable generation of interactive SVG images that allow zooming and panning.
|