Searched defs:node_type (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_structs.h108 const u8_t node_type; member in struct:mib_node
126 const u8_t node_type; member in struct:mib_array_node
144 u8_t node_type; member in struct:mib_ram_array_node
170 u8_t node_type; member in struct:mib_list_rootnode
190 u8_t node_type; member in struct:mib_external_node
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_structs.h118 u8_t node_type; member in struct:mib_node
136 u8_t node_type; member in struct:mib_array_node
154 u8_t node_type; member in struct:mib_ram_array_node
180 u8_t node_type; member in struct:mib_list_rootnode
200 u8_t node_type; member in struct:mib_external_node
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c201 lrn->node_type = MIB_NODE_LR;
374 if (n->nptr->node_type == MIB_NODE_LR)
466 u8_t node_type, ext_level; local
472 node_type = node->node_type;
473 if ((node_type == MIB_NODE_AR) || (node_type == MIB_NODE_RA))
521 else if(node_type == MIB_NODE_LR)
568 else if(node_type == MIB_NODE_EX)
618 else if (node_type
654 u8_t node_type; local
697 u8_t node_type, ext_level, climb_tree; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c189 lrn->node_type = MIB_NODE_LR;
362 if (n->nptr->node_type == MIB_NODE_LR)
454 u8_t node_type, ext_level; local
460 node_type = node->node_type;
461 if ((node_type == MIB_NODE_AR) || (node_type == MIB_NODE_RA))
509 else if(node_type == MIB_NODE_LR)
556 else if(node_type == MIB_NODE_EX)
606 else if (node_type
642 u8_t node_type; local
685 u8_t node_type, ext_level, climb_tree; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dc14n.c178 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
183 "Node %s is invalid here : %s\n", node_type, extra);
193 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
198 "Unknown node type %d found : %s\n", node_type, extra);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c134 IDL_tree_type node_type = IDL_NODE_TYPE((up = IDL_NODE_UP(tfd->tree))); local
135 if (node_type == IDLN_INTERFACE || node_type == IDLN_FORWARD_DCL) {
146 node_type != IDLN_FORWARD_DCL)
159 (gboolean) node_type == IDLN_FORWARD_DCL);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mad.h76 uint8_t node_type; member in struct:ib_node_info

Completed in 67 milliseconds