Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/snmp/
Dmib_structs.c46 #define NODE_STACK_SIZE (LWIP_SNMP_OBJ_ID_LEN) macro
58 static struct nse node_stack[NODE_STACK_SIZE];
66 LWIP_ASSERT("node_stack_cnt < NODE_STACK_SIZE",node_stack_cnt < NODE_STACK_SIZE); in push_node()
68 if (node_stack_cnt < NODE_STACK_SIZE) in push_node()