Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c1041 SmiNode *smiNode = NULL; in smi_print_variable() local
1053 if (! smiNode) { in smi_print_variable()
1060 ND_PRINT("%s", smiNode->name); in smi_print_variable()
1061 if (smiNode->oidlen < oidlen) { in smi_print_variable()
1067 return smiNode; in smi_print_variable()
1079 if (! smiNode || ! (smiNode->nodekind in smi_print_value()
1107 smiType = smiGetNodeType(smiNode); in smi_print_value()
1138 if (smiNode) { in smi_print_value()
1142 ND_PRINT("%s", smiNode->name); in smi_print_value()
1143 if (smiNode->oidlen < oidlen) { in smi_print_value()
[all …]